Okay, the last bit of HSPascal I was using is now dead to me: The IDE doesn't work in OS4.
So, what's a good editor that will work in OS4 for editing source code?
Basically, I need:
- Automatically open the files I'm working on at startup
- Ability to set and go to 'bookmarks' without using the mouse
- Ability to open a duplicate window (of the current file) without using the mouse
- Hopefully some automatic window arranging
- Runs on it's own *public* screen (so I can run a shell on that screen too)
- Lots and lots of keyboard shortcuts! Especially good text manipulation ones.
- Ability to jump to a line by line number
- Line number/character number display
- Automatic indenting
What I don't need: Special C source code functionality. I don't code in C, C+, C++, C#, C*, C-, whatever.