Labibme / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Enhancement : Go to Line with error #671

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to have an option in right click after an error occurs to go to 
the line of the current text file at which the error occurrs ?

Original issue reported on code.google.com by namankoh...@gmail.com on 13 Jul 2012 at 5:10

GoogleCodeExporter commented 9 years ago
PyScripter by default jumps to the line of the file where the error occurs.

Also:
-  In the messages window when a traceback is displayed you can jump to a 
displayed error line by double-clicking.
-  In the interpreter window you can jump to a displayed traceback line by 
double-clicking.
-  The search menu contains a "Jump to syntax error" command.

Original comment by pyscripter on 13 Jul 2012 at 7:31