[Cialug] OT: Code/Text editor for Windows
Nathan C. Smith
nathan.smith at ipmvs.com
Mon Nov 16 14:34:01 CST 2009
If only you could grep your t-shirt drawer.
-----Original Message-----
From: cialug-bounces at cialug.org [mailto:cialug-bounces at cialug.org] On Behalf Of David Champion
Sent: Monday, November 16, 2009 2:32 PM
To: Central Iowa Linux Users Group
Subject: Re: [Cialug] OT: Code/Text editor for Windows
UltraEdit will do that as well, but it's not free.
I usually use grep for searching files. Dang... I need to dig out my old
"grep this" t-shirt.
-dc
jrnosee at gmail.com wrote:
> I don't remember if notepad++ will regex multiple files, but you can
> use wingrep to find them then notepad++ for editing.
>
> On Wed, Nov 4, 2009 at 9:10 PM, Lars Althof <lars at larch.dk
> <mailto:lars at larch.dk>> wrote:
>
> Notepad++ will even do replacements using regex. You can use the
> regex to find the desired string and pick out the parts you need
> to keep and replace the other parts as required.
>
> /Lars
>
>
> Jerry Heiselman wrote:
>> Notepad++ should be able to handle this. It supports regex
>> searching. Once the phrase is found, it will highlight the whole
>> match. Copying the match would be up to you though.
>>
>> On Wed, Nov 4, 2009 at 9:18 AM, Rob Miller
>> <rob at dotcomservices.com <mailto:rob at dotcomservices.com>> wrote:
>>
>> I'm looking for a code/text editor for Windows. I need to
>> search a group of *.jsp files in several folders for a
>> particular expression
>>
>> <div id="helpContextID">
>>
>> The ultimate tool would be able to highlight and copy the
>> entire expression
>>
>> <div id="helpContextID">help_foo_foo_foo.htm</div>
>>
>> The *.htm file name is different in each *.jsp file.
>>
>>
_______________________________________________
Cialug mailing list
Cialug at cialug.org
http://cialug.org/mailman/listinfo/cialug
More information about the Cialug
mailing list