[Pydev-users] [pydev - Users] RE: Vertical guideline in the editor

2007-01-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4095150 By: fabioz You can have a vertical guideline at x columns (in Eclipse it is called print margin) if you enable it at general > editors > text editors. Cheers, Fabio __

Re: [Pydev-users] Jump to line from the output of external programs?

2007-01-09 Thread Fabio Zadrozny
On 1/9/07, Nyenyec N <[EMAIL PROTECTED]> wrote: Hi, I'm using 2 external programs: nosetest and pep8.py Both produce error messages pointing to locations in my code. I was wondering if there is a way for PyDev to parse their outputs and make these error messages clickable? Nose produces stac

[Pydev-users] Jump to line from the output of external programs?

2007-01-09 Thread Nyenyec N
Hi, I'm using 2 external programs: nosetest and pep8.py Both produce error messages pointing to locations in my code. I was wondering if there is a way for PyDev to parse their outputs and make these error messages clickable? Nose produces stack traces, and pep8.py produces lines such as: /twp

[Pydev-users] [pydev - Users] Vertical guideline in the editor

2007-01-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4094244 By: tn1 Is it possible with Pydev or with a Eclipse plugin to show a vertical guideline in the editor ? It's very usefull to indent correctly the code. I think that in Kommodo this function exist...