mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 07:09:07 +02:00
improved icons, started codeexplorer
git-svn-id: trunk@3649 -
This commit is contained in:
parent
f72b777014
commit
784d1092a2
@ -41,6 +41,7 @@ const
|
|||||||
DefaultSourceNoteBookName = 'SourceNotebook';
|
DefaultSourceNoteBookName = 'SourceNotebook';
|
||||||
DefaultMessagesViewName = 'MessagesView';
|
DefaultMessagesViewName = 'MessagesView';
|
||||||
DefaultUnitDependenciesName = 'UnitDependencies';
|
DefaultUnitDependenciesName = 'UnitDependencies';
|
||||||
|
DefaultCodeExplorerName = 'CodeExplorer';
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TIDEWindowLayout stores information about the position, min/maximized state
|
{ TIDEWindowLayout stores information about the position, min/maximized state
|
||||||
|
@ -636,6 +636,10 @@ resourcestring
|
|||||||
dlgUpWord = 'Up';
|
dlgUpWord = 'Up';
|
||||||
dlgDownWord = 'Down';
|
dlgDownWord = 'Down';
|
||||||
dlgReplaceAll = 'Replace All';
|
dlgReplaceAll = 'Replace All';
|
||||||
|
|
||||||
|
// Code Explorer
|
||||||
|
lisCodeExplorer = 'Code Explorer';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user