Search found 8 matches

by moombaroo
Mon Feb 22, 2010 8:40 pm
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

Yes I clicked Apply. After further testing I cut and pasted the Example I posted above into Notepad and and saved it to a file. Than I used WildEdit in a test mode and it worked. I just will not work on my regular directory of ActionSript files. Opened the files in Textpad (binary) and all lines end ...
by moombaroo
Fri Feb 19, 2010 3:15 pm
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

Yes, I used these options

Replace tab:
[ ] Literal replacement [i.e., not selected]

Options tab:
Regular expression syntax:
(X) Perl/ECMAScript or
( ) POSIX extended

Replacement format syntax:
(X) Perl or
( ) Extended
by moombaroo
Fri Feb 19, 2010 2:32 pm
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

Cool ben_josephs, it llooks like you got somthing out of helping me. Now back to my problem. 2 things. 1) I think I had a typo in my original post. I left out the parathasees in my request. The example has it, but not my request. Now the parathasees can be empty or have something in them. So I ...
by moombaroo
Thu Feb 18, 2010 8:50 pm
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

wow, Replacement format, .' does not match any line break characters are not there as you discribe. Literal line break characters is though.
by moombaroo
Thu Feb 18, 2010 6:54 pm
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

Are you using the licenced copy or trial copy? Maybe the features are different. I was kina trying to evaluate the product with this example.
by moombaroo
Thu Feb 18, 2010 2:20 pm
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

oops..... Yeah WildEdit.......... Version 2.0 Evaluation Copy
by moombaroo
Wed Feb 17, 2010 10:53 pm
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

Thanks for the quick response. [X] Regular expression [X] Replacement format Options [X] '.' does not match a newline character The above specification you include in your response area confusing to me? I clicked "Regular expression" but I do not see the "Replacement format" or "'.' does not match a ...
by moombaroo
Wed Feb 17, 2010 3:30 am
Forum: WildEdit
Topic: Inserting statements after a certian statement in programs
Replies: 17
Views: 21778

Inserting statements after a certian statement in programs

I have a difficult programming language (ActionScript) that I am trying to deal with that as very limited debugging tools. I would link to use WildEdit to add TRACE statments at the start of every method. Below is an example. HistoryPopupDM.prototype.getAuditData = function() { return this.auditList ...