mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 18:36:10 +02:00
ide: rename UnitEditor to SourceEditor
git-svn-id: trunk@14531 -
This commit is contained in:
parent
6a08781b0f
commit
7b44b9d924
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -2131,6 +2131,9 @@ ide/showcompileropts.lfm svneol=native#text/plain
|
||||
ide/showcompileropts.lrs svneol=native#text/pascal
|
||||
ide/showcompileropts.pas svneol=native#text/pascal
|
||||
ide/sortselectiondlg.pas svneol=native#text/pascal
|
||||
ide/sourceeditor.lfm svneol=native#text/plain
|
||||
ide/sourceeditor.lrs svneol=native#text/plain
|
||||
ide/sourceeditor.pp svneol=native#text/pascal
|
||||
ide/sourceeditprocs.pas svneol=native#text/pascal
|
||||
ide/sourcemarks.pas svneol=native#text/pascal
|
||||
ide/splash.lfm svneol=native#text/plain
|
||||
@ -2153,9 +2156,6 @@ ide/transfermacros.pp svneol=native#text/pascal
|
||||
ide/unitdependencies.lfm svneol=native#text/plain
|
||||
ide/unitdependencies.lrs svneol=native#text/pascal
|
||||
ide/unitdependencies.pas svneol=native#text/pascal
|
||||
ide/uniteditor.lfm svneol=native#text/plain
|
||||
ide/uniteditor.lrs svneol=native#text/plain
|
||||
ide/uniteditor.pp svneol=native#text/pascal
|
||||
ide/unitinfodlg.lfm svneol=native#text/plain
|
||||
ide/unitinfodlg.lrs svneol=native#text/plain
|
||||
ide/unitinfodlg.pp svneol=native#text/pascal
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
/***************************************************************************
|
||||
UnitEditor.pp
|
||||
CodeExplOpts.pas
|
||||
-------------------
|
||||
|
||||
***************************************************************************/
|
||||
|
@ -46,7 +46,7 @@ uses
|
||||
SynEdit, CodeCache, CodeToolManager,
|
||||
MenuIntf, IDECommands, LazIDEIntf, ProjectIntf,
|
||||
LazConf, DebugOptionsFrm,
|
||||
CompilerOptions, EditorOptions, EnvironmentOpts, ProjectOpts, KeyMapping, UnitEditor,
|
||||
CompilerOptions, EditorOptions, EnvironmentOpts, ProjectOpts, KeyMapping, SourceEditor,
|
||||
ProjectDefs, Project, IDEProcs, InputHistory, Debugger,
|
||||
IDEOptionDefs, LazarusIDEStrConsts,
|
||||
MainBar, MainIntf, MainBase, BaseBuildManager,
|
||||
|
@ -113,7 +113,7 @@ uses
|
||||
// packager
|
||||
PackageSystem, PkgManager, BasePkgManager,
|
||||
// source editing
|
||||
UnitEditor, CodeToolsOptions, IDEOptionDefs, CheckLFMDlg,
|
||||
SourceEditor, CodeToolsOptions, IDEOptionDefs, CheckLFMDlg,
|
||||
CodeToolsDefines, DiffDialog, DiskDiffsDialog, UnitInfoDlg, EditorOptions,
|
||||
SourceEditProcs, MsgQuickFixes, ViewUnit_dlg,
|
||||
// converter
|
||||
|
@ -67,7 +67,7 @@ uses
|
||||
TransferMacros, ObjectInspector, PropEdits, IDEDefs, MsgView,
|
||||
EnvironmentOpts, EditorOptions, CompilerOptions, KeyMapping, IDEProcs,
|
||||
Debugger, IDEOptionDefs, CodeToolsDefines, Splash, Designer,
|
||||
UnitEditor, BuildManager,
|
||||
SourceEditor, BuildManager,
|
||||
MainBar, MainIntf;
|
||||
|
||||
type
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
/***************************************************************************
|
||||
UnitEditor.pp
|
||||
SourceEditor.pp
|
||||
-------------------
|
||||
|
||||
***************************************************************************/
|
||||
@ -28,7 +28,7 @@
|
||||
It also has a class that controls the editors (TSourceEditor)
|
||||
}
|
||||
|
||||
unit UnitEditor;
|
||||
unit SourceEditor;
|
||||
|
||||
{$mode objfpc}
|
||||
{$H+}
|
||||
@ -6451,7 +6451,7 @@ end;
|
||||
|
||||
initialization
|
||||
InternalInit;
|
||||
{$I uniteditor.lrs}
|
||||
{$I sourceeditor.lrs}
|
||||
{$I ../images/bookmark.lrs}
|
||||
|
||||
finalization
|
@ -60,7 +60,7 @@ uses
|
||||
PackageLinks, PackageSystem, OpenInstalledPkgDlg, PkgGraphExplorer,
|
||||
BrokenDependenciesDlg, CompilerOptions, ExtToolEditDlg, IDETranslations,
|
||||
TransferMacros, MsgView, BuildLazDialog, NewDialog, IDEDialogs, TodoList,
|
||||
ProjectInspector, ComponentPalette, UnitEditor, AddFileToAPackageDlg,
|
||||
ProjectInspector, ComponentPalette, SourceEditor, AddFileToAPackageDlg,
|
||||
LazarusPackageIntf, PublishProjectDlg, PkgLinksDlg, InstallPkgSetDlg,
|
||||
// bosses
|
||||
BaseBuildManager, BasePkgManager,
|
||||
|
Loading…
Reference in New Issue
Block a user