kekcleader / FreeOberon

Cross-platform IDE for development in Oberon programming language made in the classical FreePascal-like pseudo-graphic style.
GNU General Public License v3.0
135 stars 14 forks source link

"Open a File" dialog looks broken #4

Closed mkoloberdin closed 3 years ago

mkoloberdin commented 3 years ago

F3/Open a File shows an empty dialog (see the screenshot below).

If I type in a file name (e.g. Book.Mod) manually it gets opened just fine. If I type in random garbage, nothing happens, no error message etc.

OS: Linux (Arch Linux) FreeOberon version: 1.0.3 (git tag 9da6825069780259ccec89984ec8281d5189e912)

Screenshot_20210902_230317

mkoloberdin commented 3 years ago

Never mind. I've just had a look at the commit history and source code and as far as I understand it, it is just something that is being implemented after the 1.0.3 release.

kekcleader commented 3 years ago

@mkoloberdin Hi, thanks for the comment. Yes, in this version the file dialog is a bit "unfinished", there are no error messages whatsoever. However, a big update is comming up very soon, with a new file dialog, with a list of files to choose from etc. Also the new version of Free Oberon can compile isolated programs in other directories, not only in the "Programs" subdirectory. Furthermore, modules of your program can be split into subfolders, i.e. module named "TetrisEngine" may reside in "Tetris/Engine.Mod". So a name consisting of two word may be split in two. This all works already, I just need to build the new ZIP archives and get them ready for people to download. In Windows version, Mingw32 is replaced with Mingw-w64, a more modern varioant of GCC for Windows (it also supports 32-bits despite of the name).

I'll prepare a more detailed textual description of the update as soon as it is ready. Hope you will be still there to test. Screenshot_File_Dialog_Oberon