updated readme

This commit is contained in:
Basile Burg 2014-08-05 15:45:07 +02:00
parent 2884ec32bf
commit 67fba2aaae
2 changed files with 5 additions and 2 deletions

View File

@ -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):
![Win screen-cap](lazproj/Gui.tease.png "Coedit GUI preview")
Linux version (OpenSuse 13.1, x86_64):
Linux version (OpenSuse 13.1, Kde, x86_64):
![Nux screen-cap](lazproj/Gui.tease.kde.png "Coedit GUI preview")

View File

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