mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:09:23 +02:00
codetools: clean up
git-svn-id: trunk@48646 -
This commit is contained in:
parent
aac82f6bce
commit
5503c1b358
@ -231,8 +231,8 @@ type
|
|||||||
function GetOperatorLevel(P: PChar): integer;
|
function GetOperatorLevel(P: PChar): integer;
|
||||||
function IsKeyWord(P: PChar): boolean;
|
function IsKeyWord(P: PChar): boolean;
|
||||||
function IsFunction(P: PChar): boolean;
|
function IsFunction(P: PChar): boolean;
|
||||||
function IsCustomFunction(FunctionName: PChar): boolean; virtual;
|
function IsCustomFunction({%H-}FunctionName: PChar): boolean; virtual;
|
||||||
procedure RunCustomSimpleFunction(FunctionName: PChar; Value: PCTCfgScriptVariable); virtual;
|
procedure RunCustomSimpleFunction({%H-}FunctionName: PChar; {%H-}Value: PCTCfgScriptVariable); virtual;
|
||||||
public
|
public
|
||||||
Src: PChar;
|
Src: PChar;
|
||||||
AtomStart: PChar;
|
AtomStart: PChar;
|
||||||
|
@ -273,7 +273,9 @@ end;
|
|||||||
|
|
||||||
procedure TCTLazarusModule.LoadFromConfig(Cfg: TXMLConfig);
|
procedure TCTLazarusModule.LoadFromConfig(Cfg: TXMLConfig);
|
||||||
begin
|
begin
|
||||||
|
if Cfg=nil then ;
|
||||||
|
// ToDo
|
||||||
|
RaiseCatchableException('not implemented yet');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TCTLazarusManager }
|
{ TCTLazarusManager }
|
||||||
|
@ -31,8 +31,8 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, AVL_Tree, FileProcs, FindDeclarationTool, CodeBeautifier,
|
Classes, SysUtils, AVL_Tree, FileProcs, FindDeclarationTool, CodeBeautifier,
|
||||||
CodeGraph, CodeCache, StdCodeTools, DirectoryCacher, LinkScanner,
|
CodeCache, StdCodeTools, DirectoryCacher, LinkScanner,
|
||||||
CustomCodeTool, CodeTree, CodeAtom, CodeToolsStructs;
|
CustomCodeTool, CodeTree, CodeToolsStructs;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ uses
|
|||||||
MemCheck,
|
MemCheck,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Classes, SysUtils, FileProcs, CodeToolsStructs, BasicCodeTools,
|
Classes, SysUtils, FileProcs, CodeToolsStructs, BasicCodeTools,
|
||||||
KeywordFuncLists, LinkScanner, CodeAtom, CodeCache, AVL_Tree,
|
KeywordFuncLists, LinkScanner, CodeCache, AVL_Tree,
|
||||||
ExprEval, CodeTree;
|
ExprEval, CodeTree;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user