Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

SRP editor suggestion

It would be nice when running code in SRP_editor with Ctrl+F9,
you can write to the status window like the TRACE-function in Visual Studio

I found you can read the contents from the view, but you cannot write to it?

* this would be nice...
prop = get_property("SRP_EDITOR.EDT_STATUS", "ARRAY")
prop<-1> = "database initialisation executed"
call set_property("SRP_EDITOR.EDT_STATUS", "ARRAY", prop)


Or is there another way to do this?

Comments

  • We are intending to work on a simple API that developers can use to interact with the SRP Editor. This feature would be included. We don't have an ETA for this. In the meantime, you can do what you suggested. The problem is that when you complete the compilation a procedure, the status will clear itself of any previous messages and the status will be updated with the compilation results.
Sign In or Register to comment.