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

Added a widget-based editor for YAML files #186

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

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    58c9daa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4751c6e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Mege from main and new work on property page

    davidcok committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1a23694 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Checkpoint

    davidcok committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9e27589 View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    davidcok committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    721ea69 View commit details
    Browse the repository at this point in the history
  3. Make dropdown readonly

    davidcok committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    454b584 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Logic to write out files

    davidcok committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a24ab9f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Everything reads and writes now

    davidcok committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5206a74 View commit details
    Browse the repository at this point in the history
  2. Implemented 'Discard changes'

    davidcok committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f1962b1 View commit details
    Browse the repository at this point in the history
  3. Updated TODO list

    davidcok committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2785c8a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. More work on validation

    davidcok committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1a5f23c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. More work on validation

    davidcok committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9670c29 View commit details
    Browse the repository at this point in the history
  2. Implemented remove functionality

    davidcok committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5eb6479 View commit details
    Browse the repository at this point in the history
  3. Cleaned up regressions for validation and new files

    davidcok committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b5f8c56 View commit details
    Browse the repository at this point in the history
  4. Checkpoint

    davidcok committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a347d8a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Added file browsers

    davidcok committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a02a6c8 View commit details
    Browse the repository at this point in the history
  2. scrollbars for constraint dialog

    davidcok committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    08d0970 View commit details
    Browse the repository at this point in the history
  3. Constraint text fields now expand

    davidcok committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fb1490c View commit details
    Browse the repository at this point in the history
  4. Constraint text fields now expand

    davidcok committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4f4d5a1 View commit details
    Browse the repository at this point in the history
  5. Scrollbars working!

    davidcok committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2f9a993 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge branch 'main' of https://github.com/ge-high-assurance/RITE into…

    … data_yaml_editor
    davidcok committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e47bd29 View commit details
    Browse the repository at this point in the history
  2. updating comments

    davidcok committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0802850 View commit details
    Browse the repository at this point in the history
  3. Adding documentation and a file write-read check

    davidcok committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ef07aa0 View commit details
    Browse the repository at this point in the history
  4. Documentation and tweaks to widget behavior

    davidcok committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c057e48 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 20, 2024

  1. General yaml editor

    davidcok committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3c04399 View commit details
    Browse the repository at this point in the history
  2. Bug fixes

    davidcok committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3cc5e52 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Bug fix

    davidcok committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    172733d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3328d9f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fixed a scrollbar problem

    davidcok committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2b7f342 View commit details
    Browse the repository at this point in the history
  2. More attempts to workaround scrollbar bug

    davidcok committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3f3ab1d View commit details
    Browse the repository at this point in the history
  3. Formatting changes

    davidcok committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2762ddf View commit details
    Browse the repository at this point in the history
  4. Fixed scrollbars; finished validation

    davidcok committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    33af1fd View commit details
    Browse the repository at this point in the history
  5. Cleaned up some comments

    davidcok committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2f225a2 View commit details
    Browse the repository at this point in the history
  6. Checkpoint

    davidcok committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    048258c View commit details
    Browse the repository at this point in the history
  7. Added files

    davidcok committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3fa9d0b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Added comparison to schema

    davidcok committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    9af8374 View commit details
    Browse the repository at this point in the history
  2. Added boolean data type; some better error checking

    davidcok committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    af7d70a View commit details
    Browse the repository at this point in the history
  3. Fixed merge

    davidcok committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3f4ae13 View commit details
    Browse the repository at this point in the history
  4. Adding validation by schema and various bug fixes

    davidcok committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b2e0cc1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cok-schema' into data_yaml_editor

    davidcok committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f46953a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/ge-high-assurance/RITE into…

    … data_yaml_editor
    davidcok committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7d80583 View commit details
    Browse the repository at this point in the history
  7. Auto-formatting changes

    davidcok committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0e383d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'main' into data_yaml_editor

    davidcok committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2a5a3dd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Repairing the result of a bad merge of plugin.xml

    davidcok committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    857bc70 View commit details
    Browse the repository at this point in the history
  2. Fixed messages and some bugs

    davidcok committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b6a8e6a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge branch 'main' into data_yaml_editor

    davidcok committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ee0b602 View commit details
    Browse the repository at this point in the history
  2. Formatting changes and fix to scrollbars

    davidcok committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fa9f42d View commit details
    Browse the repository at this point in the history