manake
manake
**To Reproduce** Steps to reproduce the behavior: 1. Create a rectangle. 2. Write left aligned text inside (2 lines). 3. Click in the middle of 2nd line and drag cursor...
It would be better to register it with a prefix like "woosidebar": 1. To prevent frequent conflicts with other plugins when something unprefixed is used. 2. To adhere to WordPress...
Delete all JPG and PNG images. No images at all are necessary for this plugin.
**Feature request:** 1. To make this plugin complete it would be necessary to add "CUSTOM RULES" option. 2. What this would accomplish is it would allow specifying individual IDs of...
https://wordpress.org/plugins/woosidebars/ shows this warning: ``` This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility...
In my opinion all items should be visible and the "Advanced" tab button should not exist. Its only purpose is to toggle other tabs on/off. Unnecessary.
I see here https://www.scintilla.org/ScintillaDoc.html#KeyBindings that tab is available as `SCK_TAB` but it can't be assigned to a shortcut `npp.AddShortcut` or using this: ``` function func1(ch) if (ch == " ")...
All other methods other than `sub` use full word (like `add`, `normalize`, `random`, `divide`, `negate`, `multiply`, `distance`).
### Please agree to the following - [X] I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates - [X] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md) ### Summary Volume is...
The documentation says: ``` Both begin() and complete() callbacks are called if the animation's duration is 0. ``` But in the actual code `begin()` is never called for `duration: 0`...