codetools: clean up

git-svn-id: trunk@48646 -
This commit is contained in:
mattias 2015-04-06 16:38:06 +00:00
parent aac82f6bce
commit 5503c1b358
4 changed files with 8 additions and 6 deletions

View File

@ -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;

View File

@ -273,7 +273,9 @@ end;
procedure TCTLazarusModule.LoadFromConfig(Cfg: TXMLConfig);
begin
if Cfg=nil then ;
// ToDo
RaiseCatchableException('not implemented yet');
end;
{ TCTLazarusManager }

View File

@ -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

View File

@ -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