mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 11:59:20 +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:
|
ecToggleCodeExpl:
|
||||||
DoShowCodeExplorer;
|
DoShowCodeExplorer;
|
||||||
|
|
||||||
|
ecViewUnits:
|
||||||
|
DoViewUnitsAndForms(false);
|
||||||
|
|
||||||
|
ecViewForms:
|
||||||
|
DoViewUnitsAndForms(true);
|
||||||
|
|
||||||
ecConfigCustomComps:
|
ecConfigCustomComps:
|
||||||
PkgBoss.ShowConfigureCustomComponents;
|
PkgBoss.ShowConfigureCustomComponents;
|
||||||
|
|
||||||
@ -11708,6 +11714,9 @@ end.
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$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
|
Revision 1.873 2005/06/17 13:29:05 mattias
|
||||||
implemented check for missing installed packages before openening a designer form
|
implemented check for missing installed packages before openening a designer form
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user