Nikolay Borzov
Nikolay Borzov
Returning `name` values instead of `value` values is confusing. If it's by design - this design contradicts common expectations
Common expectations are - name is not unique and used to represent text to a user - value is unique and used to identify the item > Choices can have...
Apparently, in order to set wallpapers for multiple monitors images must be combined into one and result wallpaper should be tiled. See [stack overflow answer](https://stackoverflow.com/a/4468717/1606662)
Any plans to implement generating sequences of non-repeating numbers (like [this](https://www.random.org/sequences/) or [this](https://chancejs.com/miscellaneous/unique.html))
Рисовать кнопки - Там где на скриншоте конпка ignore - В ячейке с изображением или в ячейке Image Info (там место есть)
А что если вставлять строку с кнопками после каждой строки? Или пойти дальше и рисовать не таблицу со строками, а карты (панели)
Может указывать только один каталог? C:\MyImage\nature\set1\image1.png => ...set1\image1.png C:\MyImage\nature\set2\image1.png => ...set2\image1.png Ну или пока пути не начнут отличаться: C:\MyImage\nature\set1\image1.png => ...nature\set1\image1.png C:\MyImage\nature\set2\set1\image1.png => ...set2\set1\image1.png В крайнем случае достаточно показывать полный...
I gave up after few attempts to fix the theme. Then I found an alternative [theme](https://github.com/SeanCline/Npp-VS2012-Dark)
Sorry for bringing breaking changes. But what's stopping you from updating you code? I believe 4.0.4 update improves types definitions. Using generic for casting types is wrong.
I fail to understand why this PR exists providing: 1. We cannot change MAJOR version of the package 2. BREAKING CHANGE can be easily fixed 3. This PR rollbacks to...