PDA

View Full Version : Text editors and regex


steauengeglase
12-28-2007, 03:57 PM
Anyone know of a light-weight, text editor for windows that honestly, truly supports searching with regular expressions. Real regular expressions, not a pseudo variant that they came up with just for their text editor or VB's take on regular expressions? Also something other than Vi.

Plagman
12-28-2007, 04:09 PM
SciTE (http://www.scintilla.org/SciTE.html).

Samji
12-28-2007, 04:45 PM
I think ConTEXT (http://www.context.cx) supports regular expression searching.

steauengeglase
12-28-2007, 10:59 PM
Thanks, I completely forgot about SciTE and I'll give ConTEXT a try.

Samji
12-29-2007, 08:17 AM
No problem. ;)

Samji
01-03-2008, 08:41 AM
Crimson Editor (http://www.crimsoneditor.com) does too.

Bad Sector
03-14-2008, 08:23 AM
joe (http://joe-editor.sourceforge.net/) supports regular expressions, although i never used them to comment on its "fullyness" :-). It's a nice little editor to write your code with though.

Samji
03-15-2008, 12:01 PM
And of course there's Vim (http://www.vim.org) (I use this, on Linux though) and kitchen sink, Emacs (http://www.gnu.org/software/emacs/).

Bludd
03-15-2008, 10:38 PM
Textpad does too, but it doesn't support reading unicode paths, if that is something you need. Also it is not free.

boshem
03-17-2008, 06:34 PM
Open Watcom (http://www.openwatcom.org/) comes packaged with a version of vi for Windows which seems very decent and fairly friendly, while preserving most vi conventions AFAIK. It provides syntax highlighting and RE matching, though it may lack certain modern features (depending on expectations). Another benefit is source code availability.

Phayzon
03-19-2008, 10:41 PM
Textpad does too, but it doesn't support reading unicode paths, if that is something you need. Also it is not free.

I personally like Textpad. I got a registered copy from school, but as far as I know using the evaluation copy doesnt restrict anything and doesnt expire either.