rochus-keller / Oberon

Oberon parser, code model & browser, compiler and IDE with debugger, and an implementation of the Oberon+ programming language
GNU General Public License v2.0
464 stars 30 forks source link

IDE recent project files dynamic menu #8

Open tenko opened 2 years ago

tenko commented 2 years ago

Feature implemented according to example in Qt5 docs. Testing on the Windows platform is OK. Other platforms not tested.

rochus-keller commented 2 years ago

Thanks for your effort; unfortunately I'm not ready at this time for collaboration or to accept pull requests; I will add a statement to the readme.

tenko commented 2 years ago

Fair enough. I will keep my changes, which are simple conveniences, in a local branch. Edit : I see from closed issued, the IDE might not be a priority and perhaps will be removed in the future.

rochus-keller commented 2 years ago

the IDE might not be a priority and perhaps will be removed in the future.

It will not be removed, but either replaced by one based on QtCreator (such as my VerilogCreator, see https://github.com/rochus-keller/VerilogCreator), or extended by much more features; the current incarnation of the IDE is meant as an MVP, i.e. it's enough for decent work but rather minimal.

tenko commented 2 years ago

Good to know. I at least found it very useful and the code base is small enough it was possible to add some minor editing help functionality I am used to from other software.