Vince
Vince
@doomoo @wsuhoey it is definitely related to #33. Notepad++ 8.3 and above has made a change to support >2Gb files but requires plugins to update. This plugin [code has been...
@jokedst issue can be closed.
@hnvy You did not provide your debug information. I have Notepad++ 8.4.3: ``` Notepad++ v8.4.3 (64-bit) Build time : Jul 12 2022 - 17:11:36 Path : C:\Users\mvincent\Downloads\npp\notepad++.exe Command Line :...
@hnvy I think yes, you should definitely make a pull request with your theme update. You'll need to cite this issue in the PR with the "Fix #xxx" text and...
I think there are ways to hack around this by setting the appropriate spacers in [`SCI_AUTOCSETSEPARATOR`](https://www.scintilla.org/ScintillaDoc.html#SCI_AUTOCSETSEPARATOR) and [`SCI_SETWORDCHARS`](https://www.scintilla.org/ScintillaDoc.html#SCI_SETWORDCHARS). But of course, you'd need a plugin to do that so in...
> Personally, I am campaigning for those green margin symbols to be removed from the software, and only the green line (stretching across the editing area) remaining to show hidden...
> a line could be unhidden by putting the caret on the line and invoking a (new) show-lines command, e.g. shortcutted for speed Good Point! Currently, there is no unhide...
I'll have to think of a way to do that. Currently Notepad++ has a list of languages in enumerated from 0 to 80+ in the same order as the dropdown...
Yes, I'd like that too! The [DoxyIt](https://github.com/dail8859/DoxyIt/) plugin has an example of this. I don't see it happening without a total code rewrite and as I didn't create this plugin,...
@schabau this is a rescued plugin that I revived and did not write originally. The legacy code base in the lib/ directory treats the config and database files as ANSI...