Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger


Monday, September 5, 2011

Dynamics AX Code Editor Short Cut Keys


Accelerator Keys
Task Description
Ctrl+N
Create a new method/job
Ctrl+S
Save current method/job
F5
Context: Description
Job: Execute the job
Class: Run the main(Args) method
Form: Launch the form
Report: Run the report
Ctrl+F
Find and Replace (Find tab focused)
Ctrl+H
Find and Replace (Replace tab focused)
F3
Repeat the last find
Ctrl+G
Go to the specified line
F4
Go to the next error/warning/task
F9
Insert or remove a breakpoint
Ctrl+F9
Enable or disable a breakpoint
Shift+F9
View breakpoints
Ctrl+Shift+F9
Remove all breakpoints
Ctrl+Space
List properties and methods for the selected object
Ctrl+Alt+Space
Lookup a selected label or text
Ctrl+Shift+Space
Go to the definition of the selected method
F2
List all tables
Ctrl+T
List all Extended Data Types
F11
List all enums
F12
List all classes
Shift+F2
List language-reserved words
Shift+F4
List built-in functions
Alt+R
Open the “Scripts” context menu
F6
Close the current tab discarding all changes since last save
F8
Close, and save the current tab
Ctrl+L
Delete the current line
Ctrl+Shift+L
Delete from cursor to the end of the line
Selection Modes

Alt+A
“Select Area” - Area Selection Mode – clicking and selecting an area in the editor occurs as in typical editors (default setting)
Alt+O
“Select Columns” - Block Selection Mode – clicking and selecting an area will do so in a rectangle starting from the initial mouse cursor position (entire lines are not selected)
Alt+L
“Select Lines” - Line Selection Mode – clicking a line will select the entire row, clicking and selecting an area will always select the entire lines.
Alt+U
“Undo Selection” - Unselect the current selection.

No comments:

Post a Comment

Archives