Search found 16 matches

by maniac
Mon Nov 17, 2003 4:46 am
Forum: General
Topic: Linux Port
Replies: 8
Views: 2049

well, Kate is a start for linux, but once you get used to Textpad, there isn't really another alternative
by maniac
Fri Nov 14, 2003 2:47 am
Forum: General
Topic: Automatically apply a carriage return at a ~
Replies: 3
Views: 1104

david - was wondering, where in AR are you? I'm in North Little Rock myself...
by maniac
Sat Nov 08, 2003 7:23 pm
Forum: General
Topic: How to run tool with unsaved file
Replies: 15
Views: 4978

The easiest way to do this might be to write a script to do the same thing - what database server are you using?
by maniac
Wed Nov 05, 2003 5:03 am
Forum: General
Topic: Reduce Indent
Replies: 11
Views: 2477

im confused what's the difference between that and using shift-tab?
by maniac
Tue Nov 04, 2003 5:43 pm
Forum: General
Topic: Reduce Indent
Replies: 11
Views: 2477

I use shift-tab, is that what you mean?
by maniac
Sun Nov 02, 2003 4:00 pm
Forum: General
Topic: VBScript?
Replies: 2
Views: 1121

thanks!
by maniac
Sat Nov 01, 2003 4:52 pm
Forum: General
Topic: VBScript?
Replies: 2
Views: 1121

VBScript?

I've heard a lot of people talking about using perl scripts and stuff as tools for various things. I've written a script in vb script to backup and archive projects i am working on. Is there a way to incorporate this into a tool menu?
by maniac
Thu Oct 30, 2003 3:13 pm
Forum: General
Topic: Windows explorer freezes in WIN ME
Replies: 1
Views: 603

I had something like this in Windows 2003 - Explorer didn't freeze, but the selection was somehow locked on that file. You could right click and bring up the context menu, or do stuff to that file, you just couldn't select another file for about 30 seconds.
by maniac
Tue Oct 21, 2003 11:07 pm
Forum: General
Topic: Quote macro
Replies: 2
Views: 268

thanks
by maniac
Tue Oct 21, 2003 10:50 pm
Forum: General
Topic: Quote macro
Replies: 2
Views: 268

Quote macro

I'm trying to make a quick macro to quote selected text - can someone give me the regex to do this?
by maniac
Mon Oct 20, 2003 9:55 pm
Forum: General
Topic: Problem transfering personal configurations between Pc's
Replies: 4
Views: 491

Yes, textpad allows you to do that in the options, but the associations are still kept in the same area with the rest of window's file associations.
by maniac
Mon Oct 20, 2003 8:10 pm
Forum: General
Topic: Problem transfering personal configurations between Pc's
Replies: 4
Views: 491

file associations aren't handled by textpad - windows does that, so it would be kept somewhere else - and transfering that from ME to XP is probably a bad idea, since I'm sure they handle file associations differently. i guess you might have to just add all the file associations back on XP
by maniac
Thu Oct 16, 2003 5:16 pm
Forum: General
Topic: Problem with PHP syntax
Replies: 0
Views: 258

Problem with PHP syntax

due to the fact that PHP uses both <? ?> for syntax start and < > for operators, using either a < or a > in a conditional statement will kill syntax highlighting for the rest of the code (until you close it with ?>) - anyone know a work around for this?
by maniac
Thu Oct 16, 2003 1:52 pm
Forum: Tips
Topic: A good source code manager
Replies: 3
Views: 4068

well, here's the thing...

I'm not looking for version control...

I'm looking for more of a recipe book - for code...some place to just get snippets of code and organize them...

any ideas?