mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
IDE: clean up
git-svn-id: trunk@53149 -
This commit is contained in:
parent
e30bb6d3ae
commit
c5a82c9856
@ -328,13 +328,13 @@ type
|
||||
procedure SetSessionModified(const AValue: boolean);
|
||||
procedure SetSource(ABuffer: TCodeBuffer);
|
||||
procedure SetUserReadOnly(const NewValue: boolean);
|
||||
procedure SetUnitName(const AValue: string); override;
|
||||
protected
|
||||
function GetFileName: string; override;
|
||||
procedure SetFilename(const AValue: string); override;
|
||||
procedure SetIsPartOfProject(const AValue: boolean); override;
|
||||
procedure UpdateList(ListType: TUnitInfoList; Add: boolean);
|
||||
procedure SetInternalFilename(const NewFilename: string);
|
||||
procedure SetUnitName(const AValue: string); override;
|
||||
|
||||
procedure UpdateHasCustomHighlighter(aDefaultHighlighter: TLazSyntaxHighlighter);
|
||||
procedure UpdatePageIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user