Changes

Summary

  1. trivial use isEmpty instead of stack.size()==0
  2. trivial, use null not "" for documentation in completions.
  3. put the completion along with the label. PDS3 completions would show the variable description, but often it's easier to recognize it by the arg_0 value.
  4. functions which would allow 2GB data reads from >2GB IDLSav files
  5. bugfix: automatic name "data" would result multiple variables with the same name DATA.
  6. work towards using FileChannel to allow any variable to be 2GB, supporting file for JADE.
  7. new code to support IDLSav files > 2GB
  8. trivial javadoc and whitespace
Revision 27750 by jbfaden:
trivial use isEmpty instead of stack.size()==0
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/MathematicaJythonConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/MathematicaJythonConverter.java
Revision 27749 by jbfaden:
trivial, use null not "" for documentation in completions.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27748 by jbfaden:
put the completion along with the label.  PDS3 completions would show the variable description, but often it's easier to recognize it by the arg_0 value.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsList.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsList.java
Revision 27747 by jbfaden:
functions which would allow 2GB data reads from >2GB IDLSav files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27746 by jbfaden:
bugfix: automatic name "data" would result multiple variables with the same name DATA.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormat.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormat.java
Revision 27745 by jbfaden:
work towards using FileChannel to allow any variable to be 2GB, supporting file for JADE.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27744 by jbfaden:
new code to support IDLSav files > 2GB
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27743 by jbfaden:
trivial javadoc and whitespace
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/BaseVarContainer.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/BaseVarContainer.java