Re: eclipse-pydev: New upstream release 1.3.13 avaible ... What's keeping you from packaging Eclipse 3.3? ... this platform-independent package manager provided by the application ... I will not package Eclipse 3.3 for Ubuntu,... (Ubuntu)
Re: In praise of Eclipse ... The biggest problem is knowing what they mean by a workspace, ... a workspace is simple the aggregate of all the source and class files ... The key is understanding that a project is not the same as a package...Eclipse has all kinds of optional windows, called views, you can bring ... (comp.lang.java.programmer)
Re: strange problem using modules from my own package. ... I created a package in which there were 4 modules and one __init__.py file ... I created the entire project in eclipse. ...saying pbcf is not a module. ... Your main application should be a standalone script that uses (imports) the package. ... (comp.lang.python)
Eclipse & classpath magic ... I decided to learn a new IDE so I'm poking at Eclipse.... Since they're in the same package, I didn't have to use an import statement, which confused me a bit because the two packages are in different directory hierarchies. ... a normal use of the default Java classloader?... It seems almost like a security hole (because I could add, or replace classes in any package just by adding a new directory to the classpath) but that's not my main point. ... (comp.lang.java.programmer)