mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:18:14 +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 IsKeyWord(P: PChar): boolean;
|
||||
function IsFunction(P: PChar): boolean;
|
||||
function IsCustomFunction(FunctionName: PChar): boolean; virtual;
|
||||
procedure RunCustomSimpleFunction(FunctionName: PChar; Value: PCTCfgScriptVariable); virtual;
|
||||
function IsCustomFunction({%H-}FunctionName: PChar): boolean; virtual;
|
||||
procedure RunCustomSimpleFunction({%H-}FunctionName: PChar; {%H-}Value: PCTCfgScriptVariable); virtual;
|
||||
public
|
||||
Src: PChar;
|
||||
AtomStart: PChar;
|
||||
|
@ -273,7 +273,9 @@ end;
|
||||
|
||||
procedure TCTLazarusModule.LoadFromConfig(Cfg: TXMLConfig);
|
||||
begin
|
||||
|
||||
if Cfg=nil then ;
|
||||
// ToDo
|
||||
RaiseCatchableException('not implemented yet');
|
||||
end;
|
||||
|
||||
{ TCTLazarusManager }
|
||||
|
@ -31,8 +31,8 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, AVL_Tree, FileProcs, FindDeclarationTool, CodeBeautifier,
|
||||
CodeGraph, CodeCache, StdCodeTools, DirectoryCacher, LinkScanner,
|
||||
CustomCodeTool, CodeTree, CodeAtom, CodeToolsStructs;
|
||||
CodeCache, StdCodeTools, DirectoryCacher, LinkScanner,
|
||||
CustomCodeTool, CodeTree, CodeToolsStructs;
|
||||
|
||||
type
|
||||
|
||||
|
@ -38,7 +38,7 @@ uses
|
||||
MemCheck,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, FileProcs, CodeToolsStructs, BasicCodeTools,
|
||||
KeywordFuncLists, LinkScanner, CodeAtom, CodeCache, AVL_Tree,
|
||||
KeywordFuncLists, LinkScanner, CodeCache, AVL_Tree,
|
||||
ExprEval, CodeTree;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user