You've already forked lazarus-ccr
chelper: fix compilation for the latest IDE version
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5948 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -83,7 +83,7 @@ type
|
|||||||
public
|
public
|
||||||
buffer: String;
|
buffer: String;
|
||||||
constructor Create(const Abuffer: String=''; const aname: string = ''; aobj: TObject = nil);
|
constructor Create(const Abuffer: String=''; const aname: string = ''; aobj: TObject = nil);
|
||||||
procedure InsertSubBuffer(pos: Integer; const ABuffer: string; const AName: string = ''; ATag: TObject = '');
|
procedure InsertSubBuffer(pos: Integer; const ABuffer: string; const AName: string = ''; ATag: TObject = nil);
|
||||||
property SubBuffer[i: Integer]: TSubBuffer read GetSubBuffer;
|
property SubBuffer[i: Integer]: TSubBuffer read GetSubBuffer;
|
||||||
property Count: Integer read GetCount;
|
property Count: Integer read GetCount;
|
||||||
end;
|
end;
|
||||||
|
@ -216,7 +216,7 @@ var
|
|||||||
p : TPoint;
|
p : TPoint;
|
||||||
st : TPoint;
|
st : TPoint;
|
||||||
err : TErrorInfo;
|
err : TErrorInfo;
|
||||||
line : TIDEMessageLine;
|
//line : TIDEMessageLine;
|
||||||
parts : TStringList;
|
parts : TStringList;
|
||||||
lcnt : Integer;
|
lcnt : Integer;
|
||||||
begin
|
begin
|
||||||
@ -303,7 +303,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
type
|
(*type
|
||||||
|
|
||||||
{ TChelperJumper }
|
{ TChelperJumper }
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ begin
|
|||||||
LazarusIDE.DoOpenFileAndJumpToPos(fn, Point(cl, ln), -1, -1, -1, [ofOnlyIfExists,ofRegularFile,ofVirtualFile]);
|
LazarusIDE.DoOpenFileAndJumpToPos(fn, Point(cl, ln), -1, -1, -1, [ofOnlyIfExists,ofRegularFile,ofVirtualFile]);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
*)
|
||||||
procedure Register;
|
procedure Register;
|
||||||
var
|
var
|
||||||
pth : AnsiString;
|
pth : AnsiString;
|
||||||
@ -349,7 +349,7 @@ begin
|
|||||||
LoadFromFile(ConvFile, ConvSettings);
|
LoadFromFile(ConvFile, ConvSettings);
|
||||||
ReadIDESettings(ConvFile);
|
ReadIDESettings(ConvFile);
|
||||||
if DefineFile='' then DefineFile:=pth+'cconvdefines.h';
|
if DefineFile='' then DefineFile:=pth+'cconvdefines.h';
|
||||||
RegisterIDEMsgQuickFix(TChelperJumper.Create);
|
//RegisterIDEMsgQuickFix(TChelperJumper.Create);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Reference in New Issue
Block a user