Changes between #159 and #161

#161 (Oct 8, 2024 8:55:31 AM)

  1. release notes — Jeremy Faden / detail
  2. keep track of PWD as files are loaded, so that we could eventually support completions on PWD + "<C>" — Jeremy Faden / detail
  3. rename ScriptPanelSupport from Autoplot app to AppScriptPanelSupport, to avoid confusion. — Jeremy Faden / detail
  4. 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
  5. 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
  6. 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
  7. 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