Search found 12 matches

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

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: 823

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: 823

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 ...
by rkrite
Wed Sep 26, 2007 10:55 pm
Forum: General
Topic: Change ctrl+n when repositioning the custom tools
Replies: 2
Views: 422

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: 422

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 ...
by rkrite
Fri Mar 19, 2004 5:57 am
Forum: General
Topic: Preferences: "Highlight the Line Containing the Cursor&
Replies: 3
Views: 791

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: 2517

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 ...
by rkrite
Fri Oct 17, 2003 1:06 am
Forum: General
Topic: Edit with Textpad - button in IE
Replies: 2
Views: 528

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:45 pm
Forum: HOW-TOs
Topic: How to transfer your personal configurations between PCs
Replies: 3
Views: 4814

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 ...
by rkrite
Wed Oct 08, 2003 11:32 pm
Forum: General
Topic: Open file on web that does not end with file extension
Replies: 5
Views: 459

Thanks bob, but I was actually talking about opening the web site in textpad....

if you go into textpad, then go File-->Open then type in http://www.example.com/index.html is will fetch the page for you...

but if you open http://www.example.com it will error.
by rkrite
Wed Oct 08, 2003 11:09 pm
Forum: General
Topic: Change Focus betweem Find Dialog & Text
Replies: 2
Views: 279

I also think this would be very nice. Perhaps an entry to a "wishlist"???
by rkrite
Wed Oct 08, 2003 10:50 pm
Forum: General
Topic: Open file on web that does not end with file extension
Replies: 5
Views: 459

Open file on web that does not end with file extension

Hi,

I really like that i can open a file directly from the web... such like this....

http://textpad.com/index.html

However, if the file does not end with a file extension, then it will give me an 'invalid file name' error.

..eg...

http://textpad.com/

Is there a way to get around this? or, does ...