Changes

Summary

  1. release notes
  2. https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea. JComponent is specific enough.
  3. https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea. JComponent is specific enough.
  4. FileChannel stuff
  5. handle open "r" and "w".
  6. detect void return type and don't include return when it's the last statement
  7. '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
  8. '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
  9. trivial javadoc correction
  10. https://sourceforge.net/p/autoplot/bugs/1687/ item 13.
  11. https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
  12. https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
  13. release notes
  14. bugfix https://sourceforge.net/p/autoplot/bugs/2642/: show all variables if none are marked as support.
  15. release notes
  16. release notes
  17. https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
  18. https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
  19. https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 and implement this by loading and then slicing after it's loaded. (TODO: slice as the data is read)
  20. explain insert checkbox
  21. 2644: append and insert methods check existing file majority
  22. 2644: add checkbox for majority
  23. bugfix 2643: handle (2) by keeping track of entries which were cleared in if or else blocks
  24. bugfix 2643: incorrect attempt to handle "else" clause in StaticCodeAnalysis meant variable would be marked as assigned before read.
Revision 27930 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27929 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea.  JComponent is specific enough.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27928 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea.  JComponent is specific enough.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27927 by jbfaden:
FileChannel stuff
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27926 by jbfaden:
handle open "r" and "w".
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27925 by jbfaden:
detect void return type and don't include return when it's the last statement
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27924 by jbfaden:
'/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27923 by jbfaden:
'/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.java
Revision 27922 by jbfaden:
trivial javadoc correction
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/URISplit.javaautoplot/DataSource/src/org/autoplot/datasource/URISplit.java
Revision 27921 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/1687/ item 13.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27920 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27919 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java
Revision 27918 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27917 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2642/: show all variables if none are marked as support.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 27916 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27915 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 27914 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/metatree/IstpMetadataModel.javaautoplot/DataSource/src/org/autoplot/metatree/IstpMetadataModel.java
Revision 27913 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27912 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 and implement this by loading and then slicing after it's loaded. (TODO: slice as the data is read)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 27911 by jbfaden:
explain insert checkbox
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.formautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java
Revision 27910 by jbfaden:
2644: append and insert methods check existing file majority
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 27909 by jbfaden:
2644: add checkbox for majority
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.formautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java
Revision 27908 by jbfaden:
bugfix 2643: handle (2) by keeping track of entries which were cleared in if or else blocks
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java
Revision 27907 by jbfaden:
bugfix 2643: incorrect attempt to handle "else" clause in StaticCodeAnalysis meant variable would be marked as assigned before read.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java