Netbeans and Watir

Netbeans code completion for Watir gem classes defect

Starting with Netbeans6.1 and Watir1.6.2 I am now able to see autocompletion for Watir Classes after I require 'watir' - Yiiippiii!

Here is the original bug jim_matt has submitted #116570 at netbeans

require 'watir'
Watir::(do ctrl+space here)

and in Netbeans6.1 and Watir1.6.2 it now works. It used to not work before. 

see images.

Labels

netbeans netbeans Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Sep 02, 2008

    Wesley says:

    In fact, even if the Browser class displays, all the classes will display. If o...

    In fact, even if the Browser class displays, all the classes will display.
    If only the special classes which are related to the object display, that will be perfect.