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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Aug 3, 2023

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

    kephale authored and ctrueden committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    06a9160 View commit details
    Browse the repository at this point in the history
  3. Fix SVG to work with dark mode

    kephale authored and ctrueden committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e196f8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd0c731 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    112e930 View commit details
    Browse the repository at this point in the history
  6. Add section in docs about REPL

    kephale authored and ctrueden committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a79a8bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    376d324 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47dcaa5 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 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7dc2cbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e573756 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cec6e0 View commit details
    Browse the repository at this point in the history
  12. WIP: 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 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0aebd2b View commit details
    Browse the repository at this point in the history