Ekopalypse

Results 10 issues of Ekopalypse

I'm not sure if this is either me doing something wrong with my lsp client for Noteapd++ (Npp), or whether this is a clojure-lsp or a clj-kondo issue. If the...

bug
editor

I have searched the code for @protocolNotification("exit") but found nothing. Is the behavior that the process does not exit intended? Also, I get an unexpected notification on startup called "coded/changedSelectedWorkspace",...

[SetFoldLevel](https://www.scintilla.org/ScintillaDoc.html#SCI_SETFOLDLEVEL) needs to have an integer type as its second parameter instead of the FoldLevel enum.

bug
py-converter-update-required

I am currently trying to add a [lexer class](https://github.com/Ekopalypse/NppPluginLexerExample/blob/master/LexerPlugin/NppManagedPluginDemo/PluginInfrastructure/Lexer.cs) to the plugin pack so that it can be used to write lexers in C#. The additional exports needed have been...

[Both](https://www.scintilla.org/ScintillaDoc.html#SCI_MULTIPLESELECTADDNEXT) are parameter-less functions like SCI_CUT, SCI_PASTE etc. but provide powerful functionality to npp, so I suggest to add them to the list of scintilla commands (shortcut mapper) and respective...

Incomplete, maybe corrupted, styler (theme) xml can cause Npp to crash. ### Steps to Reproduce the Issue 1. Edit stylers.xml or any theme.xml and add the following line `` 2....

### Description of the Issue When using a root directory with > 40000 files, > 2000 directories (~9.5GB) in FAW, Npp freezes on my machine for ~10 seconds for each...

While preparing for testing [this PR](https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5853) I figured out that the plugin is causing npp to crash on exit. This does NOT happen if PoorMansTSqlFormatter is the ONLY plugin loaded,...

Those two packages would allow to easily script new lexers as well as create easily custom and even dockable dialogs.

Unlike executable files libraries do not use a main entry point, at least on Windows. No entry point means _vinit is not called at all, hence consts etc... do not...

Bug
Status: Confirmed
OS: Windows