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:
martin 2013-09-07 05:16:27 +00:00
parent 8aa8775ac4
commit d1da544a24

View File

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