Search found 21 matches
- Fri Jun 12, 2009 10:19 pm
- Forum: Java
- Topic: Netbeans and Eclipse ok, Textpad not...
- Replies: 6
- Views: 1619
- Fri Jun 12, 2009 3:10 pm
- Forum: Java
- Topic: Netbeans and Eclipse ok, Textpad not...
- Replies: 6
- Views: 1619
- Fri Jun 12, 2009 9:42 am
- Forum: Java
- Topic: Netbeans and Eclipse ok, Textpad not...
- Replies: 6
- Views: 1619
- Fri Apr 03, 2009 8:06 am
- Forum: Java
- Topic: Netbeans upset my machine (I think)
- Replies: 3
- Views: 999
- Mon Feb 16, 2009 8:04 am
- Forum: Java
- Topic: Textpad Is Not Seeing My User Made Classes
- Replies: 7
- Views: 2176
- Wed Dec 31, 2008 9:23 am
- Forum: General
- Topic: Erasing blank lines
- Replies: 10
- Views: 1734
- Thu May 15, 2008 7:58 am
- Forum: Java
- Topic: which version of textpad is compatible with j2sdk-1.4?????
- Replies: 9
- Views: 2280
Has someone already mentioned good old uncle eric?
- Thu Apr 10, 2008 6:54 am
- Forum: General
- Topic: Zero vs Oh
- Replies: 7
- Views: 914
- Wed Feb 20, 2008 8:50 am
- Forum: WildEdit
- Topic: 600 expressions
- Replies: 8
- Views: 2160
- Mon Dec 17, 2007 7:57 am
- Forum: Java
- Topic: Java Script
- Replies: 1
- Views: 1087
How to compile and run your first java program, from the java tutorial: java.sun.com
- Fri Aug 17, 2007 1:26 pm
- Forum: General
- Topic: New here, trying to learn regex -
- Replies: 11
- Views: 1982
- Fri Aug 17, 2007 7:54 am
- Forum: General
- Topic: New here, trying to learn regex -
- Replies: 11
- Views: 1982
That regular expression should match every single line in any file (unless match case is checked) since all it says is "match the lines that begin with zero or more occurences of any (lowercase) letter". If a line begins with a lowercase letter the regex matches (1 occurrence), if it doesn't the ...
- Sat Apr 21, 2007 11:26 am
- Forum: General
- Topic: Several problems - TextPad5 (5.0.3)
- Replies: 9
- Views: 2045
Can't fix them, if you don't document them! So, here's one ;) Upgrading from tp4 to tp5 leaves the old settings in the registry (and that's fine), but tp5 copies them over to a new key without fixing the path of syntax definition files. So tp5 opens and complains about not being able to find the ...
- Fri Jan 27, 2006 9:33 am
- Forum: Java
- Topic: javac won't compile class files in same directory - Solution
- Replies: 9
- Views: 3230
- Thu Jan 26, 2006 8:58 am
- Forum: General
- Topic: compile error
- Replies: 4
- Views: 760
Same as here