Search found 18 matches

by rkrite
Tue Feb 16, 2016 12:21 am
Forum: General
Topic: Apply adhoc class to open file
Replies: 3
Views: 640

MudGuard wrote: Not exactly the class assignment you want, but might be close enough.
Thanks MudGuard. Indeed, this is exactly what I was after.
... And yes, it is working in 5.2.0 :D
Thanks very much.
by rkrite
Mon Feb 15, 2016 11:08 pm
Forum: General
Topic: Apply adhoc class to open file
Replies: 3
Views: 640

Re: Apply adhoc class to open file

rkrite wrote:Is there a way that I am able to apply a class to an open file that is currently in a different (or no) class?
BTW, I am using Textpad v 5.2.0.
Thanks
by rkrite
Mon Feb 15, 2016 11:06 pm
Forum: General
Topic: Apply adhoc class to open file
Replies: 3
Views: 640

Apply adhoc class to open file

Hi, Is there a way that I am able to apply a class to an open file that is currently in a different (or no) class? EG. * I have set up a class for "Shell Scripts" (*.ksh, *.sh) * I have set up a class for "SQL Scripts" (*.sql) * I have a few files in my dev repo that do not have file extensions (eg ...
by rkrite
Wed Sep 26, 2007 10:55 pm
Forum: General
Topic: Change ctrl+n when repositioning the custom tools
Replies: 2
Views: 273

ben_josephs wrote:Assign new shortcuts under
Configure | Preferences | Keyboard | Categories: Tools | Commands: ...
Thanks very much Ben.
by rkrite
Wed Sep 26, 2007 1:22 am
Forum: General
Topic: Change ctrl+n when repositioning the custom tools
Replies: 2
Views: 273

Change ctrl+n when repositioning the custom tools

Hi, Is it possible to change the 'n' in ctrl+'n' when repositioning the custom tools in Configure-->Preferences-->Tools. I have deleted some, and added others, and moved some. Now, in my Tools menu, I currently have this... Tool A Ctrl+1 Tool B Ctrl+8 Tool C Ctrl+5 Tool D Ctrl+7 What I want is this ...
by rkrite
Fri Sep 30, 2005 12:53 am
Forum: Enhancement Suggestions
Topic: suggestion : Highlight column (as well as line)
Replies: 7
Views: 1092

Re: suggestion : Highlight column (as well as line)

I have given an example in the file here..... http://mycoolfish.com/t/textpad_wish_thing.jpg [aprox 128k] Hi, I would like to re-express my interest for this column highlight. Is there anyone else who would find this handy? I have not found this ability in any other text editer, but I would find ...
by rkrite
Mon Jun 07, 2004 3:50 am
Forum: Enhancement Suggestions
Topic: Export/Import Textpad settings
Replies: 23
Views: 8494

Re: XML for the 21st century

XML is a waste of time and resources if the file isn't going to be used in other applications. Wouldn't assuming that a data source (or file) won't be used for another application be more time wasting than initially giving the file flexability from the beginning, if by some chance the file does ...
by rkrite
Fri Mar 19, 2004 5:57 am
Forum: General
Topic: Preferences: "Highlight the Line Containing the Cursor&
Replies: 3
Views: 613

I think TP should also have the virticle (column) highlight. I imagine something like this.


http://mycoolfish.com/t/textpad_wish_thing.jpg

That would be very useful for me.
by rkrite
Wed Mar 10, 2004 2:55 am
Forum: Tips
Topic: Block bracket (brace) matching
Replies: 0
Views: 2115

Block bracket (brace) matching

I find that in a language such as UNIFACE, there is no function/block enclosures. eg... function myfunc (){ blah } the above is using the "{" - "}" braces to enclose the block. In TP, when sitting on one of the enclosures, then pressing <CTRL>-M your cursor is placed on the opposing enclosure. This ...
by rkrite
Wed Mar 10, 2004 2:27 am
Forum: Enhancement Suggestions
Topic: suggestion : Highlight column (as well as line)
Replies: 7
Views: 1092

suggestion : Highlight column (as well as line)

Hi, In 4.7.2 I can see the line I am on because of the new line hignlight. That is very cool. I would like to suggest a column higlighter for when the edit mode is in "NonWordWrap" of course. Either that, or a ruler on the top and bottom of the eitable area that indicates where the cursor is ...
by rkrite
Mon Dec 01, 2003 3:19 am
Forum: Enhancement Suggestions
Topic: Find matching end keyword
Replies: 1
Views: 413

appologies for not seeing the discussion a few days ago regarding the same topic.
by rkrite
Mon Dec 01, 2003 3:10 am
Forum: Enhancement Suggestions
Topic: Find matching end keyword
Replies: 1
Views: 413

Find matching end keyword

When you place the cursor on an open brace.... eg. if (this){ blah blah } ...then press <CTRL>+M, your cursor position will be on the matching brace. Well, I am working with a language that does not have braces as such. In UNIFACE, you do not have open/close braces. eg.... if (this) blah blah endif ...
by rkrite
Fri Oct 17, 2003 1:06 am
Forum: General
Topic: Edit with Textpad - button in IE
Replies: 2
Views: 393

Edit with Textpad - button in IE

Hi, I have a button in my IE tool bar that is the icon of Textpad, and when I click it, it sends the source of the page to Textpad. But.... sometimes the Textpad button is not there. The button has a few other options (its a dropdpwn list of other 'Edit with...' stuff), but sometimes the Textpad ...
by rkrite
Wed Oct 08, 2003 11:47 pm
Forum: Enhancement Suggestions
Topic: Export/Import Textpad settings
Replies: 23
Views: 8494

Does something like this fit the bill....? I also found that this (which is a chunk out of something that I downloaded from the add-ons page) works very nicely... put this in a batch file then in a tool to make it easy... set KEYPATH=HKEY_CURRENT_USER\Software\Helios\TextPad 4 set BUFILENAME=textpad ...
by rkrite
Wed Oct 08, 2003 11:45 pm
Forum: HOW-TOs
Topic: How to transfer your personal configurations between PCs
Replies: 3
Views: 4143

I also found that this (whcih is a chunk out of something that I downloaded from the add-ons page) works very nicely... put this in a file then in a tool to make it easy... set KEYPATH=HKEY_CURRENT_USER\Software\Helios\TextPad 4 set BUFILENAME=textpad.reg REG EXPORT "%KEYPATH%" "%BUFILENAME%" this ...