Search found 9 matches

by hucker
Thu Aug 14, 2003 2:38 pm
Forum: General
Topic: Getting the path for a file loaded in the editor.
Replies: 6
Views: 695

Thanks, that's pretty good. Assuming I have the doc selector open (which is a lot of real estate in order to get to a filename copy) it's a: Right Click in File Selector Select Properties Copy (extra right click and select if I use the mouse) Close Window in order to get the information to the ...
by hucker
Thu Aug 14, 2003 1:59 pm
Forum: HOW-TOs
Topic: Regular Expression regex to match error ouput
Replies: 6
Views: 3036

After a bit of screwing around I got the following to work: ^ File .*"\([^"]+\)"[,] line \([0-9]+\) I'm running python 2.2.2. FWIW the way I figured it out was to copy the line: File "C:\prj\metron\socket\msg2server.py", line 31 Over and over in an editor and then to use the replace dialog to ...
by hucker
Thu Aug 14, 2003 6:26 am
Forum: HOW-TOs
Topic: Regular Expression regex to match error ouput
Replies: 6
Views: 3036

I'm clicking on the correct line. Just to be sure I 2clicked on each of the lines in my example and got the same error for each line.

I'm running 4.6.2, if that matters.

Chuck
by hucker
Thu Aug 14, 2003 5:54 am
Forum: Enhancement Suggestions
Topic: Path of syntax definitions file
Replies: 2
Views: 1064

I could also point to a network folder for the syntax file so all machines in my group had access to the latest and greatest.
by hucker
Thu Aug 14, 2003 5:49 am
Forum: Enhancement Suggestions
Topic: collapsible paragraphs
Replies: 3
Views: 806

I used a python tool (boa constructor) that had paragraph collapsing and I found my self using it.

One more advanced feature that might be tougher to do would to be able to extend this to handle ifdef's in C code.

#ifdef FOO

....

#else

#endif
by hucker
Thu Aug 14, 2003 5:46 am
Forum: Enhancement Suggestions
Topic: Show matching brackets
Replies: 27
Views: 8310

I completely agree that it should be an as you type feature. It should respond to all things that close [] () '' "" <> etc. Of course this should be configurable in the syn files. Having to press buttons to do things (Ctrl M)is 'old school' in my book. Sure thats how everything used to work but ...
by hucker
Thu Aug 14, 2003 5:33 am
Forum: HOW-TOs
Topic: Regular Expression regex to match error ouput
Replies: 6
Views: 3036

Using this RE: ^.*"\([^"]+\)", line \([0-9]+\) I get a : Cannot jump to item under cursor. Error. Here is the output in the command window. File "C:\prj\metron\socket\msg2server.py", line 31 return command + " bar": ^ SyntaxError: invalid syntax Tool completed with exit code 1 Did I miss something ...
by hucker
Thu Aug 14, 2003 5:25 am
Forum: General
Topic: Getting the path for a file loaded in the editor.
Replies: 6
Views: 695

Thank you for showing me the various ways to get there. I'm glad that it is possible. As a user though diving through menus is not the most discoverable way to copy a file name IMO. It seems to me if there is a tab or list box with the file name in it (document selector and document tabs) I should ...
by hucker
Wed Aug 13, 2003 4:55 pm
Forum: General
Topic: Getting the path for a file loaded in the editor.
Replies: 6
Views: 695

Getting the path for a file loaded in the editor.

There are several instances where I would like to be able to copy the full path text of the file in the editor. Textpad lets me display the full path in tabs and in the title bar but I can't select it or copy it. It would be nice if I could right click on the tab and copy the path to the clipboard ...