From 67fba2aaae1943b3a2ed4e77c951371cd0265789 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 5 Aug 2014 15:45:07 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- src/ce_main.pas | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1264360..9f2579f3 100644 --- a/README.md +++ b/README.md @@ -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") \ No newline at end of file diff --git a/src/ce_main.pas b/src/ce_main.pas index 98d00adf..8c62b79d 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -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;