mirror of https://gitlab.com/basile.b/dexed.git
updated readme
This commit is contained in:
parent
2884ec32bf
commit
67fba2aaae
|
@ -21,7 +21,7 @@ Current features
|
||||||
Missing features before the first beta
|
Missing features before the first beta
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
- Options editor. (the big missing stuff)
|
- Options editor. (the big missing stuff)
|
||||||
- console input handling. (workarounds exists)
|
- console input handling. (a workaround exists: external console in run options).
|
||||||
- project configurations templates (release, debug, etc.). (detail)
|
- project configurations templates (release, debug, etc.). (detail)
|
||||||
|
|
||||||
Project information
|
Project information
|
||||||
|
@ -41,5 +41,5 @@ Preview
|
||||||
Windows version (Windows 7, x86):
|
Windows version (Windows 7, x86):
|
||||||

|

|
||||||
|
|
||||||
Linux version (OpenSuse 13.1, x86_64):
|
Linux version (OpenSuse 13.1, Kde, x86_64):
|
||||||

|

|
|
@ -206,7 +206,10 @@ type
|
||||||
procedure FormCloseQuery(Sender: TObject; var CanClose: boolean);
|
procedure FormCloseQuery(Sender: TObject; var CanClose: boolean);
|
||||||
procedure FormDropFiles(Sender: TObject; const FileNames: array of String);
|
procedure FormDropFiles(Sender: TObject; const FileNames: array of String);
|
||||||
private
|
private
|
||||||
|
|
||||||
|
// oh no...a field which is not a class.^^
|
||||||
fUpdateCount: NativeInt;
|
fUpdateCount: NativeInt;
|
||||||
|
|
||||||
fProject: TCEProject;
|
fProject: TCEProject;
|
||||||
fPlugList: TCEPlugDescriptorList;
|
fPlugList: TCEPlugDescriptorList;
|
||||||
fWidgList: TCEWidgetList;
|
fWidgList: TCEWidgetList;
|
||||||
|
|
Loading…
Reference in New Issue