chcg
chcg
@sasumner With which version of the plugin? python2.7 aka 1.5.4 or a python3 beta release?
@wuwao1 What version of pythonscript and N++ did you use?
Repeated notepad.messageBox() and notepad.prompt() window appearances should be in the same position
Realized via https://github.com/bruderstein/PythonScript/blob/3e0245161d87806a6c0bfad72dfcba72d8e7dcc3/PythonScript/src/NotepadPlusWrapper.cpp#L714, so I'm not aware of a parameter to determine the position for https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messageboxa . Seems it might be possible with some extra code: https://stackoverflow.com/questions/55150622/how-to-change-messagebox-position-in-c @sasumner Do you...
Issue could be reproduced with N++ 7.9.1 + alpha 3.0.5. Further examples which also cause the issue see https://docs.python.org/3/library/multiprocessing.html.
@Jzhenli What do you mean with 3rd python lib? Python version 3, e.g. https://www.python.org/downloads/release/python-394/?
In config dialog you have to check that your local installation is preferred, see  The python environment coming with this plugin doesn't contain pip, so installation of additional python...
That feature got broken with the switch to scintilla 5.x used by N++ 8.4 and later. @dejudicibus Which combination of versions of pythonscript plugin and N++ do you use?
See release notes for https://github.com/bruderstein/PythonScript/releases/tag/v2.0.0. Just N++ up to 8.3.x is supported. N++ 8.4.x contains scintilla versions 5.x with a big change how lexers are handled. Unfortunately just pythonscript 3.0.x...
Pythonscript just registers a bmp bitmap at N++ by default. Probably also ico files are also needed and darkmode needs to be also checked. Via user defined icons that might...
See https://github.com/sergey-shandar/getboost/issues/43, currently no nuget packet seems to be available for boost python which is correctly build against python 3. Initial test branch created at https://github.com/chcg/PythonScript/tree/python36_test. See also http://python3porting.com/cextensions.html