chcg

Results 464 comments of chcg

@zeon2017 N++ 7.4.1 (32bit) is still bundled with PM v1.3.5 and the update is just done to version 1.4.5, but not v1.4.9. Do you observe this? @bruderstein Hi Dave, could...

These are two requests from my understanding: - key shortcut is not functional if the console window has focus. I think that needs to be checked and if possible be...

Fix will be part of https://peps.python.org/pep-0706/ in 3.12 with backports (see https://github.com/python/cpython/issues/102950)

Unsure if this is a PS topic or one for scintilla. @alankilborn Why do you think there is no change for X999 where the else case m.group(0) is used for...

That sounds strange. If you have no own icons, why should you then want to set one? You could find some examples here: https://github.com/bruderstein/PythonScript/tree/master/PythonScript/res They are compiled as resources into...

So you didn't get what the usage section of the docu mean: > To edit the script, just hold Ctrl down and click the script in the Scripts menu. >...

@Ekopalypse I think there was one issue remaining here. Currently it seems just .bmp icons are working fine but not .ico. I wanted to take a closer look at that...

See https://github.com/bruderstein/PythonScript/blob/50fd4982307041efa963788d6d352c398039f406/PythonScript/src/PythonScript.cpp#L482-L487 From plugin perspective Ctrl+Shortcutkey, Mouseclick menuitem with script and Mouseclick menuitem with script+Ctrl all are connected just the call of the script function from N++ and is not...

Seems issue is caused by exception handling at: https://github.com/bruderstein/PythonScript/blob/5e4c291e54302f022d7c138e794e9d95d0a0d3f4/PythonScript/src/PythonConsole.cpp#L313 after exit(), quit(), sys.exit() triggers the exception boost::python exception: > Ausnahme ausgelöst bei 0x00007FFCC8E9CF19 in notepad++.exe: Microsoft C++-Ausnahme: boost::python::error_already_set bei Speicherort...

@PatchaIT Which combination of N++ and PythonScript version do you use on which Windows version and bitness? And how does N++ tell you that the plugin is no longer compatible?