OSX code completion for jruby/ruby not complete [message #956700] |
Wed, 24 October 2012 18:43 |
Al Bundy Messages: 27 Registered: November 2011 |
Junior Member |
|
|
I'd like to use DLTK to develop some ruby and jruby scripts.
This works good in most cases.
Unfortunately code completion is not complete for default-classes (e.g. String)
"".d shows only dclone() as proposal instead of
.delete .delete! .detect .display .downcase .downcase!
.drop .drop_while .dump .dup
Is there a possibility to fix this?
Tested on OSX with Juno and DLTK 2.0 ruby 1.8.7, jruby 1.6.5, jruby 1.7.0
Windows with Helios and jruby 1.6.8
Just another question: Is it possible to enable code completion for java-classes in jruby-scripts?
Thanks
Al
[Updated on: Wed, 24 October 2012 18:44] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: OSX code completion for jruby/ruby not complete [message #959797 is a reply to message #959706] |
Sat, 27 October 2012 01:07 |
Al Bundy Messages: 27 Registered: November 2011 |
Junior Member |
|
|
Now that I have a workaround for my problem (works on osx and windows) I have a new one.
I've required 'java' but all Methods from the are missing - e.g. to_java, java_method, ... (java_kind_of? is part of the proposals).
In the xml-File there is not method with "java" in name.
Can you also please explain how to use user-libs like the generated files from the builtin.rb?
If there is no code-completion for java I want to generate my own dummy-modules for code-completion.
[Updated on: Sat, 27 October 2012 01:21] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04220 seconds