Bryan Kyle
Bryan Kyle
@qudade see PR #2 which includes this along with another change.
Do you have a particular purpose in mind for this information? I'm sure it can be done, but depending on what you intend to do with it there may be...
Famous last words: seems simple enough. I’ll look into this for the next update.
Thanks for the suggestions. I'll consider adding these in a future update. How do you envision the folder statistics working with sub-folders? Given the folder structure below: ``` |- foo/...
I've created a proof of concept implementation of this feature, see PR #994.
The `KeyHandler` in `AbstractDiagramEditor` has been changed to set the active tool in the palette based on key presses. Key presses are buffered so that "key chords" can be used...
Thanks for reviewing this pull request. The items you've raised bothered me as well. When I first started looking into implementing this PoC I recall seeing that there was a...
This looks great! > If a binding is made without modifiers (Ctrl, Alt keys) such as "BA" then typing that key sequence anywhere in the UI will invoke the command....
> We're on the same page. I looked into using the `org.eclipse.ui.contexts` [extension point](https://wiki.eclipse.org/Platform_Command_Framework#Contexts). The issues are: Great minds think alike 😄 > * It would not solve the problem...