Search found 9 matches

by PSinc
Wed Aug 24, 2016 2:00 pm
Forum: General
Topic: Change Defaults in Find in Files Dialog
Replies: 0
Views: 1988

Change Defaults in Find in Files Dialog

Greetings:

Quick question, is there any way to change what the defaults are for when you click on the "Defaults" button on the find in files dialog?

I am wanting this to default to not match case and to search subfolders.

The "In folder" drop down does not always follow the file that I am wanting ...
by PSinc
Wed Jun 22, 2016 10:09 pm
Forum: General
Topic: How to add Custom Pane like document selector.
Replies: 0
Views: 2266

How to add Custom Pane like document selector.

What I am looking to do is have a pane where when a certain document type is loaded (custom coding language) that it would list the procedures in a window pane and then clicking on that item would jump to that section of code.

Regards,
Pat
by PSinc
Wed Jun 22, 2016 10:07 pm
Forum: General
Topic: Lock Tool Output Tab Location
Replies: 1
Views: 430

Running 7.6.2

Forgot to add that information in the first question.
by PSinc
Wed Jun 22, 2016 7:01 pm
Forum: General
Topic: Lock Tool Output Tab Location
Replies: 1
Views: 430

Lock Tool Output Tab Location

Greetings:

I am looking for a way to lock the tool output tab to a vertical tab group so that results from my tool show up to the side of the file(s) i am working on.

Is this possible?

Thanks
Pat
by PSinc
Wed Jan 16, 2013 3:19 pm
Forum: General
Topic: Grep cannot jump to line.
Replies: 5
Views: 933

This problem has raised it's head again.

This time it appears to be related to Version 6.2.2.

I have reverted back to 5.4.2 and it works again as before.

After confirming operation in 5.4.2 I then upgraded it to 6.2.2 thinking possibly an upgrade might carry over the 5.4.2 functionality. Not so.

Something is broken in this release, but ...
by PSinc
Thu Apr 26, 2007 5:23 pm
Forum: General
Topic: Replace a line of text (delete the line)
Replies: 1
Views: 429

Replace a line of text (delete the line)

I am wondering if it is possible to do a replace expression where it will simply delete the line. I can do this and then there is a blank line.
I want the line to be removed and the line below it moved up.

Is this possible?

Regards,
Pat
by PSinc
Tue Apr 03, 2007 5:16 pm
Forum: General
Topic: Grep cannot jump to line.
Replies: 5
Views: 933

Just dawned on me....

My regular expression should have been....
^([[:digit:]]+):

Thanks for the response, made me think...
by PSinc
Tue Apr 03, 2007 5:13 pm
Forum: General
Topic: Grep cannot jump to line.
Replies: 5
Views: 933

Here is the output when greping for taskname:

11: command = {TASKNAME=ProcessTask INTIME=1200 MCSRCP=NMP-HT-R}
24: command = {TASKNAME=ProcessTask INTIME=120 MCSRCP=ACE}
37: command = {TASKNAME=ProcessTask INTIME=120 MCSRCP=IPA}
51: command = {TASKNAME=QDRTask INTIME=300 MCSRCP=TQDR}
64: command ...
by PSinc
Tue Apr 03, 2007 3:33 pm
Forum: General
Topic: Grep cannot jump to line.
Replies: 5
Views: 933

Grep cannot jump to line.

I recently upgraded my textpad. I am running version 5.0.

Since upgrading my command line tools for grep are no longer working properly.

Under 4.7.3 the following setup worked perfectly, however now it gives me the results in the "tool output" quickly, however it will not jump to the line.

My ...