[Cialug] OT: Code/Text editor for Windows

jrnosee at gmail.com jrnosee at gmail.com
Mon Nov 16 14:09:15 CST 2009


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> 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> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cialug.org/pipermail/cialug/attachments/20091116/e19a7d18/attachment.htm 


More information about the Cialug mailing list