Search found 4 matches

by walidaly
Mon Feb 02, 2004 1:27 am
Forum: General
Topic: Open document from File Explore in same instance of Textpad
Replies: 6
Views: 647

it looks like I'm getting more confused everytime

i edited this

[HKEY_CLASSES_ROOT\TextPad]
and copied the values from

[HKEY_CLASSES_ROOT\TextPad.c]

so that it looked like

[HKEY_CLASSES_ROOT\TextPad\shell\open\command]
@="C:\\PROGRA~1\\TEXTPA~1\\TextPad.exe -m %1"


and deleted the DDE key
NOW ...
by walidaly
Sat Jan 31, 2004 10:07 pm
Forum: General
Topic: Open document from File Explore in same instance of Textpad
Replies: 6
Views: 647

Ok, I think I have the reverse to this problem
so, new file are forced to be opened in the same textpad 4.7.2 window, tried everything
- unchecking allow multiple instances
-checked it again
-checked allow multiple files on command line
-unchecked it again
I tried to edit the file types
so on ...
by walidaly
Sat Jan 17, 2004 6:13 pm
Forum: General
Topic: Regular Expression for multiple lines
Replies: 15
Views: 2527

I got it now but it still quite complicated to use with 10 or 20 files.

anyway, I just thought I'd make a suggestion for future versions

thanks alg
by walidaly
Sat Jan 17, 2004 5:03 pm
Forum: General
Topic: Regular Expression for multiple lines
Replies: 15
Views: 2527

hello there(1st post)
I can't get this to work, you mean it should look like
replace
START OF DATA .*\n.*[^END]
with
START OF DATA

then it replaces one line and waits?

why you just ad a new expression like # for all char including newline?!

so that I can edit something like


<hello>
I am trying ...