A slow reply but hopefully this will be useful.
This displays all the results of searching for a strink in the Tool Output window, clicking any of the results there will jump to that line.
This is invaluable for quickly jumping to all places something is assigned in a file, but can also be used to ...
Search found 12 matches
- Fri Jan 13, 2023 4:27 pm
- Forum: General
- Topic: Highlight found text
- Replies: 3
- Views: 1635
- Thu May 17, 2018 2:42 pm
- Forum: General
- Topic: Can't tile files selcted in the Document Selector
- Replies: 3
- Views: 1925
- Thu May 03, 2018 10:23 am
- Forum: General
- Topic: Can't tile files selcted in the Document Selector
- Replies: 3
- Views: 1925
Can't tile files selcted in the Document Selector
TP 8.0.2 64 bit edition.
If I select two tiles in the document selector I can't right click -> Tile Vertically.
I use this quite a bit so it's frustrating.
I see in the release notes for 7.2.0 "The context menu commands to tile documents selected in the Document Selector didn't work in the 64-bit ...
If I select two tiles in the document selector I can't right click -> Tile Vertically.
I use this quite a bit so it's frustrating.
I see in the release notes for 7.2.0 "The context menu commands to tile documents selected in the Document Selector didn't work in the 64-bit ...
- Tue Nov 08, 2016 1:17 pm
- Forum: General
- Topic: Have Regular expressions changed at some point since V5?
- Replies: 1
- Views: 2253
- Tue Nov 08, 2016 11:59 am
- Forum: General
- Topic: Have Regular expressions changed at some point since V5?
- Replies: 1
- Views: 2253
Have Regular expressions changed at some point since V5?
As in the thread here....
http://forums.textpad.com/viewtopic.php?t=3848&highlight=
I've had a couple of invaluable tools set up in Textpad for ~ 13 years.
I've just bought and installed TP8 on a new PC but my two tools don't work,
I'm getting an error "Cannot jump to the item under the cursor ...
http://forums.textpad.com/viewtopic.php?t=3848&highlight=
I've had a couple of invaluable tools set up in Textpad for ~ 13 years.
I've just bought and installed TP8 on a new PC but my two tools don't work,
I'm getting an error "Cannot jump to the item under the cursor ...
- Wed Aug 17, 2011 10:06 pm
- Forum: General
- Topic: Highlight all occurrences of a string throughout a document?
- Replies: 3
- Views: 1445
- Tue Jun 17, 2003 12:02 pm
- Forum: General
- Topic: Finding DEADSPACE that could be tabs, spaces, even carrier r
- Replies: 14
- Views: 4531
Text manipulation
> But trust me, the worst is yet to come. As Arnold said:
> I'll be back.
Skye,
Looking at all your posts asking for help about regexps, I'd say
you'd probably be better off having a look at Perl. It's designed
to do exactly the sort of things you're trying to do, and isn't
hard to pick up (if ...
> I'll be back.
Skye,
Looking at all your posts asking for help about regexps, I'd say
you'd probably be better off having a look at Perl. It's designed
to do exactly the sort of things you're trying to do, and isn't
hard to pick up (if ...
- Wed Jun 11, 2003 2:35 pm
- Forum: General
- Topic: Find all occurences in this file.
- Replies: 14
- Views: 10590
Just to update....
I've just realised that my last configuration was
case sensitive.
If you want the search to be case in-sensitive use
Parameters = grep -n -i "$Selword" $File
The -i switch makes grep ignore cases.
Nial.
case sensitive.
If you want the search to be case in-sensitive use
Parameters = grep -n -i "$Selword" $File
The -i switch makes grep ignore cases.
Nial.
- Wed May 14, 2003 12:31 pm
- Forum: General
- Topic: Find all occurences in this file.
- Replies: 14
- Views: 10590
- Tue May 13, 2003 8:48 am
- Forum: General
- Topic: Find all occurences in this file.
- Replies: 14
- Views: 10590
- Mon May 12, 2003 3:41 pm
- Forum: General
- Topic: Find all occurences in this file.
- Replies: 14
- Views: 10590
- Mon May 12, 2003 2:16 pm
- Forum: General
- Topic: Find all occurences in this file.
- Replies: 14
- Views: 10590
Find all occurences in this file.
As I've posted in Enhancements, I've used an editor where every line
with an occurence of the selected text in the current document
can be found and displayed in a floating command results window (with
line numbers and hotlinks back to the relevant places). This
is very useful for checking all ...
with an occurence of the selected text in the current document
can be found and displayed in a floating command results window (with
line numbers and hotlinks back to the relevant places). This
is very useful for checking all ...