Hi,
I have developed my own script pluin where I am running jython and python scripts. For this I have extended PyEdit class in my main editor class. I am able to run python/jython scripts successfully. The prob is coming in while writing the script. On "ctrl+Space", it shows me only locally defined members or kewwords, not other than these.
For example...
If I write "java." and then presses "Ctrl+Space", nothing comes up...
Also I want to know that my outline view is not coming, how can I get that.
Some questions:
1. if you do a code-completion in an empty file, does it bring the builtins
2. if you do code-completion in a file only with 'import j' |Ctrl+Space does it show 'java'?
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
