Hello,
I'm a C, Java, JavaScript, Lotus Script and VB Developer and I have little problems when I'm switch between the Softwarelanguages.
First:
Inside C and Java I remark Lines with /* ... */ or //
Inside JavaScript, Lotus Script and VB I use ' for remark.
So it would be nice, the Pelles C IDE checks when I'm typing ' as the first character in a line, and replace them with //.
Second:
Inside VB and Lotus Script I type If .... Then .... End If
Now it would be nice, the Pelles C IDE could check them and replaces Then with {, replaces End If with } and replaces Else with } else { Replace should be not! case sensitive.
Thanks.