Search found 88 matches

by ramonsky
Fri Mar 12, 2004 8:29 am
Forum: Enhancement Suggestions
Topic: ANSI Character table with hex code
Replies: 4
Views: 505

There is no such thing as an ANSI value. If your character codepoint is between 0x00 and 0x7F then it has an ASCII value. Above that, it has a value in the current Windows codepage, and a (possibly different) value in Unicode (aka ISO-IEC 10646). (I know I'm being overly pedantic, but there's too mu...
by ramonsky
Thu Mar 11, 2004 8:28 am
Forum: Enhancement Suggestions
Topic: Display ANSI Value for selected character
Replies: 1
Views: 188

There is no such thing as an ANSI value. If your character codepoint is between 0x00 and 0x7F then it has an ASCII value. Above that, it has a value in the current Windows codepage, and a (possibly different) value in Unicode (aka ISO-IEC 10646). However, I agree that being able to see the Unicode c...
by ramonsky
Wed Mar 10, 2004 9:14 am
Forum: Enhancement Suggestions
Topic: Syntax highlighting for D (nested comments, WYSIWYG strings)
Replies: 6
Views: 1140

Just looked at D myself. It looks pretty amazing. One thing I noticed was that D uses Unicode source files, allows Unicode identifiers and so on. This is a brilliant advancement, as there is no doubt that Unicode is the future. This observation does, however, bring us back to TextPad's poor performa...
by ramonsky
Thu Feb 12, 2004 11:38 am
Forum: Enhancement Suggestions
Topic: remove "print" option on right-click tab menu
Replies: 5
Views: 412

I would prefer simply replacing "Print" with "Print...". That way you'd get a dialog, and an option to hit "Cancel".
by ramonsky
Mon Feb 09, 2004 10:42 am
Forum: Enhancement Suggestions
Topic: Split screen with multiple files
Replies: 4
Views: 420

Actually, yes, this would be surprisingly good.

Of course, we can all survive without it. But it's one of those timesaver things that's just really neat. I like it.

Jill
by ramonsky
Mon Feb 09, 2004 10:40 am
Forum: Enhancement Suggestions
Topic: User Tool Icons
Replies: 5
Views: 503

If an application has an icon, Textpad could use that icon for that tool.

If an appication doesn't have an icon, however, (a batch file, for example), then it's difficult to see where that icon could come from. Not all text editor users are au fait with creating ".ico" files.

Jill
by ramonsky
Mon Feb 09, 2004 10:34 am
Forum: Enhancement Suggestions
Topic: Recent file list - file name in status bar
Replies: 7
Views: 715

Whoa! I spoke without checking there. It seems you are right. I withdraw my comment. In that case, this is a good idea.

Sorry for posting without thinking.
Jill
by ramonsky
Fri Feb 06, 2004 11:16 am
Forum: Enhancement Suggestions
Topic: Recent file list - file name in status bar
Replies: 7
Views: 715

I don't think it's possible to implement this suggestion at all.

What happens when a pointer hovers over a menu item is Windows' business, not an application's, surely?

Jill
by ramonsky
Fri Feb 06, 2004 11:09 am
Forum: Enhancement Suggestions
Topic: Bookmarks Enhancement >-------
Replies: 3
Views: 399

Tomcat wrote:However what they dont have is this:
Microsoft Word does have this, and it's a pain in the A to use. The feature sounds, good - I can't knock it as an idea - but play with Word to see how it SHOULDN'T be done. This is an awful user interface.

Jill
by ramonsky
Fri Feb 06, 2004 11:05 am
Forum: Enhancement Suggestions
Topic: Saving cursor position
Replies: 1
Views: 189

How?

This is metadata. Metadata needs to be stored somewhere. Pretty much everyone on this forum seems to be of the opinion that the workspace is the correct place for metadata.
by ramonsky
Thu Feb 05, 2004 10:48 am
Forum: Enhancement Suggestions
Topic: New parameter macros $SelFiles and $AllFiles
Replies: 3
Views: 369

bobtarling wrote:seperated by space
I presume you mean filenames IN QUOTES, separated by space, to allow for the possibility of pathnames containing spaces, such as "My Documents/..."

Jill
by ramonsky
Wed Feb 04, 2004 10:09 am
Forum: Enhancement Suggestions
Topic: Who would like syntax definition to include formatting
Replies: 2
Views: 406

You're talking about smart indentation, aren't you? Presumably this could be done just by considering braces ({ and }). You wouldn't also need to consider keywords - at least, not in C++. (Python is another matter). I haven't voted yet, because I haven't properly understood what you want. May I assu...
by ramonsky
Tue Feb 03, 2004 3:40 pm
Forum: Enhancement Suggestions
Topic: Metadata
Replies: 11
Views: 1245

Because this is a text editor.

When I edit an arbitrary and randomly selected file, I don't want extra files being created all over the place that I didn't order.

Nah - the existing "Save Workspace" idea is fine by me.
by ramonsky
Thu Jan 29, 2004 12:43 pm
Forum: Enhancement Suggestions
Topic: Document selector RIGHT justify
Replies: 4
Views: 497

If you can't read the filenames, the ENTIRE document selector is wasting screen space. If the addition of a scrollbar should make it more useable then you won't see me complaining.
by ramonsky
Wed Jan 28, 2004 5:35 pm
Forum: Enhancement Suggestions
Topic: Seamless integration with source control systems
Replies: 7
Views: 1740

It already does, surely, in the sense that EVERYTHING integrates seamlessly with CVS. I use CVS all the time in conjunction with TextPad (and also in conjunction with lots of other programs too, but we won't go into that on this forum). The most seamless integration I have encountered so far is call...