Hello,
As my old Editor ED4W is not unicode-able,
I was looking general for PSPad solutions to use with Progress.
Because Multi-Line-Comments are there possible in Form
/*
Multi-Line-Comment
*/
I have a similar Problem as decribed here.
Another special in Progress is including of Files and Preprocessors:
for examble a File:
{y/proc/examble.txt
&Program = "y/proc/examble"
&Table = "Article"
}
In this Case "y/proc/examble.txt" is included. It's Code will be runned as it
would be in the calling file, but with the given parameters, readable and
settable as in calling File. In the Include-File parameters are used like this
{&Program}
Preprocessorkonstants are used in the way.
Preprocessor-Statements are always beginning with a "&"
&IF defined(Program) > 0 &THEN
/* any code */
&ENDIF
It would be nice to have extended Syntax definitions for this Cases.
javascript:tx(':-))');
smiling smiley
Would be also nice to open Include in PSPad by search in a given List of Paths
"PROPATH" as the Path in Progress is not absolute.
And at last a little issue...like in every programming language there's a
character to eliminate functions of the following character (~ for Progress).
Preprocessorstatements are normally single-line but if I add a ~ at the End of
the line it's possible to ignore EOL feed and continue in the next line.
For me it's important to have a full functional Syntax-Highlightning for
Progress.
Maybe some of all these things could be handled with external scripts, if so
then tell me. For all other things I hope they will come in a future Release of
PSPad, "because it's a great Tool" for programming.
--
<http://forum.pspad.com/read.php?2,18567,39338>
PSPad freeware editor http://www.pspad.com