Progress editor

psuter

New Member
Hello everybody

I'm looking for an editor that understands the syntax of progress and that can be put on a progress window. I don't know if this exists. Can anybody help me?

Thanks a lot Pascal
 
Pascal,

"that can be put on a progress window"

Are you saying you need to incorporate it in an application like OCX?

If so, I don't know of any.

Otherwise, a free Progress-ready editor for Windows is PSPad. It's an excellent, comprehensive editor that I use for all text files, and for quick views of my Progress source.

Lee
 
never used it, but the progress editor like most of the ade
appbuilder, dictionary etc. is written in 4gl

follow the code trail, starting with _edit.p
good luck !
 
I believe the editor widget in the Procedure Editor is actually and OCX (SlickEdit -- I think). And, from what I've been told, you can't get access to the include file that utilizes this OCX.

Later,
Gordon
 
thanks Gordon

but maybe by "understands the syntax" he means similar functionality
like running code ?
 
You could try Eclipse as that is the new Progress IDE in 10.1? Havent had a look at it yet (other then the demo at the Asia PTW conference last week).

Cya.
 
Back
Top