Search found 23 matches

by Dtsig
Tue Jun 03, 2008 6:48 pm
Forum: General
Topic: Syntax Rules on NON-Extension
Replies: 1
Views: 271

Syntax Rules on NON-Extension

When you are working in php or c or cpp using the extension is a great way to define a "class".

The problem starts when you are working in an environment where there is no extension.

An example of this is PICK (or any of the 10+ flavors of multivalued environments). So you might have source with ...
by Dtsig
Tue Feb 27, 2007 10:30 pm
Forum: General
Topic: Another FIF search
Replies: 1
Views: 330

Another FIF search

I am trying to find any routine with a string like

INVENTORY.

and

=

I tried this

INVENTORY\.*= *

but the results were less than expected.

Ideas?

thanks
by Dtsig
Wed Jan 10, 2007 9:58 pm
Forum: General
Topic: wildcard characters
Replies: 8
Views: 1323

You also need to be aware that TextPad will find the longest match possible on each line. This means that using the example you gave ben_josephs search expression will match from the first INVENTORY to the second =.

so what you are saying is that if i was in a specific record and did that ...
by Dtsig
Wed Jan 10, 2007 9:56 pm
Forum: General
Topic: wildcard characters
Replies: 8
Views: 1323

You need to use regular expressions, in which certain characters have special meanings:
“ . � (dot) matches any single character except newline.
“ .* � matches any number of characters except newline.
“ * � (there's a space in front of the “ * �) matches any number of spaces.

When ...
by Dtsig
Wed Jan 10, 2007 9:36 pm
Forum: General
Topic: Reactivating Search Results
Replies: 7
Views: 606

does this work for anyone else under the current release?
by Dtsig
Wed Jan 10, 2007 9:35 pm
Forum: General
Topic: replacing curly braces
Replies: 3
Views: 367

I agree .. textpad is a brilliant product. There are some areas like triggers for Auto-Indent that bother me. When things like this are hard coded then it limits things that could be done.

I just hope that some day the developer will continue enhancing and parameterizing
by Dtsig
Thu Jan 04, 2007 5:12 pm
Forum: General
Topic: replacing curly braces
Replies: 3
Views: 367

What i am asking here is ..

Is the Automatic Indent feature a hard coded feature or is there a way to change the KEY that forces indent/outdent?

thanks
by Dtsig
Thu Jan 04, 2007 5:07 pm
Forum: General
Topic: Reactivating Search Results
Replies: 7
Views: 606

Is this working in 4.7.3?

I have done a FindInFiles and have the search results window open.

I then File/Workspace/Save and enter a name

I then close TP, reopen, file/workspace/open and the heading comes up as
'Search Results - TextPad' but there is no search results window.

what am i missing

tia
by Dtsig
Thu Jan 04, 2007 4:52 pm
Forum: General
Topic: wildcard characters
Replies: 8
Views: 1323

wildcard characters

Using findInFiles i am trying to find all instances of a specific string regardless of some characters. Here is an example line

IF INVENTORY.REC(III+14)<1,PURCHASE.ORDERS.WHSE.NO>=0 THEN INVENTORY.REC(III+14)<1,PURCHASE.ORDERS.WHSE.NO>=""

I have found all lines with INVENTORY.REC( using the string ...
by Dtsig
Thu Jan 04, 2007 4:46 pm
Forum: General
Topic: Cursor line highlight
Replies: 5
Views: 482

This will probably help you out.......

From: http://www.textpad.info/forum/viewtopic.php?t=6483

Try this:

1. From the Configure menu choose Preferences
2. + sign next to Document classes
3. + sign next to Default
4. Colors
5. From the "Item menu", click on "Current line"
6. Click on the arrows ...
by Dtsig
Wed Dec 20, 2006 11:52 pm
Forum: General
Topic: replacing curly braces
Replies: 3
Views: 367

replacing curly braces

I know that all the world are c programmers <G> but ..

is it possible to change the indent characters?

I have been using Textpad for years and would love to be able to have it auto-indent and maintain using 'words' instead of curly braces.

A large part of my business in in "MV" (or PICK) basic ...
by Dtsig
Thu Oct 07, 2004 7:14 am
Forum: General
Topic: Bug or just bad assumption? (or user error :-)
Replies: 2
Views: 342

bveldkamp wrote:Look up "StringEsc" in your syntax file, and maybe also "CharEsc"

Berend
great answer and correct . Thanks
by Dtsig
Wed Oct 06, 2004 8:15 am
Forum: General
Topic: Bug or just bad assumption? (or user error :-)
Replies: 2
Views: 342

Bug or just bad assumption? (or user error :-)

In a programming language we use the following line shows incorrectly highlighted

if purgeOutputLocation[-1,1] # '\' then purgeErrorLocation := '\'

then problem is that all text after the first ' is highlighted as a string.

My guess is that TEXTPAD assumes that the \ is escaping the closing ' and ...
by Dtsig
Wed Aug 25, 2004 7:28 am
Forum: General
Topic: Reactivating Search Results
Replies: 7
Views: 606

Thanks .. worked great

DSig
by Dtsig
Tue Aug 24, 2004 10:42 am
Forum: General
Topic: Reactivating Search Results
Replies: 7
Views: 606

Reactivating Search Results

I have searched and not found this question so ..

After a Search/Results is there any way to save off the results and then reactivate them? Specifc search is on a group of some 1500 files and really don't want to go through the search a second, third etc.

But want to be able to DClick and have it ...