Changes between #175 and #176

#176 (Nov 14, 2024 12:53:28 PM)

  1. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  4. FileChannel stuff — Jeremy Faden / detail
  5. handle open "r" and "w". — Jeremy Faden / detail
  6. detect void return type and don't include return when it's the last statement — Jeremy Faden / detail
  7. '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now — Jeremy Faden / detail
  8. '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now — Jeremy Faden / detail
  9. trivial javadoc correction — Jeremy Faden / detail
  10. https://sourceforge.net/p/autoplot/bugs/1687/ item 13. — Jeremy Faden / detail
  11. https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True — Jeremy Faden / detail
  12. https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True — Jeremy Faden / detail
  13. release notes — Jeremy Faden / detail
  14. bugfix https://sourceforge.net/p/autoplot/bugs/2642/: show all variables if none are marked as support. — Jeremy Faden / detail
  15. release notes — Jeremy Faden / detail
  16. release notes — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  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) — Jeremy Faden / detail
  20. explain insert checkbox — Jeremy Faden / detail
  21. 2644: append and insert methods check existing file majority — Jeremy Faden / detail
  22. 2644: add checkbox for majority — Jeremy Faden / detail
  23. bugfix 2643: handle (2) by keeping track of entries which were cleared in if or else blocks — Jeremy Faden / detail
  24. bugfix 2643: incorrect attempt to handle "else" clause in StaticCodeAnalysis meant variable would be marked as assigned before read. — Jeremy Faden / detail