« Return to Thread: running a v7 NB from hg checkout?

Re: running a v7 NB from hg checkout?

by Martin Krauskopf :: Rate this Message:

Reply to Author | View in Thread

Stephen Bannasch wrote:
> Where is in the NB codebase is the code for the Ruby Gems dialog located?
>
> I'd like to know as a way of familiarizing myself with the codebase. I
> appreciate that you have such quick answers to my questions but it you
> are not available it will help if I can also find the answers myself.

Ah, sorry. I meant you mean the RubyGems itself. It is in the
ruby.platform module. Classes of the interest might be those in:

  ruby.platform/src/org/netbeans/modules/ruby/platform/gems

directory.

   GemAction.java     - display the dialog
   GemListParser.java - parses gem tool's output
   GemManager.java    - handles various reqest by the platform and/or UI
   GemPanel.java      - UI
   GemRunner.java     - compose and runs the gem command
   ....

Contributions more then welcomed ;)

The best is to open the module directly in NetBeans and navigate through
the code.... I do not know how far do you want to go. If you need more
help with building, setting up, debugging, ... NetBeans, let us know.

        m.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: running a v7 NB from hg checkout?