Search found 624 matches

by talleyrand
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 ...
by talleyrand
Tue Sep 21, 2010 4:42 pm
Forum: General
Topic: compiler problem
Replies: 1
Views: 745

by talleyrand
Mon Sep 20, 2010 2:41 pm
Forum: General
Topic: Incrising the range of numeric value
Replies: 1
Views: 699

No, it is not possible. If you want to perform a search and replace on every possible permutation of numeric ranges in your file, then I suppose it's possible but then it'd most likely become a time-prohibitive task
by talleyrand
Tue Jun 08, 2010 4:55 pm
Forum: General
Topic: Removing license
Replies: 3
Views: 1171

Since it's not actually shareware I don't think it's insane to just uninstall. I'm sure there's a registry key that can be removed but I've never gone looking for it.
by talleyrand
Tue May 25, 2010 1:57 pm
Forum: General
Topic: Increasing problems under Windows 7
Replies: 6
Views: 2039

If you rename the file and it makes your TP install go wonky, you can rename it back and get back to a known, if less than optimal, state.
If you delete it and it makes your TP install go wonky, you up the creek.
by talleyrand
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 ...
by talleyrand
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 ...
by talleyrand
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 ...
by talleyrand
Mon Mar 22, 2010 3:10 pm
Forum: Java
Topic: Textpad + Java 64 bit for windows 7 (unique problem)
Replies: 6
Views: 11809

Do you receive the same results if you attempt to run the java application from the command line? Actual location of java.exe will depend on your version but approximately this.

C:\>"C:\Program Files\Java\jre6\bin\java.exe" C:\Users\Dimitri\Desktop\Test
by talleyrand
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 ...
by talleyrand
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 ...
by talleyrand
Wed Mar 17, 2010 3:42 pm
Forum: General
Topic: Does it support those requirements?
Replies: 3
Views: 1282

Heh, I had originally had Yes there as it covers my 100 level RegEx needs but then I thought of you and flipped to No ;)
by talleyrand
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 ...
by talleyrand
Thu Mar 11, 2010 5:31 pm
Forum: General
Topic: file parsing
Replies: 6
Views: 3493

Where's the customer number at in the supplied example?
by talleyrand
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