Search found 81 matches

by Cloink
Thu May 15, 2008 4:53 pm
Forum: General
Topic: Windows Explorer Context Menu: Open
Replies: 2
Views: 326

This sounds very much like the problem here:- http://forums.textpad.com/viewtopic.php?t=9379 Whilst a show-stopping bug like this one is not likely to encourage you to return to TextPad, there are many of us who think it is the best text editor going, so you should give it a chance, in the main it d...
by Cloink
Thu May 15, 2008 4:33 pm
Forum: General
Topic: Tpad 5.2.0 won't open seperate instances from context menu
Replies: 1
Views: 191

You can't 'fix' this. It's equivalent to starting textpad with a list of files as arguments - of course they will all go to the same instance - the instance instantiated by the single call to textpad.exe. You must either open them one by one, or write a short .bat file to generate a file list and op...
by Cloink
Thu May 15, 2008 3:11 pm
Forum: General
Topic: On the verge
Replies: 7
Views: 389

#id and .class? You mean any and all '#id's and '.class'es? If I've understood you correctly, no - it can only recognise keywords, not patterns. If you have common element-ids such as, literally, '#id', then you can add, literally, '#id' (and any others) to the .syn file you downloaded (then close &...
by Cloink
Thu May 15, 2008 1:01 pm
Forum: General
Topic: Question about Textpad....
Replies: 8
Views: 487

Sorry, it did veer off into what appears to be a bit of a rant, it wasn't meant to be, it was really just describing the experiences I've had that lead me to say, "Don't hold your breath." They work to their own schedule - I have seen Helios themselves say that on previous postings. Actual...
by Cloink
Thu May 15, 2008 10:21 am
Forum: General
Topic: Question about Textpad....
Replies: 8
Views: 487

You are unlikely to get a reply from Helios, don't hold your breath.
by Cloink
Thu May 15, 2008 10:18 am
Forum: General
Topic: Can't spell check
Replies: 14
Views: 1197

Why on earth does it not explain in the help for the spell checker, the 'How to Check Spelling' page, that spell checking is disabled for syntax-highlighted documents (yes yes, except comments & strings)? I've just spent about an hour trying to make it work on a syntax-highlighted document. This...
by Cloink
Thu May 15, 2008 9:05 am
Forum: General
Topic: merging text files & select specific lines
Replies: 5
Views: 391

Bob's suggestion will of course work, I've never even noticed the 'Insert Files' before (!) - and wouldn't have thought of Find/BookmarkAll/Invert - my suggestion is somewhat different, so take your pick... Ctrl-F5 / Find in files The results go to the 'Search Results' window - with the advantage th...
by Cloink
Thu May 15, 2008 8:40 am
Forum: General
Topic: how to find out your row cursor position #
Replies: 2
Views: 134

Once you've got your cursor position from the status bar, you can CTRL-G to go back to it.
by Cloink
Thu May 15, 2008 8:38 am
Forum: General
Topic: Question about Textpad....
Replies: 8
Views: 487

From past experience and responses to other people's posts, in short, No. Version 5 waited an awfully long time to come out; it's my belief that the v5 release date intentionally coincided with the launch of Win Vista, but they never told us that, they just kept us hanging. However, now they HAVE re...
by Cloink
Thu May 15, 2008 8:12 am
Forum: General
Topic: On the verge
Replies: 7
Views: 389

The HTML language is already set up for you when you install TP. CSS is not. If you need CSS to have its own syntax highlighting (I just include mine as part of my javascript 'Document Class'), you need to set up a Document Class especially for it. Configure > Preferences > Document Classes. Then fo...
by Cloink
Thu May 15, 2008 8:01 am
Forum: Enhancement Suggestions
Topic: Cursor mark to enable jump-back-to.
Replies: 5
Views: 342

Mark HERE / Do stuff / JUMP back there

Sorry, I think you've misunderstood. I think I could achieve what you're saying simply by CTRL-F2 (mark line - not exact cursor position), then F2 to return to the start of that line, which doesn't achieve my aim. Your step2 immediately loses the position along the line from whence the cursor came, ...
by Cloink
Wed May 14, 2008 6:40 pm
Forum: Enhancement Suggestions
Topic: Cursor mark to enable jump-back-to.
Replies: 5
Views: 342

Cursor mark to enable jump-back-to.

I commonly write a bit of code, say a function call, then decide to assign the result to a variable (instead of in-situ) as it will be used a number of times. So I cut the code-snippet to clipboard - here I want to MARK THIS POSITION - go up a line, myvar = <paste-code-snippet>; - now copy the varna...
by Cloink
Wed May 14, 2008 6:10 pm
Forum: General
Topic: copying settings on evaluation versions
Replies: 1
Views: 2371

If this reply isn't way too late for you... I have a TextPad backup script in the event of my hard disk dying which could double as a "Settings export" script. It has in it these commands... REM Hierarchy has been considered here, if get something new with same name REM it will get put in ...
by Cloink
Wed May 14, 2008 5:29 pm
Forum: General
Topic: Verilogg with TextPad
Replies: 1
Views: 2003

You must set up a 'Tool' under Configure > Preferences. The Tool must call an executable command and 'Capture Output' [an option for the Tool]. Set the 'Regular expression to match output' accordingly for your compiler statements, and select the appropriate 'Register' (the 1st/2nd/etc parenthesised ...