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 - Rewrite getting word offset to the new API and remove keystroke handler from js2
Summary: Rewrite getting word offset to the new API and remove keystroke handler from js2
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on: 217163
Blocks:
  Show dependency tree
 
Reported: 2012-11-21 07:33 UTC by Martin Fousek
Modified: 2013-04-20 02:24 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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