mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 01:17:11 +02:00
IDE: add inactive ifdef to fold-gutter popup menu (if text-selection exists) / missing file
git-svn-id: trunk@42653 -
This commit is contained in:
parent
8aa8775ac4
commit
d1da544a24
@ -460,6 +460,7 @@ type
|
||||
procedure DoVisibleChanged(AVisible: Boolean); override;
|
||||
procedure SetLines(const AValue: TSynEditStrings); override;
|
||||
procedure SetInvalidateLinesMethod(const AValue: TInvalidateLines); override;
|
||||
property IfDefTree: TSynMarkupHighIfDefLinesTree read FIfDefTree;
|
||||
public
|
||||
constructor Create(ASynEdit : TSynEditBase);
|
||||
destructor Destroy; override;
|
||||
|
Loading…
Reference in New Issue
Block a user