Search found 12 matches

by Nial
Fri Jan 13, 2023 4:27 pm
Forum: General
Topic: Highlight found text
Replies: 3
Views: 1635

Hyperlinks to found text.....

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 ...
by Nial
Thu May 17, 2018 2:42 pm
Forum: General
Topic: Can't tile files selcted in the Document Selector
Replies: 3
Views: 1925

"Do you have document tabs turned on (View > Document Tabs)? You need to turn them off if you want to tile documents from the Document Selector"

That was it, normal service restored now. :D

Thanks,

Nial.
by Nial
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 ...
by Nial
Tue Nov 08, 2016 1:17 pm
Forum: General
Topic: Have Regular expressions changed at some point since V5?
Replies: 1
Views: 2253

Actually, if I'd read the sticky at the top of the forum I'd have quickly answered my own question!

What an eejit.

Nial.
by Nial
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 ...
by Nial
Wed Aug 17, 2011 10:06 pm
Forum: General
Topic: Highlight all occurrences of a string throughout a document?
Replies: 3
Views: 1445

YES!

Details in a very old thread here.....

http://forums.textpad.com/viewtopic.php?t=3848

I've had to re-install textpad in a PC after a rebuild and am only realising how much I rely on this when I haven't re-installed it yet.

The textpad developers mustn't have tried this yet or it would have ...
by Nial
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 ...
by Nial
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.
by Nial
Wed May 14, 2003 12:31 pm
Forum: General
Topic: Find all occurences in this file.
Replies: 14
Views: 10590

> Hi Nial: When you can write perl-scripts you have my respect and you
> should never have any problem whatsoever :-)

I only wish that was true :?

Perl's not difficult to pick up. Some people seem to delight in writing
as obtuse Perl code as possible, but it's not big and it's not clever :cry ...
by Nial
Tue May 13, 2003 8:48 am
Forum: General
Topic: Find all occurences in this file.
Replies: 14
Views: 10590

Thanks Guys,

I'm busy on something at the minute but will try these suggestions
later today if I can.

$Selword is exactly what I'm looking for, I suppose I should have
RTFM as they say :-(

I can write a Perl macro to extract the relevant lines easily enough,
and I might try a Windows grep to ...
by Nial
Mon May 12, 2003 3:41 pm
Forum: General
Topic: Find all occurences in this file.
Replies: 14
Views: 10590

> You may get some mileage out of using Mark All, on the Find dialog
> box, so you can then use F2 to visit each matching line, or any of the
> commands on the Edit menu that can be applied to bookmarked lines.


I don't think that'll do it Keith, I'm hoping to extract line numbers
etc.

If you ...
by Nial
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 ...