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
|
||||
--------------------------------------
|
||||
- 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 information
|
||||
|
@ -41,5 +41,5 @@ Preview
|
|||
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 FormDropFiles(Sender: TObject; const FileNames: array of String);
|
||||
private
|
||||
|
||||
// oh no...a field which is not a class.^^
|
||||
fUpdateCount: NativeInt;
|
||||
|
||||
fProject: TCEProject;
|
||||
fPlugList: TCEPlugDescriptorList;
|
||||
fWidgList: TCEWidgetList;
|
||||
|
|
Loading…
Reference in New Issue