- fixed Scripts repeating multiple time when the Code Editor is used. This repetition was correlated with multiple openings of the Code Editor window (especially after an error)

- added the autocomplete keywords that can be changed to the defaults dictionary
- modified the TclCommand New so it will no longer close all tabs when called (it closed the Code Editor tab which may have been holding the code that run)
This commit is contained in:
Marius Stanciu
2019-09-16 04:03:19 +03:00
committed by Marius
parent 78b6aa9a83
commit 61120911c6
3 changed files with 19 additions and 14 deletions

View File

@@ -36,4 +36,4 @@ class TclCommandNew(TclCommand):
:return: None or exception
"""
self.app.on_file_new()
self.app.on_file_new(cli=True)