[Pydev-users] [Users] RE: My collected complaints about Pydev
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-04-12 00:28:47
|
The following forum message was posted by agronholm at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4477776: I've created the following issues: #1: https://sourceforge.net/tracker/?func=detail&aid=3284882&group_id=85796&atid =577329 #2: https://sourceforge.net/tracker/?func=detail&aid=3284887&group_id=85796&atid =577329 #4: https://sourceforge.net/tracker/?func=detail&aid=3284889&group_id=85796&atid =577329 #5: https://sourceforge.net/tracker/?func=detail&aid=3284892&group_id=85796&atid =577329 #8: https://sourceforge.net/tracker/?func=detail&aid=3284896&group_id=85796&atid =577329 #9: https://sourceforge.net/tracker/?func=detail&aid=3284897&group_id=85796&atid =577332 #5 should probably have been filed at the feature requests compartment. I wasn't sure. Perhaps you can move it if necessary? Regarding 3), is there a problem with that? The analysis only needs to be done once per interpreter (to collect the names from each built-in module) when the interpreter is added or when you reinitialize an interpreter (using "Apply"). Regarding 6), I reexamined the current behavior of the console and it seemed to work fine regarding up/down arrow keys. I really don't like the fact that selecting a piece of text moves the cursor too. No interactive console I've ever seen works this way. What also bugs me is that I can move the cursor on top of the prompt (>>>) with the left arrow key. Regarding 10), I don't think Jython can rename packages in the JRE. Regarding 12), what is your suggested approach for adding external dependencies where the exact path varies by developer? Java projects don't have this problem since you can define path substitution variables globally, independent of the project. |