dail8859

Results 23 issues of dail8859

**Environment** Carbone Version: `npm ls` shows [email protected] Node Version: v12.18.1 Browsers: Not applicable Desktop OS: Windows Server 2012 R2 **Expected Behaviour** In an excel template, empty cells or rows should...

T: bug
P: High
S: on hold

As discovered in #152 it looks like the AppImage has never included the Notepad Next translation files. Seems to be fine for Windows. cc @eson57

linux

The Preferences Dialog needs a ton of work. It is barely functional currently and only very few of the settings are used. This began as a duplicate of Notepad++'s preference...

There is no file encoding support currently. I don't understand file encodings enough to know I'm doing it correctly. The uchardet library is linked in which can detect file encodings....

Add functionality to search through files. The Find dialog needs alot of attention prior to that. Also it would be worth first implementing the search results docked dialog for searching...

Add ability to split an editor horizontally similarly how Visual Studio does it: https://stackoverflow.com/a/42132117

During installation or uninstallation, detect if the application is running. Warn the user to kill it, or wait for it to finish or something.

installer

[`SetCommand()`](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/blob/107c011eb9d446d541510f47f1f06e517cdf7bca/Visual%20Studio%20Project%20Template%20C%23/PluginInfrastructure/NppPluginNETBase.cs#L26) currently takes an index as its first parameter. It uses this to set the `_cmdID` field. However, this is a field N++ [sets internally](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/MISC/PluginsManager/PluginsManager.cpp#L391). All of my C++ plugins...

enhancement
help wanted