Search found 2 matches

by colton22
Wed Jul 26, 2006 8:29 pm
Forum: Enhancement Suggestions
Topic: searching with wildcards
Replies: 1
Views: 242

searching with wildcards

i am wondering if textpad could be used to search with a wildcard (*) meaning... var the=new Array(); the[the.length]="a"; the[the.length]="b"; the[the.length]="c"; the[the.length]="d"; the[the.length]="e"; the[the.length]="f"; the[the.length]="g"; the[the.length]="h"; find and replace the[the ...
by colton22
Mon Jul 10, 2006 4:33 pm
Forum: Enhancement Suggestions
Topic: Auto Checking
Replies: 0
Views: 126

Auto Checking

in JBuilder and Eclipse when working with java application or java applets the code is checked for errors or could be errors and displays warnings for that line and/or almost stop signs (for lack of better terms) for certin lines with errors, i am wondering if there is anyway we could do this for ...