feat: hotkey to switch to stickyburp #13
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds feature to "Switch" to the StickyBurp tab with a hotkey/shortcut and turns out in #4 i was incorrect! :) (TY Tibs 🙏)
Also fixes consistency in formatting and linting..
./gradlew ktlintFormat
to apply the formatting./gradlew ktlintCheck
The key change is placing the
&&
operators at the start of each line instead of the end, which helps avoid indentation ambiguity in KtLint's rules.fixes #4
AI-Generated Summary
PR Summary
Overview of Changes
Ahoy! This hearty PR brings aboard changes spannin' from the
.editorconfig
,.gitignore
, all the way to theREADME.md
, with a special focus on improvin' Kotlin code style configurations and introducin' a new feature via theKeyboardShortcutHandler.kt
. Methinks this update be settin' sails for smoother codin' seas and plunderin' the depths of efficiency with its hotkey functionality.Key Modifications
.editorconfig
, promotin' a neater codebase, with ktlint settings adjustin' indentations and chain-wrappin' discipline.KeyboardShortcutHandler.kt
, be introduced to handle global keyboard shortcuts. It be firin' up a special handler for the CTRL+SHIFT+S (or Command+Shift+S for the landlubbers usin' Mac) combo to swiftly navigate to the StickyBurp tab.build.gradle.kts
file has been updated to mark the version as "1.0.3", signallin' the release of new treasures within the StickyBurp extension.Potential Impact
KeyboardShortcutHandler
adds valuable functionality but also brings aboard complexity in terms of maintainin' the code and the potential fer conflicts with other global hotkeys.README.md
, we ensure that all hands on deck be aware of the new tools at their disposal, promotin' efficient plunderin'.This summary was generated with ❤️ by ads @ rigging