My 1st prog. language is Delphi - the Delphi Editor is great. The 'feature' I miss the most in Purebasic is 'Backspace Unindents' (so is it called in the Delph(7) Editor Options - other ide's have it, too). Its very useful(and very 'intuitive').
Code: Select all
Example:
a=123
if b<>a
b=123
| <-- cursor
[after 1 backspace :]
a=123
if b<>a
b=123
| <-- new cursor pos.
[after 1 more backspace :]
a=123
if b<>a
b=123
| <-- new cursor pos.
I like Purebasic a lot, this feature would make it even better. (Please please give it a try.. and implement it asap)