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 ...
Search found 23 matches
- Tue Jun 03, 2008 6:48 pm
- Forum: General
- Topic: Syntax Rules on NON-Extension
- Replies: 1
- Views: 271
- 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
INVENTORY.
and
=
I tried this
INVENTORY\.*= *
but the results were less than expected.
Ideas?
thanks
- Wed Jan 10, 2007 9:58 pm
- Forum: General
- Topic: wildcard characters
- Replies: 8
- Views: 1323
- Wed Jan 10, 2007 9:56 pm
- Forum: General
- Topic: wildcard characters
- Replies: 8
- Views: 1323
- Wed Jan 10, 2007 9:36 pm
- Forum: General
- Topic: Reactivating Search Results
- Replies: 7
- Views: 606
- Wed Jan 10, 2007 9:35 pm
- Forum: General
- Topic: replacing curly braces
- Replies: 3
- Views: 367
- Thu Jan 04, 2007 5:12 pm
- Forum: General
- Topic: replacing curly braces
- Replies: 3
- Views: 367
- Thu Jan 04, 2007 5:07 pm
- Forum: General
- Topic: Reactivating Search Results
- Replies: 7
- Views: 606
- 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 ...
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 ...
- Thu Jan 04, 2007 4:46 pm
- Forum: General
- Topic: Cursor line highlight
- Replies: 5
- Views: 482
- 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 ...
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 ...
- Thu Oct 07, 2004 7:14 am
- Forum: General
- Topic: Bug or just bad assumption? (or user error :-)
- Replies: 2
- Views: 342
- 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 ...
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 ...
- Wed Aug 25, 2004 7:28 am
- Forum: General
- Topic: Reactivating Search Results
- Replies: 7
- Views: 606
- 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 ...
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 ...