All notable changes to the "Shortcut-Menu-Bar" extension will be documented in this file.
- fixed icons not showing properly
- added indent/outdent buttons
- added open settings button
- added Toggle word wrap button
- [Much awaited feature] you can finally create user-defined buttons. See README for instruction. Huge thanks to @GitMensch for this contribution.
- If there's a bug, please report it on Github.
Please support this project. Buy me a Coffee.
- removed deprecated configs due to conflicts. if some icon is lost, please re-enable it from extension settings.
- fixed non working config due to invalid conditions (thanks @YPetremann for PR)
- Commands without namespace are deprecated. For example in
settings.json
instead of"Quick Open": true
use"ShortcutMenuBar.quickOpen": true
. (thanks @bbugl for PR) - fixed navigate back and forward button alignment
- added many more buttons like cut,copy,paste,debug etc
- fixed bug for 'opened files' button
- added undo/redo buttons
- added Toggle line comment button
- added save all button
- Beautify/format document or selection with multiple formatters
- added quick open/go to file.. Ctrl+P
- added Find/replace.. Ctrl+H
- improved README
- added navigate back and forward buttons
- added switch header and source file button
- added toggle render whitespace button
- user can now hide/show icons in settings
- added toggle terminal, activity bar
- Fixed issue to properly show "opened files"
- Initial Release