mirror of https://gitlab.com/basile.b/dexed.git
remove LCL version limitation
This commit is contained in:
parent
14a65f65be
commit
1dd4194293
|
@ -7,7 +7,7 @@ interface
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LazFileUtils, SynEditKeyCmds, SynHighlighterLFM, Forms,
|
Classes, SysUtils, LazFileUtils, SynEditKeyCmds, SynHighlighterLFM, Forms,
|
||||||
StdCtrls, AnchorDocking, AnchorDockStorage, AnchorDockOptionsDlg, Controls,
|
StdCtrls, AnchorDocking, AnchorDockStorage, AnchorDockOptionsDlg, Controls,
|
||||||
Graphics, strutils, Dialogs, Menus, ActnList, ExtCtrls, process, LCLVersion,
|
Graphics, strutils, Dialogs, Menus, ActnList, ExtCtrls, process,
|
||||||
{$IFDEF WINDOWS}Windows, {$ENDIF} XMLPropStorage, SynExportHTML, fphttpclient,
|
{$IFDEF WINDOWS}Windows, {$ENDIF} XMLPropStorage, SynExportHTML, fphttpclient,
|
||||||
fpjson, jsonparser, jsonscanner,
|
fpjson, jsonparser, jsonscanner,
|
||||||
ce_common, ce_ceproject, ce_synmemo, ce_writableComponent,
|
ce_common, ce_ceproject, ce_synmemo, ce_writableComponent,
|
||||||
|
@ -18,10 +18,6 @@ uses
|
||||||
ce_dfmt, ce_lcldragdrop, ce_projgroup, ce_projutils, ce_stringrange, ce_dastworx,
|
ce_dfmt, ce_lcldragdrop, ce_projgroup, ce_projutils, ce_stringrange, ce_dastworx,
|
||||||
ce_halstead, ce_profileviewer, ce_semver;
|
ce_halstead, ce_profileviewer, ce_semver;
|
||||||
|
|
||||||
//{$IF lcl_fullversion<>1060400}
|
|
||||||
// {$STOP 'LCL version is not compatible. 1.6.4 is needed for latest Coedit release'}
|
|
||||||
//{$ENDIF}
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
TCEApplicationOptions = class;
|
TCEApplicationOptions = class;
|
||||||
|
|
Loading…
Reference in New Issue