Skip to content

Commit

Permalink
tweak UI elements to avoid text cutoff; no dings!
Browse files Browse the repository at this point in the history
fix issues #10 and #11 (system bell on tree view)
Address (hopefully) issue #12 (text cutoff)
  • Loading branch information
molsonkiko committed Mar 23, 2023
1 parent 23a1235 commit 0c0306c
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 159 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change Log
All [notable changes](#4112---2023-03-21) to this project will be documented in this file.
All [notable changes](#4113-unreleased---2023-mm-dd) to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
Expand Down Expand Up @@ -42,6 +42,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- This is also true if a file with a tree viewer is renamed, e.g., the file `foo.json` is renamed to `bar.json`, but the tree viewer still says `Json Tree View for foo.json`.
- Linter doesn't work on *empty* arrays or objects with no close bracket (e.g., `[1` is parsed as `[1]` but `[` raises an error)

## [4.11.3] (UNRELEASED) - 2023-MM-DD

### Fixed

1. Removed stupid dinging sounds when using control keys (tab, space, enter, escape) while in the tree view. Address [issues #11](https://github.com/molsonkiko/JsonToolsNppPlugin/issues/11) and [#10](https://github.com/molsonkiko/JsonToolsNppPlugin/issues/10)
2. Making several UI elements on various forms slightly larger and adding auto-sizing where possible, hopefully addressing [issue #12](https://github.com/molsonkiko/JsonToolsNppPlugin/issues/12).

## [4.11.2] - 2023-03-21

### Added
Expand Down
11 changes: 6 additions & 5 deletions JsonToolsNppPlugin/Forms/GrepperForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions JsonToolsNppPlugin/Forms/JsonToCsvForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 20 additions & 15 deletions JsonToolsNppPlugin/Forms/TreeViewer.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c0306c

Please sign in to comment.