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

[feat] add click callback for textPane #868

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    6b46661 View commit details
    Browse the repository at this point in the history
  2. cleaning

    shouldsee committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    860a426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edc4fd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c556b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    daacf25 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    a22c842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea846c7 View commit details
    Browse the repository at this point in the history
  3. [add,bugfix] adds cmdline -cache_type JPE,JPW,JPWA. fix bugs related …

    …to these modes
    
        parser.add_argument('-cache_type', metavar='cache_type', type=str,
                            default=DEFAULT_CACHE_TYPE,
                            help='''specify how the received data should be synced
                            between memory and disk.
                              - JPE/OneJsonPerEnv:             one json per environment
                              - JPW/OneJsonPerWindow:          one json per window
                              - JPWA/OneJsonPerWindowAutoSave: one json per window,
                                                               autosave to disk when plotting''')
    shouldsee committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    ff05aa7 View commit details
    Browse the repository at this point in the history
  4. [files] for Makefile

    shouldsee committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    efc049e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    cb5cb9f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    7cbb7c4 View commit details
    Browse the repository at this point in the history