Oleg Shilo
Oleg Shilo
OK then. I understand your concerns. Then I after finishing with CS-Script plugin x64 migration and will release a standalone NppPlugin.Host package as a derivative from your project. Now, abut...
Not a problem. This is the content of the missing description file" `NotepadPPGateway.cs` ```C# - Win32.SendMessage(PluginBase.nppData._nppHandle, (uint)NppMsg.NPPM_GETFULLCURRENTPATH, 0, path) + Win32.SendMessage(PluginBase.nppData._nppHandle, (uint)NppMsg.NPPM_GETFULLCURRENTPATH, path.Capacity, path); ``` `ClikeStringArray.cs` ```C# - public ClikeStringArray(int...
It's not only CS-Script. The changes to the hosting model in 7.5.7 affect every plugin with complext file structure. Even PluginManager is facing some issues (I talked to them). Anyway...
No 32bit plugin manager does not use GitHub for hosted repo but a custom one. And this custom x86 repo at "https://npppm.bruderste.in/plugins" is not updated as quickly as the x64...
You can. You only need to make your class `Summer` public. . . . As a side note please use https://github.com/oleg-shilo/cs-script repository. This one is no longer active.
It will require changing the fila extension handling algorithm of the extension. But... I like the idea nd making the issue inti "Enhancement". Will implement it in the next release
I have moved your post to a more appropriate thread: https://github.com/oleg-shilo/CS-Script.VSIX/issues/1 I have posted the fix suggestion there.
It's not stright forward:  Will need some time to look at it
Thank you. Done. https://www.nuget.org/packages/CS-Script.Core/1.3.1
My bad. Done