Search found 6 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: 1063

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

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

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:33 am
Forum: HOW-TOs
Topic: Regular Expression regex to match error ouput
Replies: 6
Views: 3963

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 ...
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: 1063

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

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 ...