mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 16:41:28 +02:00
IDE: less hints
git-svn-id: trunk@62603 -
This commit is contained in:
parent
292fc283b9
commit
6756799c39
@ -1964,9 +1964,6 @@ end;
|
||||
{ TDebuggerConfigStore }
|
||||
|
||||
procedure TDebuggerConfigStore.Load;
|
||||
const
|
||||
OLD_GDB_DBG_NAME = 'GNU debugger (gdb)';
|
||||
OLD_SSH_DBG_NAME = 'GNU debugger through SSH (gdb)';
|
||||
begin
|
||||
inherited;
|
||||
ConfigStore.AppendBasePath('WatchesDlg/');
|
||||
|
@ -36,7 +36,7 @@ uses
|
||||
LCLProc, Forms, Controls, Dialogs, ClipBrd, StdCtrls, ExtCtrls, Menus,
|
||||
ButtonPanel, EditBtn,
|
||||
// LazUtils
|
||||
FileUtil, LazFileUtils, LazUTF8Classes, LazLoggerBase, LazStringUtils,
|
||||
FileUtil, LazFileUtils, LazLoggerBase, LazStringUtils,
|
||||
// synedit
|
||||
SynEdit, SynHighlighterPas, SynEditAutoComplete,
|
||||
// codetools
|
||||
|
@ -51,7 +51,7 @@ uses
|
||||
// LazControls
|
||||
ExtendedNotebook,
|
||||
// LazUtils
|
||||
LConvEncoding, FileUtil, LazFileUtils, LazFileCache, LazUTF8, LazUTF8Classes,
|
||||
LConvEncoding, FileUtil, LazFileUtils, LazFileCache, LazUTF8,
|
||||
LazMethodList, LazLoggerBase, LazLogger, Translations, LazUtilities, LazTracer,
|
||||
LazStringUtils,
|
||||
// codetools
|
||||
@ -10245,7 +10245,6 @@ end;
|
||||
procedure TSourceEditorManager.ReloadEditorOptions;
|
||||
var
|
||||
i: Integer;
|
||||
Filename: string;
|
||||
begin
|
||||
for i := FSourceWindowList.Count - 1 downto 0 do
|
||||
SourceWindows[i].ReloadEditorOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user