Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
arakov opened this issue May 12, 2024 · 1 comment
Closed

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

arakov opened this issue May 12, 2024 · 1 comment
Assignees
Labels
Feature request New language feature IDE
Milestone

Comments

@arakov
Copy link
Member

arakov commented May 12, 2024

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 arakov added IDE Feature request New language feature labels May 12, 2024
@arakov arakov added this to the ELENA 6.2 milestone May 12, 2024
@arakov arakov self-assigned this May 27, 2024
@arakov
Copy link
Member Author

arakov commented May 27, 2024

fixed in ELENA 6.1.1

@arakov arakov closed this as completed May 27, 2024
@arakov arakov mentioned this issue May 31, 2024
arakov added a commit that referenced this issue May 31, 2024
* #590 : implementing functional test
* #620 : introducing out ref variable
* refactoring code - using out ref parameters
* warn if out variable is not assigned in the method
* [FIXED] ?. operator
* working on ide for linux
* [ADDED] #655 : new option to keep output terminal after the program ends
* [FIXED] retrieving a source for the reference modules
* [ADDED] auto-recompile option
* [FIXED] MTA : critical exception handler
* [FIXED] recent list - only 9 elements must be in the list
* [ADDED]#69 : GC statistics
* [ADDED] support project collection file
* [FIXED] nil cannot be returned for nil object - use default instead
* #650 : Calling a named constructor from an implicit default one

---------

Co-authored-by: Alex <[email protected]>
@arakov arakov mentioned this issue May 31, 2024
1 task
@arakov arakov mentioned this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request New language feature IDE
Projects
None yet
Development

No branches or pull requests

1 participant