Notepad++ vs SciTE -- Which to make portable
Alright... they're both text editors based on the Scintilla editing component... so they're pretty similar in terms of the way they handle editing. SciTE is more generic by default (hence my config changes in the portable version) but it's available on Windows and Linux. Notepad++ is Windows-only, but it's much more polished and easier for the average user to configure. I'd been leaning towards doing a portable version of SciTE simply because it's cross-platform... but, I think Notepad++ will simply be a better fit for most people, so I'm thinking about just doing that instead.
Anyone ha