mirror of https://gitlab.com/basile.b/dexed.git
fix, cesyms disabled for non-D docs
This commit is contained in:
parent
b7ebaa3879
commit
3b3bdf5c7b
|
@ -24,7 +24,7 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
||||||
Width = 302
|
Width = 302
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
DefaultItemHeight = 18
|
DefaultItemHeight = 16
|
||||||
HideSelection = False
|
HideSelection = False
|
||||||
Images = imgList
|
Images = imgList
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
|
|
@ -632,6 +632,7 @@ var
|
||||||
begin
|
begin
|
||||||
if fDoc = nil then exit;
|
if fDoc = nil then exit;
|
||||||
if fDoc.Lines.Count = 0 then exit;
|
if fDoc.Lines.Count = 0 then exit;
|
||||||
|
if not fDoc.isDSource then exit;
|
||||||
|
|
||||||
// standard process options
|
// standard process options
|
||||||
killProcess(fToolProc);
|
killProcess(fToolProc);
|
||||||
|
|
Loading…
Reference in New Issue