Search found 46 matches

by ninjalabs
Tue Aug 02, 2005 12:56 pm
Forum: Enhancement Suggestions
Topic: enhance hex editor capabilities and file handling
Replies: 8
Views: 1251

Just out of interest, in this day and age, what do people use hex editors for?

I used to use them for cracking Amiga games but that was a long time ago and I used one about 5 years ago to frig a dll version string.
by ninjalabs
Tue Aug 02, 2005 12:54 pm
Forum: General
Topic: TextPad 5?
Replies: 24
Views: 5296

"When it's done" should be the answer. Some words on versioning. TextPad is labelled version 4.7.3 or x.y.z translating as follows... Here is what you should see from the versioning: x changes -> rewrite/major functional change y changes -> new feature/functionality in existing codebase z ...
by ninjalabs
Fri Jul 29, 2005 2:31 pm
Forum: Enhancement Suggestions
Topic: Option to use an INI file instead of Registry
Replies: 15
Views: 2166

registry is easy. Configure textpad for each compiler and export the relevant registry data in turn: 1. configure compiler 2. start regedit (start -> run -> regedit) 3. navigate to HKEY_CURRENT_USER\Software\Helios 4. right click export -> save reg file to "compiler1.reg" to "compiler...
by ninjalabs
Fri Jul 29, 2005 8:51 am
Forum: Enhancement Suggestions
Topic: Viewing Word's doc files
Replies: 3
Views: 221

You hope. Microsoft are getting better so I trust them on this one.

You can use the "strings.exe" utility from the NT Resource kit to yank out the text data and then load it into textpad if you really want to do it that way
by ninjalabs
Thu Jul 28, 2005 10:00 am
Forum: Enhancement Suggestions
Topic: Option to use an INI file instead of Registry
Replies: 15
Views: 2166

Trolls abound... Some more insight for you so you see my point in full. You should use the right tools for the right job and the registry is the right tool. The condescending attitude comes from the experience I have gained over the last 10 years or so dealing with the registry and INI files and rea...
by ninjalabs
Wed Jul 27, 2005 9:20 am
Forum: General
Topic: Invisible characters
Replies: 3
Views: 343

what compiler just out of interest?
by ninjalabs
Wed Jul 27, 2005 9:19 am
Forum: General
Topic: Randomize Lines
Replies: 3
Views: 219

copy it, stick it in excel, generate a random column ( =rand() ), sort by that column, copy back into textpad, enjoy.
by ninjalabs
Wed Jul 27, 2005 9:17 am
Forum: Enhancement Suggestions
Topic: Option to use an INI file instead of Registry
Replies: 15
Views: 2166

The key problem with the registry is that you don't understand it properly. If you know what you're doing, and only if, and if you have made an attempt to understand it, you will find it's easier to sling it around machines with group policy/ reg files than opening up a system's permissions so you c...
by ninjalabs
Wed Jul 27, 2005 9:15 am
Forum: General
Topic: block mode .NEt implementation?
Replies: 6
Views: 250

Ironically I've just recieved some requirements from a client who need something like this. (damn!)
by ninjalabs
Sun Jul 24, 2005 8:51 am
Forum: General
Topic: block mode .NEt implementation?
Replies: 6
Views: 250

Bugger. Perhaps I should write one. I could probably sell it for a few quid.
by ninjalabs
Sun Jul 24, 2005 8:50 am
Forum: General
Topic: Using TextPad on C# Windows Form in .NET
Replies: 4
Views: 266

You'll have to ShellExec it or use *shudder* DDE.
by ninjalabs
Tue Jul 19, 2005 12:05 pm
Forum: General
Topic: block mode .NEt implementation?
Replies: 6
Views: 250

1. No there isn't. 2. Possibly the editor that comes with http://www.icsharpcode.net/OpenSource/SD/ 3. Text entry fields are REALLY complicated - more complicated than you could ever realise just by looking at one or using it. You would have to write a control from scratch to perform block selecting...
by ninjalabs
Tue Jul 19, 2005 10:46 am
Forum: Enhancement Suggestions
Topic: FTP, and the horrors of VI
Replies: 3
Views: 299

I use WebDrive... maps your FTP server straight to the filesystem so any user can use it :)

http://www.southrivertech.com/index.php ... rive/index
by ninjalabs
Fri Jul 15, 2005 12:48 pm
Forum: Enhancement Suggestions
Topic: Difference analysis
Replies: 15
Views: 1978

Since TortoiseSVN is an open source product they wouldn't go for it; there isn't anyone they could pull the trigger on if something goes awry :wink: Have you ever tried pulling the trigger on Microsoft when sourcesafe goes "to the looney bin"? (I have!) Your EULA has prevented them from t...
by ninjalabs
Thu Jul 14, 2005 11:59 am
Forum: Enhancement Suggestions
Topic: Difference analysis
Replies: 15
Views: 1978

Get tortoiseSVN and use TortoiseMerge that comes with it.

Oh and learn about TortoiseSVN - it will make your lives so much easier (and safer) :)