Hi,
I am trying to setup a tool to browse a file - the file has other file names in another directory. Based on the selection, i want to open the file in textpad in the same instance.
I am using a tool with program textpad, parameter as -s $Sel and an initial folder to search for the file.
The ...
Search found 6 matches
- Mon Apr 04, 2011 10:58 am
- Forum: General
- Topic: Open a file selection in same window
- Replies: 1
- Views: 467
- Fri Dec 08, 2006 5:19 pm
- Forum: General
- Topic: Number of characters found by a search expression
- Replies: 5
- Views: 538
Hi,
The 2 extra spaces are for the quoes enclosing the numbers. I need to replace only those numbers that occur within quotes. The regex i am using is "([0-9]+)" (the quotes are part of the regex). The number of spaces will be 2 more than the number of digits within quotes.
"12" -> 4 spaces (the 2 ...
The 2 extra spaces are for the quoes enclosing the numbers. I need to replace only those numbers that occur within quotes. The regex i am using is "([0-9]+)" (the quotes are part of the regex). The number of spaces will be 2 more than the number of digits within quotes.
"12" -> 4 spaces (the 2 ...
- Fri Dec 08, 2006 12:34 pm
- Forum: General
- Topic: Number of characters found by a search expression
- Replies: 5
- Views: 538
Number of characters found by a search expression
Hi,
I am using the regex "([0-9]+)" to find all numbers enclosed within quotes. The requirement is to replace the numbers by an equivalent number of spaces ie
"12" -> 4 spaces
"1" -> 3 spaces
"1234" -> 6 spaces
Can this be done?
Thanks in advance,
Aneesh.
I am using the regex "([0-9]+)" to find all numbers enclosed within quotes. The requirement is to replace the numbers by an equivalent number of spaces ie
"12" -> 4 spaces
"1" -> 3 spaces
"1234" -> 6 spaces
Can this be done?
Thanks in advance,
Aneesh.
- Fri Dec 08, 2006 3:29 am
- Forum: General
- Topic: More than one folder as initial folder for textpad tool
- Replies: 0
- Views: 127
More than one folder as initial folder for textpad tool
Hi,
I am trying to configure a tool in textpad which opens a file in a particular directory - the tool is basically a command type tool with $SelWord as parameter to textpad.exe to open the file on which the cursor is placed. This opens the file in the directory given as the Initial folder in the ...
I am trying to configure a tool in textpad which opens a file in a particular directory - the tool is basically a command type tool with $SelWord as parameter to textpad.exe to open the file on which the cursor is placed. This opens the file in the directory given as the Initial folder in the ...
- Thu Dec 07, 2006 8:53 am
- Forum: General
- Topic: Multiple string search
- Replies: 2
- Views: 218
- Thu Dec 07, 2006 6:08 am
- Forum: General
- Topic: Multiple string search
- Replies: 2
- Views: 218
Multiple string search
Hi,
I have a folder that has around 200 files. I need to search around 100 strings in all these files.
Is it possible to do the "find in files" functionality for multiple strings at one go?
Thanks and Regards,
Aneesh
I have a folder that has around 200 files. I need to search around 100 strings in all these files.
Is it possible to do the "find in files" functionality for multiple strings at one go?
Thanks and Regards,
Aneesh