mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 23:19:28 +02:00
implemented short cut for view units/forms
git-svn-id: trunk@7242 -
This commit is contained in:
parent
f63de75308
commit
77a19d91a2
@ -2243,6 +2243,12 @@ begin
|
||||
ecToggleCodeExpl:
|
||||
DoShowCodeExplorer;
|
||||
|
||||
ecViewUnits:
|
||||
DoViewUnitsAndForms(false);
|
||||
|
||||
ecViewForms:
|
||||
DoViewUnitsAndForms(true);
|
||||
|
||||
ecConfigCustomComps:
|
||||
PkgBoss.ShowConfigureCustomComponents;
|
||||
|
||||
@ -11708,6 +11714,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.874 2005/06/17 14:27:23 mattias
|
||||
implemented short cut for view units/forms
|
||||
|
||||
Revision 1.873 2005/06/17 13:29:05 mattias
|
||||
implemented check for missing installed packages before openening a designer form
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user