ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
227 stars 23 forks source link

IDE : keep the console output window after the program is finished #655

Closed arakov closed 1 month ago

arakov commented 1 month ago

Is your feature request related to a problem? Please describe. To make it simpler to see the program output, the debug process must be not closed automatically after the program ends

Describe the solution you'd like There must be an option to close the console automatically after the program ends (e.g. similar to Visual Studio) and it must be on by default

arakov commented 1 month ago

fixed in ELENA 6.1.1