Summary
- release notes
- keep track of PWD as files are loaded, so that we could eventually support completions on PWD + "<C>"
- rename ScriptPanelSupport from Autoplot app to AppScriptPanelSupport, to avoid confusion.
- 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.
- bug 2626: whoops, remove debug code where I printed the first ten characters of the editor, so I could see what was going on.
- 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.
- 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 Type | Path in Repository | Path in Workspace |
---|---|---|
/autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
/autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
Change Type | Path in Repository | Path in Workspace |
/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java | |
/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | |
Change Type | Path in Repository | Path in Workspace |
/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.java | |
/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java | |
/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java | |
Change Type | Path in Repository | Path in Workspace |
/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java | autoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java | |
Change Type | Path in Repository | Path in Workspace |
/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java | |
Change Type | Path in Repository | Path in Workspace |
/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.java | autoplot/Autoplot/src/org/autoplot/AppManager.java | |
/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.java | autoplot/Autoplot/src/org/autoplot/AutoplotUI.java | |
/autoplot/trunk/Autoplot/src/org/autoplot/GuiSupport.java | autoplot/Autoplot/src/org/autoplot/GuiSupport.java | |
Change Type | Path in Repository | Path in Workspace |
/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.java | autoplot/Autoplot/src/org/autoplot/AutoplotUI.java | |
/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java |