mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 23:40:22 +02:00
IDE: cleanup and formatting
git-svn-id: trunk@38600 -
This commit is contained in:
parent
c0a26b09eb
commit
8f226ef9a4
@ -4149,7 +4149,6 @@ resourcestring
|
||||
lisUse = 'Use >>';
|
||||
lisClickToSeeThePossibleUses = 'Click to see the possible uses';
|
||||
lisPckEditEditGeneralOptions = 'Edit General Options';
|
||||
lisPckEditCompOpts = 'Compiler Options';
|
||||
lisPkgEdThereAreMoreFunctionsInThePopupmenu = 'There are more functions in '
|
||||
+'the popupmenu';
|
||||
lisPckEditMore = 'More >>';
|
||||
|
@ -11781,10 +11781,8 @@ begin
|
||||
ProjInspector.OnAddUnitToProject:=@ProjInspectorAddUnitToProject;
|
||||
ProjInspector.OnAddDependency:=@PkgBoss.OnProjectInspectorAddDependency;
|
||||
ProjInspector.OnRemoveFile:=@ProjInspectorRemoveFile;
|
||||
ProjInspector.OnRemoveDependency:=
|
||||
@PkgBoss.OnProjectInspectorRemoveDependency;
|
||||
ProjInspector.OnReAddDependency:=
|
||||
@PkgBoss.OnProjectInspectorReAddDependency;
|
||||
ProjInspector.OnRemoveDependency:=@PkgBoss.OnProjectInspectorRemoveDependency;
|
||||
ProjInspector.OnReAddDependency:=@PkgBoss.OnProjectInspectorReAddDependency;
|
||||
|
||||
ProjInspector.LazProject:=Project1;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user