Accueil > > > RACCOURCIS CLAVIER POUR DELPHI
RACCOURCIS CLAVIER POUR DELPHI
Information sur la source
Description
Voici la liste de pas mal de raccourcis pour Delphi. Je sais c'est en anglais, et je sais aussi que c'est dans l'aide (enfin je le savais pas avant), donc ca ne peut qu'insiter a aller y jeter un coup d'oeil!
Source
- 'Object Inspector ShortCut Keys
-
- Ctrl+DwnArr
- Makes the Object ComboBox drop Down and gives it focus.
- Ctrl+Tab
- Switches Between Events and Properties.
- Ctrl+Enter
- Executes a dialog associated with a property, makes an event handler
- procedure.
- Alt + DwnArr
- If the property is a drop down list, it will drop down this list.
-
-
- 'IDE ShortCutKeys
-
- F1
- Displays context-sensitive Help
- F4
- Run|Go to Cursor
- F5
- Run|Toggle Breakpoint
- F7
- Run|Trace Into
- F8
- Run|Step Over
- F9
- Run|Run
- F11
- View|Object Inspector
- F12
- View|Toggle Form/Unit
- Ctrl+F2
- Run|Program Reset
- Ctrl+F3
- View|Call Stack
- Ctrl+F4
- Close the Focused Page in the Delphi Source Editor
- Ctrl+F5
- Executes the Watch List and the Watch Properties dialogs
- Ctrl+F7
- Executes the Evaluate Modify Dialog
- Ctrl+F9
- Compile application
- Ctrl+F12
- Executes the 'View Unit' Dialog
- Ctrl+Spc
- Brings up the Code Completion Window.
- Ctrl+Enter
- When Done in the Source Code Editor, it executes the Open Dialog Box
- and populates the file name with the word that the cursor was nearest
- to with an extension of .pas. It also opens up in the current
- directory.
- Ctrl+Home
- Top of Source File
- Ctrl+End
- End of Source File
- Ctrl+Del or Del
- Delete a component from the form
- Ctrl+C
- Copy Selected block to the Clipboard
- Ctrl+E
- Incremental Word search within a Source file. Searches one letter at
- a time. Also populates the word search edit box.
- Ctrl+F
- Full word search. this searches the Source file for a specific word.
- Ctrl+J
- Code Completion Window
- Ctrl+K+E
- Changes a word to lowercase
- Ctrl+K+F
- Capitalize word to the Left of cursor
- Ctrl+K+N
- Changes a block to uppercase
- Ctrl+K+O
- Changes a block to lowercase
- Ctrl+K+P
- Executes the Print Dialog Box
- Ctrl+K+R
- Reads a block from a file
- Ctrl+K+T
- Highlight word to the left of cursor
- Ctrl+K+W
- Writes a selected block to a file
- Ctrl+O+G
- Search|Go to line number
- Ctrl+O+O
- Inserts compiler options and directives
- Ctrl+O+U
- Toggles Upper/Lower case of highlighted text
- Ctrl+P
- Causes next character to be interpreted as an ASCII sequence
- Ctrl+R
- Search and Replace a word
- Ctrl+S
- Save a Source file
- Ctrl+T
- Delete a word at a time
- Ctrl+V
- Paste from the Clipboard
- Ctrl+X
- Cut Selected block to the Clipboard
- Ctrl+Y
- Delete a line of UNHIGHLIGHTED Source Code
- Ctrl+Z
- Undo Changes
- Ctrl+0
- Goes to bookmark 0
- Ctrl+1
- Goes to bookmark 1
- Ctrl+2
- Goes to bookmark 2
- Ctrl+3
- Goes to bookmark 3
- Ctrl+4
- Goes to bookmark 4
- Ctrl+5
- Goes to bookmark 5
- Ctrl+6
- Goes to bookmark 6
- Ctrl+7
- Goes to bookmark 7
- Ctrl+8
- Goes to bookmark 8
- Ctrl+9
- Goes to bookmark 9
- Ctrl+Shift+Spc
- Brings up the Code Parameters Window.
- Ctrl+Shift+G
- Creates and displays a GUID
- Ctrl+Shift+I
- Indents a highlighted block of text
- Ctrl+Shift+P
- Plays back a key macro
- Ctrl+Shift+R
- Records a key macro
- Ctrl+Shift+U
- OutDents a Highlighted block of text
- Ctrl+Shift+Y
- Deletes to the End of the Line.
- Ctrl+Shift+Z
- Redo Changes
- Ctrl+Shift+0
- Sets or removes bookmark 0
- Ctrl+Shift+1
- Sets or removes bookmark 1
- Ctrl+Shift+2
- Sets or removes bookmark 2
- Ctrl+Shift+3
- Sets or removes bookmark 3
- Ctrl+Shift+4
- Sets or removes bookmark 4
- Ctrl+Shift+5
- Sets or removes bookmark 5
- Ctrl+Shift+6
- Sets or removes bookmark 6
- Ctrl+Shift+7
- Sets or removes bookmark 7
- Ctrl+Shift+8
- Sets or removes bookmark 8
- Ctrl+Shift+9
- Sets or removes bookmark 9
- Alt+F4
- Closes Focused Window
- Alt+F6
- Switches between the last 2 objects that had focus in the IDE (i.e.
- the Form Designer and the Object Inspector or the Form and the Main
- Delphi Menu, or the Object Inspector and the Main Delphi Menu, etc..)
- Alt+F10
- Executes a Right Click in the Source Code Editor
- Alt+F12
- View Form as Text
- Alt+Spc
- Current Windows' System Menu
- Alt+0
- Executes the Window List dialog
- Shift+F7
- Trace to next Source Line
- Shift+F12
- Executes the 'View Form' Dialog
- Shift+Alt+Arw
- Highlights a column of text.
-
-
- 'Highlighting a column of text using the mouse
-
- Hold down Alt+LeftMouseButton. Drag around to get a Highlighted Column...
-
-
- 'Moving Components in Design Time
-
- Highlight the desired component:
-
- Shift+DownArrow
- Increases the Components Height property.
- Shift+UpArrow
- Decreases the Components Height property.
- Shift+RightArrow
- Increases the Components Width property.
- Shift+LeftArrow
- Decreases the Components Width property.
- Ctrl+DownArrow
- Increases the Components Top property.
- Ctrl+UpArrow
- Decreases the Components Top property.
- Ctrl+RightArrow
- Increases the Components Left property.
- Ctrl+LeftArrow
- Decreases the Components Left property.
- Ctrl+Shift+DownArrow
- Increases the Components Top property by a grid snap space.
- Ctrl+Shift+UpArrow
- Decreases the Components Top property by a grid snap space.
- Ctrl+Shift+RightArrow
- Increases the Components Left property by a grid snap space.
- Ctrl+Shift+LeftArrow
- Decreases the Components Left property by a grid snap space.
-
-
- 'TLB Editor
-
- Tip: If you Create an Interface, Method, Property, etc, you can Ctrl+C (copy) it
- to the windows Clipboard and then when you want to create a new one, you can
- Ctrl+V (paste) it from the windows clipboard... The Type Library Editor will
- create a new object of whatever type that you copied to the clipboard.
-
- 'Package Editor
-
- Ctrl+S
- Save Package.
- Ctrl+B
- Compile Package.
- Ctrl+I
- Install Package.
- Ins
- Add Unit to package or add a required package to another packages Requires
- Page.
- Del
- Remove Package or Unit from a package.
- Enter
- View Required Unit/Package that is currently highlighted.
-
-
- 'SQL Explorer
-
- F2
- Rename an Alias.
- F6
- Switch between the Databases/Dictionary Tab and the Definition Tab.
- Ctrl+A
- Apply Changes.
- Ctrl+D
- Delete an Alias.
- Ctrl+M
- Rename an Alias.
- Ctrl+N
- Create a New Database Alias.
- Ctrl+P
- Previous View.
- Ctrl+R
- Refresh.
- Ctrl+S
- Copy an Alias and its settings to a new alias. (Save Foo as NewName)...
- Alt+F10
- Executes a Right Click over the selected Item.
- Alt+BckSpc
- Cancel.
- ArrowKeys
- Use the Arrow Keys to navigate through the Alias List. Pressing the
- Right Arrow Key while an Alias is highlighted will attempt to connect
- to the associated Database.
'Object Inspector ShortCut Keys
Ctrl+DwnArr
Makes the Object ComboBox drop Down and gives it focus.
Ctrl+Tab
Switches Between Events and Properties.
Ctrl+Enter
Executes a dialog associated with a property, makes an event handler
procedure.
Alt + DwnArr
If the property is a drop down list, it will drop down this list.
'IDE ShortCutKeys
F1
Displays context-sensitive Help
F4
Run|Go to Cursor
F5
Run|Toggle Breakpoint
F7
Run|Trace Into
F8
Run|Step Over
F9
Run|Run
F11
View|Object Inspector
F12
View|Toggle Form/Unit
Ctrl+F2
Run|Program Reset
Ctrl+F3
View|Call Stack
Ctrl+F4
Close the Focused Page in the Delphi Source Editor
Ctrl+F5
Executes the Watch List and the Watch Properties dialogs
Ctrl+F7
Executes the Evaluate Modify Dialog
Ctrl+F9
Compile application
Ctrl+F12
Executes the 'View Unit' Dialog
Ctrl+Spc
Brings up the Code Completion Window.
Ctrl+Enter
When Done in the Source Code Editor, it executes the Open Dialog Box
and populates the file name with the word that the cursor was nearest
to with an extension of .pas. It also opens up in the current
directory.
Ctrl+Home
Top of Source File
Ctrl+End
End of Source File
Ctrl+Del or Del
Delete a component from the form
Ctrl+C
Copy Selected block to the Clipboard
Ctrl+E
Incremental Word search within a Source file. Searches one letter at
a time. Also populates the word search edit box.
Ctrl+F
Full word search. this searches the Source file for a specific word.
Ctrl+J
Code Completion Window
Ctrl+K+E
Changes a word to lowercase
Ctrl+K+F
Capitalize word to the Left of cursor
Ctrl+K+N
Changes a block to uppercase
Ctrl+K+O
Changes a block to lowercase
Ctrl+K+P
Executes the Print Dialog Box
Ctrl+K+R
Reads a block from a file
Ctrl+K+T
Highlight word to the left of cursor
Ctrl+K+W
Writes a selected block to a file
Ctrl+O+G
Search|Go to line number
Ctrl+O+O
Inserts compiler options and directives
Ctrl+O+U
Toggles Upper/Lower case of highlighted text
Ctrl+P
Causes next character to be interpreted as an ASCII sequence
Ctrl+R
Search and Replace a word
Ctrl+S
Save a Source file
Ctrl+T
Delete a word at a time
Ctrl+V
Paste from the Clipboard
Ctrl+X
Cut Selected block to the Clipboard
Ctrl+Y
Delete a line of UNHIGHLIGHTED Source Code
Ctrl+Z
Undo Changes
Ctrl+0
Goes to bookmark 0
Ctrl+1
Goes to bookmark 1
Ctrl+2
Goes to bookmark 2
Ctrl+3
Goes to bookmark 3
Ctrl+4
Goes to bookmark 4
Ctrl+5
Goes to bookmark 5
Ctrl+6
Goes to bookmark 6
Ctrl+7
Goes to bookmark 7
Ctrl+8
Goes to bookmark 8
Ctrl+9
Goes to bookmark 9
Ctrl+Shift+Spc
Brings up the Code Parameters Window.
Ctrl+Shift+G
Creates and displays a GUID
Ctrl+Shift+I
Indents a highlighted block of text
Ctrl+Shift+P
Plays back a key macro
Ctrl+Shift+R
Records a key macro
Ctrl+Shift+U
OutDents a Highlighted block of text
Ctrl+Shift+Y
Deletes to the End of the Line.
Ctrl+Shift+Z
Redo Changes
Ctrl+Shift+0
Sets or removes bookmark 0
Ctrl+Shift+1
Sets or removes bookmark 1
Ctrl+Shift+2
Sets or removes bookmark 2
Ctrl+Shift+3
Sets or removes bookmark 3
Ctrl+Shift+4
Sets or removes bookmark 4
Ctrl+Shift+5
Sets or removes bookmark 5
Ctrl+Shift+6
Sets or removes bookmark 6
Ctrl+Shift+7
Sets or removes bookmark 7
Ctrl+Shift+8
Sets or removes bookmark 8
Ctrl+Shift+9
Sets or removes bookmark 9
Alt+F4
Closes Focused Window
Alt+F6
Switches between the last 2 objects that had focus in the IDE (i.e.
the Form Designer and the Object Inspector or the Form and the Main
Delphi Menu, or the Object Inspector and the Main Delphi Menu, etc..)
Alt+F10
Executes a Right Click in the Source Code Editor
Alt+F12
View Form as Text
Alt+Spc
Current Windows' System Menu
Alt+0
Executes the Window List dialog
Shift+F7
Trace to next Source Line
Shift+F12
Executes the 'View Form' Dialog
Shift+Alt+Arw
Highlights a column of text.
'Highlighting a column of text using the mouse
Hold down Alt+LeftMouseButton. Drag around to get a Highlighted Column...
'Moving Components in Design Time
Highlight the desired component:
Shift+DownArrow
Increases the Components Height property.
Shift+UpArrow
Decreases the Components Height property.
Shift+RightArrow
Increases the Components Width property.
Shift+LeftArrow
Decreases the Components Width property.
Ctrl+DownArrow
Increases the Components Top property.
Ctrl+UpArrow
Decreases the Components Top property.
Ctrl+RightArrow
Increases the Components Left property.
Ctrl+LeftArrow
Decreases the Components Left property.
Ctrl+Shift+DownArrow
Increases the Components Top property by a grid snap space.
Ctrl+Shift+UpArrow
Decreases the Components Top property by a grid snap space.
Ctrl+Shift+RightArrow
Increases the Components Left property by a grid snap space.
Ctrl+Shift+LeftArrow
Decreases the Components Left property by a grid snap space.
'TLB Editor
Tip: If you Create an Interface, Method, Property, etc, you can Ctrl+C (copy) it
to the windows Clipboard and then when you want to create a new one, you can
Ctrl+V (paste) it from the windows clipboard... The Type Library Editor will
create a new object of whatever type that you copied to the clipboard.
'Package Editor
Ctrl+S
Save Package.
Ctrl+B
Compile Package.
Ctrl+I
Install Package.
Ins
Add Unit to package or add a required package to another packages Requires
Page.
Del
Remove Package or Unit from a package.
Enter
View Required Unit/Package that is currently highlighted.
'SQL Explorer
F2
Rename an Alias.
F6
Switch between the Databases/Dictionary Tab and the Definition Tab.
Ctrl+A
Apply Changes.
Ctrl+D
Delete an Alias.
Ctrl+M
Rename an Alias.
Ctrl+N
Create a New Database Alias.
Ctrl+P
Previous View.
Ctrl+R
Refresh.
Ctrl+S
Copy an Alias and its settings to a new alias. (Save Foo as NewName)...
Alt+F10
Executes a Right Click over the selected Item.
Alt+BckSpc
Cancel.
ArrowKeys
Use the Arrow Keys to navigate through the Alias List. Pressing the
Right Arrow Key while an Alias is highlighted will attempt to connect
to the associated Database.
Conclusion
Ca le fais quand meme!
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
[SHAREPOINT] LES SESSIONS TECHDAYS 2012.[SHAREPOINT] LES SESSIONS TECHDAYS 2012. par Patrick Guimonet
Voici donc pour ceux qui n'ont pas pu venir, ou ceux qui n'ont pas pu toutes les suivre la liste des sessions SharePoint aux TechDays 2012, que je mettrais à jour dès que les liens des vidéo seront disponibles. Ou ici : http...
Cliquez pour lire la suite de l'article par Patrick Guimonet TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3 par ROMELARD Fabrice
Speaker: Bernard Ourghanlian Cette session est comme chaque jour transmise en live par BrainSonic, et j'ai donc suivi cette troisième pleinière par ce moyen sur mon iPad . Elle est dédiée comme chaque année à la mise en perspective de l'é...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE !MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE ! par Vko
Hier durant une session dédiée aux Techdays 2012, j'ai eu le plaisir d'annoncer la sortie de la Béta 2 de Mishra Reader. C'est quoi ? Pour les utilisateurs, c'est une vraie expérience de lecture de flux RSS sur Windows. Rien à voir avec les produit...
Cliquez pour lire la suite de l'article par Vko [FRAMEWORK 4] LES TASKS ET LE THREAD UI[FRAMEWORK 4] LES TASKS ET LE THREAD UI par fathi
Je viens de passer quelques temps au TechDay's et j'ai pu voir pas mal de session intéressante. Par contre une chose m'a un peu étonné lors de certaines de ces sessions qui abordaient les améliorations du framework .NET (donc le 4.5) : en gros, bea...
Cliquez pour lire la suite de l'article par fathi WORKFLOW FOUNDATION 3 A UN PIED DANS LA TOMBEWORKFLOW FOUNDATION 3 A UN PIED DANS LA TOMBE par JeremyJeanson
Depuis déjà un an, je conseille vivement les utilisateurs de Workflow Foundation 3 à migrer vers la version 4. L'information qui va suivre ne devrait donc pas trop prendre au dépourvu les personnes qui m'ont suivi. Je profite de ce poste, pour faire le re...
Cliquez pour lire la suite de l'article par JeremyJeanson
Logiciels
Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning COLLECTOR PLUS (3.00B)COLLECTOR PLUS (3.00B)COLLECTOR PLUS version 3.00B est un logiciel utilisant une base de données alimentée par :
- L... Cliquez pour télécharger COLLECTOR PLUS PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO LettresFaciles 2011 (8.0.0.1)LETTRESFACILES 2011 (8.0.0.1)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles 2011
|