Search found 169 matches

by webmasta
Wed Sep 17, 2003 3:28 pm
Forum: Enhancement Suggestions
Topic: persistent bookmarks
Replies: 5
Views: 490

Then how about a KB shortcut?? Nothng can be faster than that. Configure /preferences /keyboard /file In any case the workspace is saved when TP is closed with your last working space... which could mean that if you open a space and accidentally close a file, when the space is loaded again that file...
by webmasta
Wed Sep 17, 2003 3:23 pm
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

LMAO ... slay the frog for his croak!!
by webmasta
Wed Sep 17, 2003 1:05 pm
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

Hehe we all made it over to Jeffy's place..

And in Perl

Code: Select all

   while ($text =~ /\s*(([^"][^\s"]*)|("[^"]*"))/g) {
   print $1 ."\n";
        }
by webmasta
Wed Sep 17, 2003 4:24 am
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

But hang on here... now I back tracking the thread based on Bob's bright red banner... it came to light that Keith hijacked the code ...your a pirate.. walk da plank :P When I saw it this morning I was so puffy eyed I didnt realise what I was seeing with all those slashes and though Keith rewrote a ...
by webmasta
Tue Sep 16, 2003 5:19 pm
Forum: Enhancement Suggestions
Topic: XP-style toolba icons, plus a button to "pin" Text
Replies: 8
Views: 599

I do NOT want Teletubby-style icons!
:lol: How about a little helper knocking on the screen like MS Frontpage.garbage.tm
by webmasta
Tue Sep 16, 2003 2:15 pm
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

Well WTF .. It works on both examples in one fell swoop .. Keith, where were ya all day yesterday?? love ya.... thanx heaps... :lol: Suddenly my day seems like its gonna be a good one. John "Harry" "Timothy Jessica Mel" "Pat" Ginger "John" Harry "Timothy ...
by webmasta
Tue Sep 16, 2003 4:31 am
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

Rey .. I gotta sleep and take a break from this.. tomorro is another day.. First .. I keep getting invalid regex... phew... POSIX is checked ...all underscores were replaced with spaces.. that means that the first regex starts with a space. Next and MOST IMPORTANT .. TP is driving me over the wall ....
by webmasta
Tue Sep 16, 2003 12:31 am
Forum: General
Topic: Need help with files
Replies: 6
Views: 242

Is .tre a binary file?? maybe the giggerish your referring to might very well not be gidderish, just you dont understand it... try opening a jpg file in TP.. see if the gibberish resembles that.

My 2 cents for what its worh .. maybe 1 cent..maybe 0 cents...

webM
by webmasta
Tue Sep 16, 2003 12:24 am
Forum: General
Topic: Ctrl-A bug report
Replies: 4
Views: 247

For one .. if you carry out those specific actions you listed, when you click search /replace ... the selected text will be in the find what field already selected .. so whats the point of select all??

For 2... Did I miss something ??

webM
by webmasta
Tue Sep 16, 2003 12:13 am
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

GIMME A BREAK, will you? Take two or even three. Then come back and read my first post.... :wink: Your instructions replaces the quotes with \n...not right, it should replace SPACES with \n if the space DOES NOT fall within quotes. No sweat,... but the reason why i was trying to do it with regex is...
by webmasta
Mon Sep 15, 2003 11:46 pm
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

LOL Bob .. the example is in the first post.... And actually, I didnt want to replace the quotes, I wanted to split the string on whitespace ONLY if that space is NOT between "quotes" In other words, split on space only if its NOT between "quotes". Also some strings could very we...
by webmasta
Mon Sep 15, 2003 9:52 pm
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

That was smart using the three passes.. I was trying to do it in one pass with unix regex...That is not eze dude.. :lol:

However .. the cruncher comes when theres lines that start with the quote
and end with the quote.

Thnx for the pointer .. i'll figure it out.

webM
by webmasta
Mon Sep 15, 2003 8:25 pm
Forum: General
Topic: Regex stumper
Replies: 21
Views: 1065

Regex stumper

John "Harry" "Timothy Jessica Mel" "Pat" Ginger How do I split this string so that the output is John "Harry" "Timothy Jessica Mel" "Pat" Ginger In other words, split on space only if its NOT between "quotes". Also some strings co...
by webmasta
Mon Sep 15, 2003 6:46 pm
Forum: General
Topic: Help its all b/w
Replies: 2
Views: 169

by webmasta
Sun Sep 14, 2003 4:20 am
Forum: General
Topic: Replace correctly from character class search
Replies: 13
Views: 726

Something I can never quite wrap my head around.. regex in itself is a brick wall... why do different developers complicate regex by instituting a proprietory set of patterns.. seems like every editor I open is a different way to do it.... like re-inventing the wheel. Simple solutions are good for d...