Search found 11 matches

by ramonsky
Wed Mar 17, 2004 4:50 pm
Forum: General
Topic: How do I replace any single character in postion 79
Replies: 2
Views: 1042

1. Place cursor at start of line
2. Start recording a macro
3. Move cursor right until it is just before the 00.
4. Press and hold shift. Move cursor right two more places. Release shift.
5. Do Ctrl-X.
6. Move cursor right until it is just before the c.
7. Press Ctrl-V.
8. Similarly, use the Ctrl-X ...
by ramonsky
Wed Mar 17, 2004 11:50 am
Forum: General
Topic: Clear Screen? Using a program w/o editer
Replies: 6
Views: 1363

What exactly has any of this got to do with TextPad?

If you want to learn Java, this forum is not really the right place.
by ramonsky
Mon Jan 19, 2004 10:43 am
Forum: General
Topic: What's the best programming language to make use of....
Replies: 4
Views: 1161

At the risk of offending loyal fans of Perl, Perl tends to be (in my humble opinion) somewhat unreadable and hard to get to grips with. It's an old language, invented way back when, full of all sorts of archaic constructs. It tends to create "spaghetti code", chock full of punctuation characters ...
by ramonsky
Wed Jan 14, 2004 9:52 am
Forum: General
Topic: Bad interactions between MS-WMP and TextPad
Replies: 5
Views: 530

The oft-used phrase "Bl***y Micr :evil: soft!" springs immediately to mind. Windows Media Player screws everything up. Just don't use it.

Seriously though - if you can't reproduce the problem with any app other than WMP, then I would tend to diagnose this as a WMP bug., not a TP bug. Does that not ...
by ramonsky
Fri Dec 19, 2003 4:50 pm
Forum: General
Topic: Problem pasting from word
Replies: 7
Views: 736

Wow! That was something I wouldn't have thought of. (I don't have Word 2003, so I have an excuse).

In fairness though, it's not Word's fault. Those are valid characters, and as time goes by, more and more applications are going to be able to handle bidirectional text. It's all part of the ...
by ramonsky
Mon Dec 15, 2003 10:54 am
Forum: General
Topic: Textpad 4.7, does not use UTF8 API?
Replies: 3
Views: 892

This is a known problem :cry: . I have proposed that TextPad fix it in this poll. Please vote for the fix.

Jill
by ramonsky
Fri Dec 12, 2003 3:30 pm
Forum: General
Topic: Em dash location
Replies: 8
Views: 806

&8212;

MudGuard's suggestion is indeed a good one, but it shouldn't be needed if you change the charset declaration. In other words - use MudGuard's suggestion OR mine - either will work, but you don't need both at once (although both at once would be harmless).

Incidently, it would probably be ...
by ramonsky
Fri Dec 12, 2003 12:58 pm
Forum: General
Topic: Em dash location
Replies: 8
Views: 806

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Change this to:
<meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1252">

and you'll be fine. This is important - if you don't change this, conformant applications around the world will render your em ...
by ramonsky
Fri Dec 12, 2003 11:58 am
Forum: General
Topic: Em dash location
Replies: 8
Views: 806

I tried this, and it didn't work for me.

151 is decimal for 0x97. Windows by default uses its own character encodings, which, not-surprisingly, are completely non-standard and don't interoperate with anything else. On my machine the Windows code page is "code page 1252". In this system, EM DASH has ...
by ramonsky
Fri Dec 12, 2003 9:39 am
Forum: General
Topic: install without local admin authority
Replies: 3
Views: 310

Do the Textpad support people monitor this forum as well, or is there somewhere else I should go to ask them?

Er, yeah, I'm pretty sure they do. The "elsewhere" is http://www.textpad.com/support/feedback.php , but you're not supposed to hassle unless you've tried all other options. In your case ...
by ramonsky
Thu Dec 11, 2003 4:04 pm
Forum: General
Topic: install without local admin authority
Replies: 3
Views: 310

When you try to install TextPad, and you get to the wizard step which says:

Install this application for:
[*] A nyone who uses this computer (all users)
[*] Only for m e (your name)

the default is all users. Try changing it to just you. I don't know if that will work, but it's certainly worth a ...