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

Hide child code entries in main tree #1926

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

Commits on Sep 21, 2024

  1. Implement CodeViewConverter

    which filters child code entries from the code list
    on top of the normal filtering done by FilteringViewConverter.
    zivmaor committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    527fce7 View commit details
    Browse the repository at this point in the history
  2. Add setting for hiding child code entries

    The setting has no tooltip as of yet.
    zivmaor committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7769b1d View commit details
    Browse the repository at this point in the history
  3. Make hide children setting take effect immediately

    also correct accessibility levels in FilteredViewConverter and CodeViewConverter.
    zivmaor committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1a72e8c View commit details
    Browse the repository at this point in the history
  4. Hide children setting refinement

    - Add setting tooltip.
    - Make the setting on by default.
    zivmaor committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f46f027 View commit details
    Browse the repository at this point in the history
  5. fix grammar

    zivmaor committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    24245ac View commit details
    Browse the repository at this point in the history
  6. grammmar fix 2

    zivmaor committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    abcad71 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Minor code improvement

    zivmaor committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8e3a187 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Changes code accessing hide children setting

    Changes the code to use SettingsWindow instead of Settings.Instance
    to better fit with similar code for other settings.
    
    Note: this should probably be standardized across all settings.
    zivmaor committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cd4d5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7afc0b View commit details
    Browse the repository at this point in the history