Search found 6 matches

by HHRüger
Thu Jan 29, 2004 9:33 am
Forum: General
Topic: accessing an opend and focused file with other programs
Replies: 2
Views: 149

In the meantime i figured out that nobody can help unless there will be a small enhancement. So if you are interested in this topic see http://textpad.com/forum/viewtopic.php?t=4998 and join.
HHRü
P.S. ... it should be locking, not kocking
by HHRüger
Thu Jan 29, 2004 9:17 am
Forum: Enhancement Suggestions
Topic: supress write-lock on files opened in hex-mode
Replies: 1
Views: 175

To 'insist' in my OP: Compile this, use TP's configuration menu to bind it as a tool and let it work with any txt- and bin files opened. You soon will agree, than bin-file-kocking is more than annoying. HHRü #include<stdio.h> #include<stdlib.h> int main(int argc, char *argv[]) { FILE *fp; long i,j,...
by HHRüger
Tue Jan 27, 2004 8:23 pm
Forum: Enhancement Suggestions
Topic: supress write-lock on files opened in hex-mode
Replies: 1
Views: 175

supress write-lock on files opened in hex-mode

TP makes a difference in locking txt- and hex-files against write access. A permanent write-protection on hex-files is obsolet. There should be at least a switch "disable hex-file write-protection" or a rearangement of the "keep files locked.." - option into "keep background...
by HHRüger
Mon Jan 26, 2004 8:26 pm
Forum: Enhancement Suggestions
Topic: Switch Between Hex and Text Display And Edit in Hex
Replies: 7
Views: 868

Hex-Edit

The reload function only affects ascii files. Files opened in hex-mode are obviously write protected. This is an unnecessary restriction. People who use TextPad (rather than wordpad) know what they are doing.
HHR
by HHRüger
Mon Jan 26, 2004 7:35 am
Forum: Enhancement Suggestions
Topic: Switch Between Hex and Text Display And Edit in Hex
Replies: 7
Views: 868

I'd like to see this feature too. To get a quick workaround I made a small tool to inject characters to a special position in the 'background" instance of the file I want to hex-edit. Now I found that this is not possible. I have to close the file first. May be I use a wrong set of options but ...
by HHRüger
Fri Jan 23, 2004 5:23 pm
Forum: General
Topic: accessing an opend and focused file with other programs
Replies: 2
Views: 149

accessing an opend and focused file with other programs

I've made a little prog to handle the misfit that in hex-mode opend files cannot be manipulated. The prog is designed to reside in the toolbox, to insert a string to a specific hex adress. If I try to write to a opend/focused file with this prog, i always get an i/o error. It seems to me that the op...