« Return to Thread: Problem creating a Ruby hint

Problem creating a Ruby hint

by Luis Diego Fallas :: Rate this Message:

Reply to Author | View in Thread

Hi Everyone,

As an experiment I was trying to create a new Ruby Hint from a new module. In order to do that I'm inheriting from org.netbeans.modules.ruby.hints.spi.AstRule however it seems that this class can only be acceded from a  module that is a friend of  org-netbeans-modules-ruby-hints.jar .

By reading the module's project(http://deadlock.netbeans.org/hudson/job/ruby/ws/ruby/hints/nbproject/project.xml ) , only  two modules are friends(extrahints and cmdline) of   org-netbeans-modules-ruby-hints.jar.

Is there any other class which I can use to implement a Ruby Hint?
Are there any plans to make org-netbeans-modules-ruby-hints.jar available for other modules ?

Thanks in advance,
Luis

 « Return to Thread: Problem creating a Ruby hint