On 1/24/07, Patrick Gerken <[EMAIL PROTECTED]> wrote:

Hello,


Hi Patrick,

I get exceptions when I open a view, but after clicking ok I can work

An internal error occurred during: "PyEditNotifier".
com.python.pydev.interactiveconsole.EvaluateActionSetter.onSetDocument(Lorg/eclipse/jface/text/IDocument;Lorg/python/pydev/editor/PyEdit;Lorg/eclipse/core/runtime/IProgressMonitor;)V
An internal error occurred during: "PyEditNotifier".
com.python.pydev.interactiveconsole.EvaluateActionSetter.onSetDocument
(Lorg/eclipse/jface/text/IDocument;Lorg/python/pydev/editor/PyEdit;Lorg/eclipse/core/runtime/IProgressMonitor;)V
An internal error occurred during: "PyEditNotifier".
com.python.pydev.interactiveconsole.EvaluateActionSetter.onCreateActions
(Ljava/util/ListResourceBundle;Lorg/python/pydev/editor/PyEdit;Lorg/eclipse/core/runtime/IProgressMonitor;)V

Things that dont work, are refactoring rename, Nothing happens when I try
to start it via the context menu.


Do you have an entry in the error log for it? Which Eclipse version are you
using? (seems like a corrupt install or incompatible Eclipse version)

While I started to get into it I noticed something small,

On Interfaces I mark the variables as unused, and in that case the
docstring autocomplete does not create @param and @type strings. This makes
sense for normal mehtods, but not in Interface declarations, imho. pylint
regards my class as an Interface as soon as there is a base class with the
name Interface.


That's a bug when it tries to find the attributes -- it is not something
actually specific to having it marked as Unused Parameter... if you put any
comment in the line of the function definition it will have this (wrong)
behavior. Could you add it to the pydev sf bug-tracker?

While I am at it, I wanted to look into it for myself, but in the end never
did it. There are some events which maybe should be handled in pydev editors
too. As it rendered my eclipse unusable because eclipse was not defensive
enough I filed a bug there for eclipse itself...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=164228


This bug was already fixed in the last release...

Cheers,

Fabio
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to