Search found 624 matches
- Wed Nov 03, 2010 2:48 pm
- Forum: General
- Topic: Finally!!! Upgraded from 4.7 to 5.3
- Replies: 12
- Views: 4691
Syntax highlighting is only applied when a file is first opened or when you explicitly define it on a per file basis via the right-click properties menu. Assigning a syntax file to a class does not affect files already open. If you were to re-open those perl files in 5.x you would see the syntax ...
- Tue Sep 21, 2010 4:42 pm
- Forum: General
- Topic: compiler problem
- Replies: 1
- Views: 745
Search the forums for csc
http://forums.textpad.com/viewtopic.php ... hlight=csc
this in particular http://forums.textpad.com/viewtopic.php ... hlight=csc
http://forums.textpad.com/viewtopic.php ... hlight=csc
this in particular http://forums.textpad.com/viewtopic.php ... hlight=csc
- Mon Sep 20, 2010 2:41 pm
- Forum: General
- Topic: Incrising the range of numeric value
- Replies: 1
- Views: 699
- Tue Jun 08, 2010 4:55 pm
- Forum: General
- Topic: Removing license
- Replies: 3
- Views: 1171
- Tue May 25, 2010 1:57 pm
- Forum: General
- Topic: Increasing problems under Windows 7
- Replies: 6
- Views: 2039
- Tue May 04, 2010 1:56 pm
- Forum: General
- Topic: Textpad in command prompt
- Replies: 13
- Views: 8872
You can set environment variables permanently, but I don't know how to do that in Windows 7. Windows 7 makes it easier as it has PowerShell installed by default. Start -> Run powershell $Path = [Environment]::GetEnvironmentVariable("Path", "Machine") + ";C:\Program Files\TextPad 5;" [Environment ...
- Mon Apr 19, 2010 2:44 pm
- Forum: Java
- Topic: Textpad + Java 64 bit for windows 7 (unique problem)
- Replies: 6
- Views: 11809
Ah, but you don't want to point at the .java to run. You want to point at the compiled object, the .class file (but do not supply the .class extension) C onfigure P references... expand Tools, find Run Java Application C ommand = java.exe P arameters = $BaseName I nitial folder = $FileDir This would ...
- Tue Mar 23, 2010 4:01 pm
- Forum: Java
- Topic: Textpad + Java 64 bit for windows 7 (unique problem)
- Replies: 6
- Views: 11809
Out of curiosity, are you running C:\>"C:\Program Files\Java\jre6\bin\java.exe" -verbose C:\Users\Dimitri\Desktop\Test or are you running C:\>"C:\Program Files\Java\jre6\bin\java.exe" -verbose C:\Users\Dimitri\Desktop\Test .java Based on your error message, I now suspect the latter. Look at your ...
- Mon Mar 22, 2010 3:10 pm
- Forum: Java
- Topic: Textpad + Java 64 bit for windows 7 (unique problem)
- Replies: 6
- Views: 11809
- Thu Mar 18, 2010 2:37 pm
- Forum: General
- Topic: File not shrinking when saved on Windows 7
- Replies: 1
- Views: 832
TP 5.3.1 here and Win 7 Professional. I can't reproduce it. Do the attributes of the file in windows explorer show the file as having a recent modified date? For larger files, does the size on disk decrease? Anything interesting show up if you point a hex editor at the file? xvi32 is my preference ...
- Wed Mar 17, 2010 3:48 pm
- Forum: General
- Topic: Updating program header with current filename
- Replies: 1
- Views: 871
No, the current filename is not available as a regex replacement value. It is available in TextPad as Edit, Insert, File Name but that's probably not as practical given that you have some perl-fu 2) WildEdit uses the Boost RegEx engine which is much more modern and powerful than the one currently in ...
- Wed Mar 17, 2010 3:42 pm
- Forum: General
- Topic: Does it support those requirements?
- Replies: 3
- Views: 1282
- Tue Mar 16, 2010 3:51 pm
- Forum: General
- Topic: Does it support those requirements?
- Replies: 3
- Views: 1282
Re: Does it support those requirements?
Hello, I was recommended this text editor. Before I evaluate it further, I'd appreciate it if experienced users could tell me if it supports the following must-have features: Either all documents are in a single-file database, or application autosaves without prompting for filename, so I can close ...
- Thu Mar 11, 2010 5:31 pm
- Forum: General
- Topic: file parsing
- Replies: 6
- Views: 3493
- Thu Feb 04, 2010 5:56 pm
- Forum: Java
- Topic: how to solve this simply question.. lol
- Replies: 1
- Views: 1371
Google it! http://java.sun.com/docs/books/tutorial ... /problems/ First item corresponds to your issue