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 180775 - Keyboard Shortcuts Card needs updating
Summary: Keyboard Shortcuts Card needs updating
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 05:35 UTC by gliesian
Modified: 2011-11-04 17:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-02-16 05:35:30 UTC
The "Highlights of NetBeans IDE 6.8 Keyboard Shortcuts & Code Templates" document needs to be updated. (i.e. Help | Keyboard Shortcuts Card).  

The following changes can be merged into the document:

--------------
- new to 6.8 -
--------------
as assert

------------------
- changed in 6.8 -
------------------
br break;
fy finally {
  ${cursor}
}
sw switch (see template)

--------------
- new to 6.9 -
--------------
su super
db double
sh short
na native
tr transient
vo volatile
Comment 1 Irina Filippova 2010-02-18 06:44:25 UTC
Thanks for reporting. Assigning to Geertjan.
Comment 2 Geertjan Wielenga 2010-02-18 06:48:09 UTC
Doing this for 6.9, thanks for the info. I also know 'soutv' needs to be covered.
Comment 3 gliesian 2010-02-18 06:58:35 UTC
You may want to look over the Shortcuts too... I know Ctrl+M was added for refactoring.  Not sure if you want to include this one.
Comment 4 Geertjan Wielenga 2010-02-18 07:18:45 UTC
as assert

That is not in 6.8.
Comment 5 gliesian 2010-02-18 07:35:44 UTC
as assert is in 6.9, sorry: 173655

These issues are also related to code templates: 

Fixed: 173849, 173674, 173652, 173655, 173851
Others: 173272, 174171, 175892, 179596, 173649, 179823,
Comment 6 Geertjan Wielenga 2010-02-18 10:29:10 UTC
The items listed in the initial issue description have been incorporated. If other things should be included, create a new issue.

http://hg.netbeans.org/main/rev/f8cc0349a6a7
Comment 7 Quality Engineering 2010-02-18 21:48:59 UTC
Integrated into 'main-golden', will be available in build *201002190200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f8cc0349a6a7
User: geertjan@netbeans.org
Log: issue #180775  Keyboard Shortcuts Card needs updating