Is possible define o keyword with space ?
"Public Sub" is a keyword, but highlith not appears in background
I Define Public and Sub separately but all "Sub' words in background, not only "Public Sub"
Search found 11 matches
- Tue Jun 07, 2011 12:38 pm
- Forum: General
- Topic: Keyword with space
- Replies: 0
- Views: 276
- Sun Apr 25, 2010 2:55 pm
- Forum: General
- Topic: find consecutives empty lines in all files
- Replies: 2
- Views: 513
- Thu Apr 15, 2010 4:41 pm
- Forum: General
- Topic: find consecutives empty lines in all files
- Replies: 2
- Views: 513
find consecutives empty lines in all files
I need to know that files have more then one consecutives empty lines in all files of one folder and subfolders.
I use \n\n and appears : Cannot search files for a regular expression including '\n'
Best regards
I use \n\n and appears : Cannot search files for a regular expression including '\n'
Best regards
- Wed May 06, 2009 11:41 am
- Forum: General
- Topic: Elimine one line in multline search
- Replies: 9
- Views: 1055
- Tue May 05, 2009 8:25 pm
- Forum: General
- Topic: Elimine one line in multline search
- Replies: 9
- Views: 1055
- Tue May 05, 2009 5:33 pm
- Forum: General
- Topic: Elimine one line in multline search
- Replies: 9
- Views: 1055
- Tue May 05, 2009 3:28 pm
- Forum: General
- Topic: Elimine one line in multline search
- Replies: 9
- Views: 1055
- Tue May 05, 2009 1:59 pm
- Forum: General
- Topic: Elimine one line in multline search
- Replies: 9
- Views: 1055
Elimine one line in multline search
I have following :
line1
line2
ConstA
ConstB
and I need :
line1
line2
ConstB
I try fisrt find ConstA\nConstB and not find... ;-)
I seek in forum but dont find ..
line1
line2
ConstA
ConstB
and I need :
line1
line2
ConstB
I try fisrt find ConstA\nConstB and not find... ;-)
I seek in forum but dont find ..
- Sat Jul 07, 2007 9:00 am
- Forum: General
- Topic: find () or not ()
- Replies: 1
- Views: 503
find () or not ()
I need find all lines that not contain "()" or not contain "abc"
- Wed Jun 06, 2007 12:34 pm
- Forum: General
- Topic: Find with underline character
- Replies: 2
- Views: 438
It's OK
It´s OK , Thanks.
Thats problems was "$", without don't function with i need.
Best regards
Thats problems was "$", without don't function with i need.
Best regards
- Tue Jun 05, 2007 7:03 pm
- Forum: General
- Topic: Find with underline character
- Replies: 2
- Views: 438
Find with underline character
I new find any lines with "Sub" , but not a character underline (_)
I use "* Sub *[^_]" but lines with "_" appears..
What´s happen, or where I mistake ?
And... lines begin with Sub apperas too. What ?
I use "* Sub *[^_]" but lines with "_" appears..
What´s happen, or where I mistake ?
And... lines begin with Sub apperas too. What ?