Changes between #159 and #161
#161 (Oct 8, 2024 8:55:31 AM)
- release notes — Jeremy Faden / detail
- keep track of PWD as files are loaded, so that we could eventually support completions on PWD + "<C>" — Jeremy Faden / detail
- rename ScriptPanelSupport from Autoplot app to AppScriptPanelSupport, to avoid confusion. — Jeremy Faden / detail
- bug 2626: correction where second window had DISPOSE_ON_CLOSE as the default window operation. The AppManager is the only one who can close windows. The requestClose now returns a boolean to indicate the close was accepted. — Jeremy Faden / detail
- bug 2626: whoops, remove debug code where I printed the first ten characters of the editor, so I could see what was going on. — Jeremy Faden / detail
- bug 2626: correction where second window had DISPOSE_ON_CLOSE as the default window operation. The AppManager is the only one who can close windows. The requestClose now returns a boolean to indicate the close was accepted. — Jeremy Faden / detail
- bug https://sourceforge.net/p/autoplot/bugs/2626/: remove suspicious dispose. Temporarily put first ten characters of script in close dialog so I can tell which it is talking about. — Jeremy Faden / detail