This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 108362 - in-require code completion does not offer 'java'
Summary: in-require code completion does not offer 'java'
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 08:44 UTC by Martin Krauskopf
Modified: 2007-10-29 19:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2007-06-28 08:44:42 UTC
Would be nice to have:

  require "|<C-Space>"

Above should offer _java_ when JRuby interpreter is set.
Comment 1 Jiri Kovalsky 2007-07-03 14:03:09 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 2 Torbjorn Norbye 2007-10-29 19:03:26 UTC
This is sorta-fixed - require 'java' doesn't offer java in require-completion, but that's an old way of doing things.
The modern way is "include Java", and that now works ("Java" is offered as a module in include-completion), plus the
various Java integration methods ("import", "include_class" etc.) are available as long as you have enabled Java on your
project (in the project settings).