mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
Converter: Member visibility change in TLFMChecker to allow compilation in TLFMFixer
git-svn-id: trunk@24306 -
This commit is contained in:
parent
562621aec1
commit
1259e59a8f
@ -50,18 +50,16 @@ type
|
||||
TLFMChecker = class
|
||||
private
|
||||
fOnOutput: TOnAddFilteredLine;
|
||||
fRootMustBeClassInIntf: boolean;
|
||||
fObjectsMustExists: boolean;
|
||||
procedure WriteUnitError(Code: TCodeBuffer; X, Y: integer;
|
||||
const ErrorMessage: string);
|
||||
procedure WriteCodeToolsError;
|
||||
procedure WriteLFMErrors;
|
||||
function FixMissingComponentClasses: TModalResult;
|
||||
function CheckUnit: boolean;
|
||||
protected
|
||||
fPascalBuffer: TCodeBuffer;
|
||||
fLFMBuffer: TCodeBuffer;
|
||||
fLFMTree: TLFMTree;
|
||||
fRootMustBeClassInIntf: boolean;
|
||||
fObjectsMustExists: boolean;
|
||||
// References to controls in UI:
|
||||
fLFMSynEdit: TSynEdit;
|
||||
fErrorsListBox: TListBox;
|
||||
@ -71,6 +69,8 @@ type
|
||||
procedure FindNiceNodeBounds(LFMNode: TLFMTreeNode;
|
||||
var StartPos, EndPos: integer);
|
||||
function FindListBoxError: TLFMError;
|
||||
procedure WriteLFMErrors;
|
||||
function FixMissingComponentClasses: TModalResult;
|
||||
procedure FillErrorsListBox;
|
||||
procedure JumpToError(LFMError: TLFMError);
|
||||
procedure AddReplacement(LFMChangeList: TList; StartPos, EndPos: integer;
|
||||
|
Loading…
Reference in New Issue
Block a user