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

Allow user defined maximum number of entries within logger window #18

Merged
merged 6 commits into from
Apr 4, 2020

Conversation

yarseyah
Copy link
Owner

@yarseyah yarseyah commented Apr 4, 2020

Implemented requested feature to limit number of log entries displayed by the logging window.
Limit may be enabled in Preferences and number of entries defined.

Addressed the lack of persistence of user preferences between sessions. Settings made on the General and Commands tab are saved on exit and reloaded.

Closes
#16
#17

In User Preferences, "LimitMessages" may be set.
When active, the "MaximumMessageCount" defines the
message count of available messages.
Initially allowing upgrade from 'v1' file that contains just
the WindowPlacementInfo details which is saved at exit.
Intent is to persist user-preferences too.
Upgrades 'v1' files (WindowPlacementInfo) to new format 'v2'
that additionally persists the user preferences
added new, very simple, IntegerTextBox control
@yarseyah yarseyah self-assigned this Apr 4, 2020
@yarseyah yarseyah merged commit 03a8c8a into master Apr 4, 2020
@yarseyah yarseyah deleted the limit-entries branch June 17, 2020 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit number of log entries displayed Persist settings of commands between sessions
1 participant