A question about source code editors/IDEs
Posted: Mon Jan 21, 2013 6:32 am
I currently use the Scite editor based on Scintilla for editing eScript source files. It has been my faithful companion for many years now and I am loathing changing from it to another program. Unfortunately I am using an older version because the newest version refuses to use "monospaced" font for displaying listings. I can manually switch to it in the Options menu item but the setting doesn't persist after closing and restarting the program. So I have been looking around at several other free or very inexpensive alternatives. Most of them have all or more of the features I'm used to in Scite. There is one thing that Scite does that I can't seem to replicate in those I've tested. Scite will highlight just the member portion of an object reference.
Example:
player.color
The editors I've tested seem to have no trouble highlighting text if it's at the beginning of a line but they don't seem to be capable of highlighting reserved words that are not delimited by a space or they don't recognize the period as a delimiter. Then again maybe I just don't know hoe to configure them.
So here's the deal, I'd rather not switch to another editor. So if anyone knows how I can make the monospaced font sticky in the latest version of Scite (version 3.23) please let me know. However, if no one can help me with that then can someone point me to an editor that handles keyword highlighting as in my example above?
Thanks in advance.
Example:
player.color
The editors I've tested seem to have no trouble highlighting text if it's at the beginning of a line but they don't seem to be capable of highlighting reserved words that are not delimited by a space or they don't recognize the period as a delimiter. Then again maybe I just don't know hoe to configure them.
So here's the deal, I'd rather not switch to another editor. So if anyone knows how I can make the monospaced font sticky in the latest version of Scite (version 3.23) please let me know. However, if no one can help me with that then can someone point me to an editor that handles keyword highlighting as in my example above?
Thanks in advance.