Amin Ya
Amin Ya
Adding juno-toolbar-plus to uber-juno: https://github.com/aminya/juno-toolbar-plus
Latest version works now: https://atom.io/packages/linter-julia
## Issue Type Bug ## Issue Description The remaining part of this issue: https://github.com/AtomLinter/linter-eslint/issues/1249 To fix this, we can throw a notification in the following code to ask the user...
This defers the loading of mdi icons until they are called. It improves the loading time (50ms->35ms).  
- Fixes #307 - Almost doubles the speed of button creation (X2 faster) - See https://github.com/suda/tool-bar/issues/307#issuecomment-641719848 for the reason Button creation time: **After**:  **Before**:...
It would be nice to have a simple GUI which allows customizing the buttons of tool-bar What I have in mind is a GUI like this inside Toolbar that allows...
You would be surprised if you know that most of the time spent for creating the buttons, is spent in adding the tooltips to them! We might want to write...
Adding a dropdown menu that each option is a ToolBarButton. It should be built on top of [ToolBarItem](https://github.com/suda/tool-bar/blob/master/lib/items/tool-bar-item.js). We should use atom-select-list if possible. References: https://www.w3schools.com/howto/howto_js_dropdown.asp Electron References if applicable:...
A dropdown option switch that chooses between different options and then triggers a callback based on the selected option. It should be built on top of [ToolBarItem](https://github.com/suda/tool-bar/blob/master/lib/items/tool-bar-item.js). References: https://guide.freecodecamp.org/javascript/tutorials/how-to-create-a-dropdown-menu-with-css-and-javascript/
Is it possible to change the callback for a button based on the grammar of the active text editor?