|
EditPad has been a favourite for many years now. It's starting to get a bit bloaty, but as a programmer, I *do* use a lot of the new functions a lot.
I actually paid for it recently: I've been using it for about 8 years by my reckoning, so it's only fair.
I just couldn't go back to an editor without regex search/replace, especially the new feature that lets you save your favourite searches (and my regexes get long and complex!).
And it's surprising how much of the "bloat" that I use on a regular basis, like:
Built in sort
Diff
Block indent/unindent
Rectangular selects
Tabbed files
Ability to deal with mac/unix/dos/mixed line ending formats
Syntax highlighting
Various character encodings
Folding
Minimise to tray
"Clips" - collections of code
Hex editing
Very easy and powerful configuration (of menus, toolbars hotkeys...)
...and a fair bit more.
There's stuff I don't use, but it's still not yet too bloaty: it has a small memory footprint, low cpu overhead, and is stable except for certain regexes which can make it hang for some time (this is a problem with the regex lib it uses though, and a classic problem with regexes in general).
It's available for linux too, which is a major plus to me.
For unix, though, yeah, I tend to use vim, with a lengthy .vimrc (syntax hilight, no autoindent, etc) because editpad requires a GUI, and I tend to just SSH to our servers.
_________________ Yet another hotkeyer.
|