chcg

Results 464 comments of chcg

@Benur21 You should see something like: > Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)] > Initialisation took 4156ms > Ready. > >>> help > Type...

@Benur21 Thanks for tracking down the issue to be a duplicate of #112. Interestingly the number of the emergency call ;-) @sasumner https://en.wikipedia.org/wiki/112_(emergency_telephone_number)#E112

See https://github.com/bruderstein/PythonScript/releases/tag/v1.5.2 for a version compatible with the current N++ 7.8 release. Pythonscript will be also available again with the next N++ release from PluginAdmin.

Currently this is limited by https://github.com/bruderstein/PythonScript/blob/f941c7f1542d9b9c49cd79fea227efbb447e2c72/PythonScript/src/MenuManager.h#L151 with https://github.com/bruderstein/PythonScript/blob/7b38cb46024be88faf2fd4c97b90a586cda1a092/PythonScript/src/PythonScript.h#L6 Probably this could be also done dynamically.

@pidgeon777 Could you add a step by step description. Currently I don't understand what you want to do. Seems you are trying to run multiple python scripts. Did you assign...

@Benur21 See also https://scintilla.sourceforge.io/Lexer.txt at the section: Special case: Folding - For which file type do you use the script. The output seems to depend on the lexer used. -...

@J-P- Which version of PythonScript is used ? Latest 1.3? There was a fix with #60 for unicode script names, but that fix probably doesn't cover unicode chars in the...

See also #120. Would be easier to change with some help of @bruderstein to be able to change to a github pages version.

@bruderstein Nice to see you having a look at it. I hope your are fine. It would be also possible to still use sourceforge if you are willing to maintain...

From a first look it seems there is no notification from N++ that the icon set size has changed and appropriate ones should be provided by the plugins, see https://npp-user-manual.org/docs/plugin-communication/#nppm-addtoolbaricon...