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

Improve debug console #59

Merged
merged 7 commits into from
Apr 1, 2024
Merged

Improve debug console #59

merged 7 commits into from
Apr 1, 2024

Conversation

jubnl
Copy link
Contributor

@jubnl jubnl commented Mar 30, 2024

Complete rewrite of the debug console

Filters available:

  • log level filter (log level ==, log level >=)
  • logger name

search functionnality within the filtered logs

3 modes :

  • Nomal (case insensitive)
  • Case sensitive
  • Regex

Scrollbar to the right of the console

Clear logs button

Line number to the left of the screen

Ctrl + F to focus the search bar

Enter in the search bar to arrive to the next occurence of a text found

Ctrl + backspace is the search bar and the logger search bar to remove an entire word

Readonly console

Let me know if you have any improvement or if you encounter some bugs

Some errors may appears when compiling a regex but that does not impact how the console work

@Aurelius7309 Aurelius7309 merged commit 453a3de into Steamodded:main Apr 1, 2024
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.

2 participants