mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:37:02 +02:00
IDE: clean up
git-svn-id: trunk@36568 -
This commit is contained in:
parent
f19fe2c36e
commit
c24580f5a9
@ -168,14 +168,6 @@ type
|
||||
OnClickEvent: TNotifyEvent); override;
|
||||
procedure UpdateHighlighters(Immediately: boolean = false); override;
|
||||
|
||||
//function DoJumpToCodePos(
|
||||
// ActiveSrcEdit: TSourceEditor;
|
||||
// ActiveUnitInfo: TUnitInfo;
|
||||
// NewSource: TCodeBuffer; NewX, NewY, NewTopLine: integer;
|
||||
// AddJumpPoint: boolean;
|
||||
// FocusEditor: Boolean = True;
|
||||
// MarkLine: Boolean = False): TModalResult; virtual;
|
||||
|
||||
procedure FindInFilesPerDialog(AProject: TProject); override;
|
||||
procedure FindInFiles(AProject: TProject; const FindText: string); override;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user