Search found 17 matches

by mike_d
Fri Jan 30, 2004 5:39 pm
Forum: General
Topic: add file open dialog icon
Replies: 4
Views: 227

never tried that, saw the pulldown and "assumed". thanks for pointing that out
by mike_d
Fri Jan 30, 2004 5:01 pm
Forum: General
Topic: add file open dialog icon
Replies: 4
Views: 227

the prob with editing the place bar using tweakUI is that when you customize it, you can only add their entries - vs. creating your own shortcuts found the perfect answer tho: http://www.maddogsw.com/placesbar/ places bar is a real small util that is exactly what I was looking for. it turns out that ...
by mike_d
Fri Jan 30, 2004 4:30 pm
Forum: General
Topic: add file open dialog icon
Replies: 4
Views: 227

add file open dialog icon

i know that this isn't a textpad specific thing, but figured that since I'm trying to implement it to be able to use the feature in textpad that I would ask here first. I'm trying to find a utility to allow me to add a shortcut to the left side of the file|open dialog - I want to add a couple of new ...
by mike_d
Thu Jan 22, 2004 8:14 pm
Forum: General
Topic: tidy HOW-TO issue
Replies: 12
Views: 1436

upgraded to 4.7.2 and it now works, thanks to all for the help
by mike_d
Thu Jan 22, 2004 8:07 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1645

upgraded from 4.7.1 to 4.7.2 and now its working for me too

thanks to all for all the help
by mike_d
Thu Jan 22, 2004 5:28 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1645

I've been following that thread but since I do not have Tidy on my puter I can only test the regex in my editor and using POSIX this works fine for me: ^line ([0-9]+) column ([0-9]+) - Warning: .*$ I double checked using Replace and I always got the correct line+column from registers 1 and 2. find ...
by mike_d
Thu Jan 22, 2004 4:34 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1645

thanks for the prompt reply, could you take a second and look at my issue with textpad and tidy? its at http://textpad.com/forum/viewtopic.php?t=4968, any help appreciated

Mike
by mike_d
Thu Jan 22, 2004 4:07 pm
Forum: General
Topic: Tools: Registers - File, Line, Column
Replies: 17
Views: 1645

This still isn't clear to me either, I've got a similar problem going at http://textpad.com/forum/viewtopic.php?t=4968 so if "finally the third contains the line number, ie. ([0-9]+\). " shouldn't that be \([0-9]+\) with the leading backslash (not trying to be picky, just trying to be sure I ...
by mike_d
Thu Jan 22, 2004 3:56 pm
Forum: General
Topic: tidy HOW-TO issue
Replies: 12
Views: 1436

Thanks schnitzi and MudGuard, Did abit of experimenting and found that the first search regexp would not match because I had configure|preferences|editor|use posix regexp checked on. when i checked that off and reran tidy i got a match on the line, the line info ("Warning: trimming empty") passed to ...
by mike_d
Wed Jan 21, 2004 10:42 pm
Forum: General
Topic: tidy HOW-TO issue
Replies: 12
Views: 1436

trying it with adding a space after so that it looked like this:

'^line ([0-9]+) column ([0-9]+) ' (without the ' )

as well as without the extra space at the end of the line

still doesn't match the column
by mike_d
Wed Jan 21, 2004 9:41 pm
Forum: General
Topic: tidy HOW-TO issue
Replies: 12
Views: 1436

almost a winnah! the line # parses correctly but the column in not working. tried col setting in prefs at blank, 1, 2, 3, and 4 with no luck

any suggestions?
by mike_d
Wed Jan 21, 2004 5:24 pm
Forum: General
Topic: tidy HOW-TO issue
Replies: 12
Views: 1436

i did a "view source" on this page, textpad is the recieving app. when i hit ctrl-5 to launch tidy i get this in the command results output tab: line 398 column 248 - Warning: nested emphasis <span> line 434 column 35 - Warning: '<' + '/' + letter not allowed here line 434 column 50 - Warning ...
by mike_d
Tue Jan 20, 2004 4:46 pm
Forum: General
Topic: tidy HOW-TO issue
Replies: 12
Views: 1436

i need to mention that I'm trying to tidy the output from a 'view source' that has been pumped into textpad, I'm wondering if that might be the problem
by mike_d
Tue Jan 20, 2004 4:35 pm
Forum: General
Topic: tidy HOW-TO issue
Replies: 12
Views: 1436

tidy HOW-TO issue

setup tidy support per the howto at http://textpad.com/forum/viewtopic.php?t=4768 I get a "cannot jump to item under the cursor" when I doubleclick on the result in the Command Results tab after running the tidy tool to link me back to the correct spot in the source. I've confirmed that my setup is ...
by mike_d
Mon Dec 01, 2003 11:08 pm
Forum: General
Topic: stymied by reg exp
Replies: 5
Views: 348

using enterprise mangler to get script file for all stored procedures, doesn;t do a very good job.

trying to compare whats in sql vs whats in my source code via examdiff, but the process is less than smooth...