Peter Šulek
Peter Šulek
Now when you have selected multiple nodes and try to drag them, without any key pressed (like windows explorer behave) it deselect all selected nodes and select only that one...
- added/updated props - added/updated events to align against latest typescript definitions of electron version to v1.4.8 (from @types/electron)
* **Electron-Builder Version**: 24.13.3 * **Node Version**: 18.18.2 * **Electron Version**: 28.1.1 * **Electron Type (current, beta, nightly)**: stable * **Target**: NSIS * **OS**: Windows 10 According to this [custom-nsis-script](https://www.electron.build/configuration/nsis.html#custom-nsis-script)...
**Is your feature request related to a problem? Please describe.** When there is need to manually display help, there is no public API to do so, even when its there...
**Is your feature request related to a problem? Please describe.** `ValidationResult.Error` method should accept/support markup string when returning from `CommandSettings.Validate` method. In `Validate` method of my `CommndSettings` i want to...