Table of Keyboard Shortcuts:

Shortcut

Function

Description

F6

Run workspace's main class

Run the class specified in Run/Debug options

Ctrl F6

Run workspace's main class in the debugger.


Ctrl-C

Copy


Ctrl-Ins

Copy


Ctrl-X

Cut


Ctrl-Del

Cut


Ctrl-V

Paste


Shift-Ins

Paste


Alt-A Alt-T

Add to DepChecker

Requires dependency checker plugin. Add the currently selected file to the dependency checkers list

Alt-F1

Browse all Fields

Shows all field & methods of a class at once (inclusive inherited).

In cursor must be positioned on a valid classname in the editor. The package of the class must be correctly imported (java language „import“ statement).

Alt-B Alt-I

Browse all Implementors

Browse all Implementors of an Interface

Alt-B Alt-C

Browse in ClassTree

Expand ClassTree to show selected class.

When called from the editor, the cursor must be positioned on a valid, corectly imported classname.

Alt-B Alt-F

Browse in FileTree

Expand FileTree to show the file of the selected class

Alt-B Alt-J

Browse JavaDoc

Open the corresponding javadoc file in a Htmlbrowser for the current selection. The search path is specified in „Options=>properties“, Path.javadoc

Alt-C Alt-M

Changes Make Savepoint

Make a snapshot of the currently selected file/directory. Requires versioncontrol plugin

Alt-C Alt-T

Changes to former Versions

Open the ChangeBrowser on the currently selected file/directory

Alt-C Alt-D

Changes to other Dir/File

Show diff between different files/dirs

Ctrl-F7,
Alt-C Alt-A,

Compile All Workspace Files

Compile all directories, which have been marked as „check for changes on build“ in the workspace options.

F7,
Alt-C Alt-C

Compile Changed Files

Compile all changed files residing in directories which have been marked as „check for changes on build“ in the workspace options.

Alt-C Alt-S

Compile Selected File(s)

Compile the selected file or directory

Ctrl-O

File load


Ctrl-S

File save


Ctrl-A

File saveAs


Ctrl-D

Find in Directory


Alt-F Alt-F

Find in File

using the FinderPanel in the main window

Ctrl-F

Find local in File

using the "Find" dialog of the editor

Alt-G Alt-A

Generate Accessors

Generate accessors on instance variables

Alt-G Alt-I

Generate interface implementation


Alt-G Alt-O

Generate overriden methods


Alt-G Alt-P

Generate package statements


Alt-G Alt-D

Goto definition

Goto the definition of the string at the cursordefinition (class, method, instance variable). Does not work on local vars.

Ctrl-B

Goto last line position

Goto the last line edited

F4

Goto next error


Shift F4

Goto previous error


Alt-N Alt-C

New class

Create a new class. The directory is determined by the current selection. E.g., if the cursor is positioned at a classname, the directory of the new class will be defaulted to the directory of that selected class. If the cursor is postioned at an empty position, the directory will be defaulted to the dir of the currently edited file. If the current selection is in AnyJ's filetree, the current selection in the tree is the selection which determines the directory of the new class.

Alt-N Alt-E

New Empty File


Alt-N Alt-F

New Folder


Alt-N Alt-D

New Form


Alt-N Alt-H

New Html File


Alt-N Alt-W

New Workspace

Create a new workspace/project

Alt-N Alt-P

New Workspace from here

Create a new workspace in the selected directory. The new workspace is a copy of the current workspace (all settings are copied).

Alt-O Alt-F

Open Form

Open the currently selected form in the GUI builder.

Shift-Ctrl-E

Open explorer from here

Open Windows explorer from here (Win only)

Alt-O Alt-H

Open help on selected tag

(html files only) open help on the tag name at cursor if available.

Alt-O Alt-E

Open in Editor


Alt-O Alt-I

Open in HtmlBrowser

(html files only)

Ctrl-W

Open recent File

Open a list of recently edited files.

Alt-O Alt-W

Open workspace

Open selected workspace

Alt-Enter

Open workspace options

Open workspace options of the selected directory

F9

Toggle breakpoint


F5

Update class & file outline

Rescan recently edited files (index builder), update filetree and classtree. Automatically invoked on errorfree compile.


Special in the editor:

Ctrl-G

Goto line number


Ctrl-Space

Request completion


Ctrl-Tab

Request completion


Alt-W

Browse all methods


Ctrl-D

Find in directory


F9

Toggle breakpoint


F1

Find in Index


Shift-Ctrl-W

Find in index


Ctrl-W

Open window list


F3

Find next


Shift-F3

Find previous


Ctrl-F

Local find


Alt-F3

Local find


Ctrl-M

Comment/uncomment selection


F8

Compile file


Ctrl-E

Mark braces


Ctrl-Y

Redo


Shift-Ctrl-Z

Redo


F12

Refresh


Ctrl-R

Refresh


Ctrl-S

Save


Shift-Tab

Uninsert tab


Ctrl-Z

Undo


Alt-Backspace

Undo


Ctrl-Left

Move word to left


Ctrl-Right

Move word to right


Shift-Ctrl-Left

Extend selection word left


Shift-Ctrl-Right

Extend selection word right




Mouse Specials:

Double Click Brace = MarkBraces
Ctrl Drag Mouse = Select Lines
Double Click Word = Select Word
Double Click Word hold and drag = Word Selection Mode