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 252454

Summary: Introduce Variable/Introduce Method accessability
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: EditorAssignee: Alexander Simon <alexvsimon>
Status: STARTED ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Voskresensky 2015-05-18 10:50:37 UTC
We should be on par with Java for:
- Introduce Variable
- Introduce Method

It should be avalable in Hints.
Now only Introduce Variable is available, while Introduce Method is not

It should have associated shortcuts like in Java: Alt+Shift+V, Alt+Shift+M
Comment 1 Alexander Simon 2015-05-19 11:32:15 UTC
Short-cuts:
http://hg.netbeans.org/cnd-main/rev/2f9207cbd5ac
Comment 2 Alexander Simon 2015-05-19 11:33:54 UTC
See also bug #250815 that contains proposal of short cuts for NB 8.1
Comment 3 Quality Engineering 2015-05-20 02:10:31 UTC
Integrated into 'main-silver', will be available in build *201505200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2f9207cbd5ac
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug 252454 - Introduce Variable/Introduce Method accessability
- add short-cuts
Comment 4 Vladimir Kvashin 2015-09-25 22:57:07 UTC
Isn't it fixed?
Comment 5 Alexander Simon 2015-09-28 10:08:35 UTC
(In reply to Vladimir Kvashin from comment #4)
> Isn't it fixed?
Unfortunately the issue combines 2 problems.
The shortcut problem was resolved.
The "availability in Hints" enhancement is still actual.