October 4, 2006 12:21 PM
(in response to COE Administrator)
Hi Mateo,
I don't know of any SCL debugging tools aside from the tools within
QUEST...I do however use a program called RJ TextEd, in which I've
defined as much SCL syntax as I could get out of the online docs,
and so now I can collapse procedures and routines, and it
highlights SCL reserved words and greens out comments, in an effort
to make things more readable. Also, it provides some help using scl
predefined functions, in that it tells you the parameters of the
functions...and lastly, you can access attributes and properties of
different handle types (for instance, if you want to access an
element's next element attribute, you would have to type "element."
and a list of all the attributes for element comes up...I want to
work with the developer of the software to be able to use the
"->" symbol as well as the ".", and to have the software
recognize variable declarations...
The software can be downloaded here:
http://www.rjsoftware.se/TextEd/index.html , but I can send you a
zip file with the software and the scl syntax as I have it defined
now, if you want it, just shoot me an [login to unmask email]
Thanks,
Jon