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 222506

Summary: Rewrite getting word offset to the new API and remove keystroke handler from js2
Product: javascript Reporter: Martin Fousek <marfous>
Component: EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal CC: pjiricka
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 217163    
Bug Blocks:    

Description Martin Fousek 2012-11-21 07:33:27 UTC
To have the nextWord/prevWord feature implemented into NetBeans 7.3 I used old way for getting word offsets using KeystrokeHandler which returns values for fallbacking in all cases (methods) except the #getNextWordOffset() one.

Into the next release, this should be rewritten to the new API which should be published once the issue #217163 will be resolved.
Comment 1 Martin Fousek 2013-04-19 05:23:34 UTC
Rewritten to the CamelCaseInterceptor in web-main #c1d000c21958.
Comment 2 Quality Engineering 2013-04-20 02:24:31 UTC
Integrated into 'main-golden', will be available in build *201304192301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c1d000c21958
User: Martin Fousek <marfous@netbeans.org>
Log: #222506 - Rewrite getting word offset to the new API and remove keystroke handler from js2