Search found 88 matches

by ramonsky
Thu Jan 22, 2004 10:37 am
Forum: Enhancement Suggestions
Topic: PHP Syntax Highligting
Replies: 1
Views: 654

Actually, this is a very good point. In PHP (and also in many Unix shells) a string such as "x = $x" isn't actutually a constant! Why not? Because the $x inside the quote marks is expanded at the point of execution, and not before. So, if you were to highlight it to reflect actual usage it...
by ramonsky
Thu Jan 22, 2004 10:22 am
Forum: Enhancement Suggestions
Topic: Treeview in the document selector
Replies: 23
Views: 3758

Here's another suggestion. (Could be an option). Instead of organising the files in the document selector in alphabetical order, how about listing them in last-used order (so that the ones you're acutally using all get clumpted together at the top)? This would also work for the files on the Windows ...
by ramonsky
Wed Jan 21, 2004 10:35 am
Forum: Enhancement Suggestions
Topic: Numeric Sort in Document Selector
Replies: 2
Views: 313

Maybe we should have a poll to decide which poll to vote in? :) Jill Still - on the topic of this thread, it remains the case that "natural sorting" is not everyone's cup of tea. For a start, it's a platform dependent thing - implemented on WinXP, but not implemented on Win98. Should TP be...
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: 577

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 char...
by ramonsky
Mon Jan 19, 2004 9:52 am
Forum: Enhancement Suggestions
Topic: Arabic Support
Replies: 3
Views: 481

Of course, this would be a lot easier to do if TextPad used Unicode internally!
by ramonsky
Wed Jan 14, 2004 9:52 am
Forum: General
Topic: Bad interactions between MS-WMP and TextPad
Replies: 5
Views: 302

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 ...
by ramonsky
Wed Jan 14, 2004 8:53 am
Forum: Enhancement Suggestions
Topic: HEX color include
Replies: 3
Views: 272

This is a really good argument for the "Run a tool on a selection" idea. Some external tool would merely have to write the hex value to standard output. Bingo! If used as a "Run a tool on a selection" tool the effect of this would be to insert the hex value at the cursor position...
by ramonsky
Fri Jan 09, 2004 10:34 am
Forum: Enhancement Suggestions
Topic: versioned backups
Replies: 2
Views: 329

Whilst wishing no disrespect to a perfectly valid enhancement suggestion, I think it would be worthwhile to point out that there are alternative solutions to this problem which don't involve an upgrade to TextPad. In fact, I don't think it should be TextPad's problem at all, because every program fr...
by ramonsky
Tue Jan 06, 2004 8:20 am
Forum: Enhancement Suggestions
Topic: Simple but powerful enhancement suggestion: Run on Selection
Replies: 25
Views: 4307

Very awesome. As a programmer I could customise away to my heart's content, given this enhancement. It is a truly brilliant idea. As a qualifier though, I still believe that the tools list should be dependent upon the document class, otherwise the list will just get too big, cluttered, and error-pro...
by ramonsky
Fri Dec 19, 2003 4:50 pm
Forum: General
Topic: Problem pasting from word
Replies: 7
Views: 465

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 continuing...
by ramonsky
Fri Dec 19, 2003 8:20 am
Forum: Enhancement Suggestions
Topic: Keep defined bookmarks saved even after closing the file
Replies: 10
Views: 852

Wow! Just tried that myself. MudGuard is correct. It's amazing how many amazing extra features this innocent looking editor already has under its hood. Thanks for pointing that out MudGuard. To get it to work, you have to save a workspace (which is where the metadata goes, obviously...). To reload, ...
by ramonsky
Thu Dec 18, 2003 4:48 pm
Forum: Enhancement Suggestions
Topic: Keep defined bookmarks saved even after closing the file
Replies: 10
Views: 852

This would be metadata. Again, various uses have been proposed for such a thing, and there's already a thread on the various strategies of how to store it. Actually, I kinda like this enhancement request. It sounds like it'd be simple to implement, though it would require the use of metadata. Even V...
by ramonsky
Thu Dec 18, 2003 3:34 pm
Forum: Enhancement Suggestions
Topic: File selector "arrange files" new function
Replies: 8
Views: 755

There have been a number of requests for similar enhancements, including your own "View document tabs for selected documents only" thread. It might be cool to consolidate all these various ideas into one single thread, because some ideas may conflict with others, and poor Helios cannot pos...
by ramonsky
Thu Dec 18, 2003 11:03 am
Forum: Enhancement Suggestions
Topic: View document tabs for selected documents only
Replies: 1
Views: 189

:idea: Me too.
by ramonsky
Tue Dec 16, 2003 1:12 pm
Forum: Enhancement Suggestions
Topic: Syntax Files - Dynamic Keywords
Replies: 13
Views: 2486

I stand corrected. :oops: But in the spirit of the original post, I guess what I'd like to see is the ability to have all PHP variable names (words starting with "$") highlighted the same color. Essentially, most people here seem to asking for the ability to color "words starting with...