Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a REPL widget that supports the SciJava ScriptREPL #265

Merged
merged 20 commits into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    c74e1f9 View commit details
    Browse the repository at this point in the history
  2. Add title to REPL dock widget

    kephale authored and gselzer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fd95851 View commit details
    Browse the repository at this point in the history
  3. Fix SVG to work with dark mode

    kephale authored and gselzer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7876449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    338ba9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    436fc4f View commit details
    Browse the repository at this point in the history
  6. Add section in docs about REPL

    kephale authored and gselzer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b6df312 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9fb12f View commit details
    Browse the repository at this point in the history
  8. Improve docstrings and type hints

    ctrueden authored and gselzer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fcdbb78 View commit details
    Browse the repository at this point in the history
  9. Migrate core ScriptREPL logic out of menu.py

    And use jc mechanism instead of jimport for REPL-related classes.
    ctrueden authored and gselzer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ad7ba74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ed08d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    241e760 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Centralize ImageJ2 gateway into nij object

    This provides a place to keep track of not only the ImageJ2 gateway, but
    also any affiliated data structures, such as our singleton ScriptREPL.
    ctrueden authored and gselzer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4dc88fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b56601 View commit details
    Browse the repository at this point in the history
  3. REPLButton: Add _icon method

    Dynamically recolors button on appearance changes
    gselzer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    91d25f7 View commit details
    Browse the repository at this point in the history
  4. Add simple regression test

    gselzer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    abcf578 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69b8b4f View commit details
    Browse the repository at this point in the history
  6. Small bugfixes

    gselzer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2b233b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8dd1c1 View commit details
    Browse the repository at this point in the history
  8. Usage.rst: Update image link

    gselzer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c9bdf44 View commit details
    Browse the repository at this point in the history
  9. CI: Use Miniforge

    gselzer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4dbbc62 View commit details
    Browse the repository at this point in the history