81 WinDev Keyboard Shortcuts

Learn WinDev Shortcuts for Windows

Most Used WinDev Shortcuts

ActionWinDev Shortcuts
New (Creation of an element)Ctrl + N
Open (Open an item)Ctrl + O
Open a projectCtrl + Shift + O
Save the item being editedCtrl + S
Save asCtrl + Shift + S
Save allAlt + S
Close all open itemsCtrl + Shift + W
Close the current windowCtrl + F4
Cut selected itemCtrl + X
Copy selected itemCtrl + C
Paste the contents of the clipboardCtrl + V
Paste the contents of the clipboard with the historyCtrl + Shift + V
Undo the last actionCtrl + Z
Redo (Redo last action)Ctrl + Y
Delete the current selection or characterDelete
Select all.Ctrl + A
In the code editor: Select the different processes by stepCtrl + A
Return to the current position in the previous codeCtrl + F2
Open the description of the selected element (window with 7 tabs)Alt + Enter
Print SelectionCtrl + P
Close all the elements except the current oneCtrl + Alt + W
Quick search for a project element Search also in procedures, methods, fields, …Ctrl + E
SearchCtrl + F
Find / ReplaceCtrl + H
Continue researchF3
Continue the search in reverse orderShift + F3
Test the current itemF9
Test the projectCtrl + F9
Plot the projectAlt + F9

Development Environment Shortcuts

ActionWinDev Shortcuts
HelpF1
Reproduces the last action on a control or a multiselection of controlsF4
Reproduces all the actions performed since the last control was selected on another controlShift + F4
Show time management windowCtrl + J
Display the list of local procedures in the “Project Explorer” pane.F8
Display the list of classesShift + F8
Display the list of global procedures in the “Project Explorer” pane.Ctrl + F8
Change the display language (switch to the next language)Ctrl + Alt + L
Change the display language (switch to the previous language)Shift + Alt + L
Hide all panesCtrl + W
Go to the next project configuration.Ctrl + G
Display the home page.Ctrl + >
Synchronizes the “Project Explorer” pane with the current element in the editorCtrl + *

Code Editor Display Shortcuts

ActionWinDev Shortcuts
Display the list of events (or treatments).Alt + C
Display / Make the TimeStamp invisibleF6
Display the list of cross-references of the selected symbolShift + F2
Open the element (window, report) corresponding to the selected symbolAlt + F2
Hide panes anchored at the bottomCtrl + Q

Code Editor Marks and Breakpoints Shortcuts

ActionWinDev Shortcuts
Go to the next markF7
Go to the previous markShift + F7
Remove / Place a position markCtrl + F7
Remove / Set a breakpointCtrl + B

Editing Shortcuts

ActionWinDev Shortcut keys
Duplicate the selected row.Ctrl + D
Delete the current lineCtrl + L
Change text to uppercase.Ctrl + Shift + M
Pass a lowercase text.Ctrl + M
CommentCtrl + /
Remove comments (//)Ctrl + Shift + /
Block selection of lines of code: Select the block above the selection.Ctrl + Alt + Up Arrow Key
Block selection of lines of code: Deselect the block above the selection.Ctrl + Alt + Down Arrow Key
Go back to the last code modified in the editor.Ctrl + Alt + Left Arrow Key
Indent rightTab
Indent leftShift + Tab
Move a line of code up.Alt + Up Arrow Key
Move a line of code down.Alt + Down Arrow Key
Insert ‘…’ and return to the next lineCtrl + Enter
Re-indent the codeCtrl + R
Translate messagesCtrl + T
Choose a file or an item to insert into the codeF11
Using the pipetteAlt + T

Navigation Shortcuts

ActionWinDev Shortcut Keys
Go to the code of the selected element (procedure name, class name, …)F2
On a local variable, display the line corresponding to the declaration of the variable.F2
Open the element containing the codeCtrl + Alt + F2
New local procedureF4
New global procedureShift + F4
Next errorF12
Previous errorShift + F12
Common errorCtrl + F12
Edit the code associated with the element selected in the “Contextual code view” paneCtrl + Shift + F2
Display the treatment accessed previously.Alt + Left & Right Arrow Key
Display the first treatment accessed.Alt + Home
Display the last process accessed.Alt + End

READ NEXT:

Back to top button