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 173300 - Help System: Error in IDE help system for "Java Editor Shortcuts".
Summary: Help System: Error in IDE help system for "Java Editor Shortcuts".
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 17:12 UTC by gliesian
Modified: 2011-11-04 17:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2009-09-29 17:12:25 UTC
Documentation issue:

The following table entries in the IDE help under "Java Editor Shortcuts" are aligned incorrectly:

Alt-Shift-I
Generates the import statements required by all classes specified in the file.
Ctrl-Shift-I
Generates the import statement

They should read:

Ctrl-Shift-I
Generates the import statements required by all classes specified in the file.
Alt-Shift-I
Generates the import statement
Comment 1 Andrei Chistiakov 2009-10-02 14:24:48 UTC
Not reproducible for me with current dev build
Comment 2 gliesian 2009-10-02 14:34:28 UTC
This is not a functional problem... it's a documentation problem... (The functionalty works fine.  Here is the full 
IDE help page for "Java Editor Shortcuts":

Java Editor Shortcuts
See Also
There are keyboard shortcuts available to activate the following Java Source Editor operations:
Keys
Action
Ctrl-Shift-B
Goes to the source of the item the insertion point is on.
Ctrl-B
Goes to the method or variable declaration for method or variable the insertion point is on.
Ctrl-Q
Goes to the line in the file where the last change took place.
Ctrl-/
Comments/uncomments the current line or selected lines.
Alt-Shift-F
Formats the selected code or the entire file if nothing is selected.
Alt-Shift-Left
Moves the selected line or lines one tab to the left.
Alt-Shift-Right
Moves the selected line or lines one tab to the right.
Alt-Shift-Up
Moves the selected line or lines one line up.
Alt-Shift-Down
Moves the selected line or lines one line down.
Ctrl-Shift-Up
Copies the selected line or lines one line up.
Ctrl-Shift-Down
Copies the selected line or lines one line down.
Ctrl-Slash
Toggles the commenting out of the current line or selected lines.
Ctrl-Space
Shows code completion box.
Alt-Insert
Pops up a context aware menu that you can use to generate common structures such as constructors, getters, and setters.
Alt-Enter
Displays editor hints. The IDE informs you when a hint is available when the lightbulb is displayed.
Alt-Shift-I
Generates the import statements required by all classes specified in the file.
Ctrl-Shift-I
Generates the import statements required by the class under the cursor.
Ctrl-P
Selects the next parameter. You must have a parameter selected (highlighted) for this shortcut to work.
Ctrl-Shift-Space
Shows documentation for item under the cursor.
Ctrl-Shift-K
Generates the next word used elsewhere in your code as you type its beginning characters.
Ctrl-K
Generates the previous word used elsewhere in your code as you type its beginning characters.
Ctrl-R
Inplace rename.
Comment 3 Irina Filippova 2009-11-12 01:38:07 UTC
Reassigning to Geertjian, who is the owner of the Keyboard Shortcuts Card
Comment 4 Geertjan Wielenga 2009-11-12 03:21:01 UTC
Yes, but this is a really low priority bug. Changed its priority and set it to be done in the next release.
Comment 5 Geertjan Wielenga 2009-11-14 10:16:37 UTC
Fixed in trunk for 6.8.