mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:36:01 +02:00
add possibility to set shortcut for Rename Identifier
git-svn-id: trunk@8091 -
This commit is contained in:
parent
b7505abecb
commit
ae1e36c861
@ -2411,6 +2411,7 @@ begin
|
||||
AddDefault(C,'Show code context',ecShowCodeContext);
|
||||
AddDefault(C,'Extract proc',ecExtractProc);
|
||||
AddDefault(C,'Find identifier references',ecFindIdentifierRefs);
|
||||
AddDefault(C,'Rename identifier',ecRenameIdentifier);
|
||||
AddDefault(C,'Invert assignment',ecInvertAssignment);
|
||||
AddDefault(C,'Syntax check',ecSyntaxCheck);
|
||||
AddDefault(C,'Guess unclosed block',ecGuessUnclosedBlock);
|
||||
|
Loading…
Reference in New Issue
Block a user