Search found 88 matches

by ramonsky
Wed Dec 03, 2003 10:46 am
Forum: Enhancement Suggestions
Topic: Colours of "punch-in" code (PHP)
Replies: 2
Views: 273

Actually, the "irrelevant" text is usually code in another language. As such, it should be colored in the color scheme appropriate to that other language.

There's a separate thread on this this here. It's even got a poll! :)
by ramonsky
Wed Dec 03, 2003 10:30 am
Forum: Enhancement Suggestions
Topic: XP-style toolba icons, plus a button to "pin" Text
Replies: 8
Views: 748

...the small are too small No they're not! The smaller the better. Smaller icons = more workspace. Agreeing with Bob here. That said, whilst I'd be a little disappointed if the TextPad team spent valuable development time on icons instead of features, I'd have no objection whatsoever if JML or some...
by ramonsky
Fri Nov 28, 2003 4:53 pm
Forum: Enhancement Suggestions
Topic: Matching other than brackets
Replies: 13
Views: 1744

That's nice. Your place or mine? 8) Panicke ye nott. I think TP will not need to parse things into tokens. It's much simpler than that. TP already knows what is a comment and what is not, or it wouldn't be able to paint them a different color. I seem to remember there's a separate thread somewhere a...
by ramonsky
Fri Nov 28, 2003 3:38 pm
Forum: Enhancement Suggestions
Topic: Matching other than brackets
Replies: 13
Views: 1744

Just wondering whether or how you could write a syntax file for matching the beginning and end of block in the language Python . For those who don't know, Python uses neither braces, nor begin/end to delimit blocks. Instead, it uses line-oriented INDENTATION. Basically, if a non-blank line is indent...
by ramonsky
Wed Nov 26, 2003 4:13 pm
Forum: Enhancement Suggestions
Topic: Editable Macros
Replies: 47
Views: 21212

Well, a script language like EMACS (and no, I'm not suggesting LISP here) allows you to do things like: /* Pseudo-code. Pretend it's C */ cursor_pos x = get_cursor_pos(); /* any code */ cursor_pos y = get_cursor_pos(); /* any code */ set_cursor_pos(x); /* any code */ set_cursor_pos(y); You wouldn't ...
by ramonsky
Tue Nov 25, 2003 1:01 pm
Forum: Enhancement Suggestions
Topic: Bug dealing with Unicode
Replies: 9
Views: 1319

Not so. Firstly, I don't know what Unicode "compliance" means. So far as I am aware, it is not a formally defined term. On the other hand, Unicode "conformance" is precisely defined, and is EXACTLY what you need to fix that bug. Unicode conformance means explicitly this - thou sh...
by ramonsky
Tue Nov 25, 2003 10:01 am
Forum: Enhancement Suggestions
Topic: What Unicode Conformance Isn't
Replies: 18
Views: 4853

Well, in reality, I don't think ANY program is going to implement all of the features listed above for a long, long time. Even UniPad (a text editor whose selling point is Unicode features) doesn't implement all of them. Some of the features I list (in partular things like locale-sensitive-sorting, ...
by ramonsky
Tue Nov 25, 2003 8:34 am
Forum: Enhancement Suggestions
Topic: Close a window by wheel-clicking the tab
Replies: 8
Views: 1675

Double clicking on a tab name to close the document is even better, since not everyone has a mouse with a scroller That may be true - but it's also true that the cost of a new mouse is peanuts. My an optical three-button wheel mouse was something like twenty quid (British pounds), which is less tha...
by ramonsky
Tue Nov 25, 2003 8:15 am
Forum: Enhancement Suggestions
Topic: #include search path saved in the work space.
Replies: 2
Views: 294

I could be wrong, but I'm not entirely sure TextPad even HAS a concept of #include files. TextPad lets you edit the source files (for any language), but only a compiler (strictly speaking, a preprocessor) needs to know about an include path - and TextPad is not a compiler. It might be possible, howe...
by ramonsky
Fri Nov 21, 2003 3:57 pm
Forum: Enhancement Suggestions
Topic: What Unicode Conformance Isn't
Replies: 18
Views: 4853

I can only apologise for any appearance of rudeness. Rest assured it was not deliberate. Actually, I've looked back at all my posts, and even in retrospect none of it sounds rude to me, but I'll apologise anyway coz I'm nice like that. As for putting it all in one thread ... it IS all in one thread....
by ramonsky
Fri Nov 21, 2003 2:26 pm
Forum: Enhancement Suggestions
Topic: What Unicode Conformance Isn't
Replies: 18
Views: 4853

poll is here
by ramonsky
Fri Nov 21, 2003 2:25 pm
Forum: Enhancement Suggestions
Topic: Unicode Conformance
Replies: 25
Views: 11989

Discussion of other Unicode possibilities is here. (These are not what you're voting for in this poll though).
by ramonsky
Fri Nov 21, 2003 2:18 pm
Forum: Enhancement Suggestions
Topic: Bug dealing with Unicode
Replies: 9
Views: 1319

There's a poll on this now. You can vote on it. See "Unicode Conformance".
by ramonsky
Fri Nov 21, 2003 12:51 pm
Forum: Enhancement Suggestions
Topic: Convert syntax colors to HTML
Replies: 6
Views: 1174

I've changed my mind about this. For reasons outlined in my other thread (Unicode Conformance), I don't think all this talk of conversion to UTF-8, etc., is appropriate HERE. The reason is simple. The ENCODING of a document is something which is not known (and cannot be known) until Save (or Save As...
by ramonsky
Fri Nov 21, 2003 12:46 pm
Forum: Enhancement Suggestions
Topic: What Unicode Conformance Isn't
Replies: 18
Views: 4853

What Unicode Conformance Isn't

In this thread I am going to list a number of algorithms and possible TextPad enhancements which go way beyond mere Unicode "Conformance". These are the kinds of things that people expect from Unicode. The ultimate promise, as it were, sadly, rarely delivered. I mention them here because I...