Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Java-Content-Assist inside jruby-script possible?
Java-Content-Assist inside jruby-script possible? [message #757195] Thu, 17 November 2011 03:47
Al Bundy is currently offline Al BundyFriend
Messages: 27
Registered: November 2011
Junior Member
Hi,

I have to implement some ruby-scripts from time to time.
Inside my scripts I have to use some of our own java-classes and -interfaces.

Is there a way to enable code-completion for the java-classes?

Just a small example
require 'java'
java_import 'java.util.HashMap' 
m = HashMap.new


In the next line I want to write m.c and press ctrl+space to see, that I can use the method "clear"

The current proposals are
captures() - Matcher
case
class

Is it possible to enable code-completion for java-classes?

Al
Previous Topic:Is org.eclipse.ltk.core.refactoring.createParticipants working ?
Next Topic:Interface usage in DBGP debugger
Goto Forum:
  


Current Time: Fri Apr 26 19:37:25 GMT 2024

Powered by FUDForum. Page generated in 0.03358 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top