IDE: clean up

git-svn-id: trunk@53149 -
This commit is contained in:
mattias 2016-10-17 13:57:35 +00:00
parent e30bb6d3ae
commit c5a82c9856

View File

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