Search found 11 matches

by ccmancio
Tue Jun 07, 2011 12:38 pm
Forum: General
Topic: Keyword with space
Replies: 0
Views: 276

Keyword with space

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"
by ccmancio
Sun Apr 25, 2010 2:55 pm
Forum: General
Topic: find consecutives empty lines in all files
Replies: 2
Views: 513

Its Ok too, but I think to make this in RegularExpression with find files

Thanks :lol:
by ccmancio
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
by ccmancio
Wed May 06, 2009 11:41 am
Forum: General
Topic: Elimine one line in multline search
Replies: 9
Views: 1055

no, Bob Hansen

don't have block of statments betwen Exit Sub/End Sub
only have this statements, but Exit Sub is not necessary now (in VB3 is necessary) and in need remove.
by ccmancio
Tue May 05, 2009 8:25 pm
Forum: General
Topic: Elimine one line in multline search
Replies: 9
Views: 1055

yes.
I am using TextPad 4.7.3 (Not exist still brazilian version)

Find : Exit Sub\nEnd Sub
Files ; *.frm;*.bas
Folders : C:\My VBProjects

Conditions : Text and Regular Expression
Details : All lines
Search in subfolders

Result : Is not possible find files at regular expression include "\n"
(Não ...
by ccmancio
Tue May 05, 2009 5:33 pm
Forum: General
Topic: Elimine one line in multline search
Replies: 9
Views: 1055

yes.
I say this in initial topic.

This is a Visual Basic Code.
Transform Code A in Exit Sub and Code B in End Sub and you have my problem :

Private Sub..
...
Exit Sub
End Sub

Private Function
...
Exit Function
End Function

I want eliminate a Exit Sub/Function before End Sub/Function in old ...
by ccmancio
Tue May 05, 2009 3:28 pm
Forum: General
Topic: Elimine one line in multline search
Replies: 9
Views: 1055

yes, I set regular expression
Not spaces at end of line ConstA and begin of Line ConstB
but, right is Const A, Const B with space
by ccmancio
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 ..
by ccmancio
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"
by ccmancio
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
by ccmancio
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 ?