Changes

Summary

  1. release notes
  2. keep track of PWD as files are loaded, so that we could eventually support completions on PWD + "<C>"
  3. rename ScriptPanelSupport from Autoplot app to AppScriptPanelSupport, to avoid confusion.
  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.
  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.
  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.
  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.
Revision 27800 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27799 by jbfaden:
keep track of PWD as files are loaded, so that we could eventually support completions on PWD + "<C>"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27798 by jbfaden:
rename ScriptPanelSupport from Autoplot app to AppScriptPanelSupport, to avoid confusion.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was removed/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 27797 by jbfaden:
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.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
Revision 27796 by jbfaden:
bug 2626: whoops, remove debug code where I printed the first ten characters of the editor, so I could see what was going on.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
Revision 27795 by jbfaden:
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.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/GuiSupport.javaautoplot/Autoplot/src/org/autoplot/GuiSupport.java
Revision 27794 by jbfaden:
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.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java