chcg
chcg
@alankilborn Updated the comment. It was just an internal note from a first code inspection. If you want to create a PR your welcome.
I also don't observe the described behaviour with PS 1.1.0.0 for 32bit and 64bit on 7z local installations of N++ 7.5.6. But I observed a wrong path the first time...
@sasumner Did this issue happen again to you? Or could it be closed as not reproducible.
Docu is generated from e.g. https://github.com/bruderstein/PythonScript/blob/1e090b73d025ceae90951f34157caffdaef22295/PythonScript/src/Scintilla.iface#L1184-L1185 , so it would be nicer to have this corrected by scintilla itself.
@Gitoffthelawn - Unfortunately there seems to be no one who can modify http://docs.notepad-plus-plus.org/index.php?title=Plugin_Central ( as it is really outdated in almost all aspects it shouldn't be used any longer and...
@Gitoffthelawn The replacement of Plugin Central is more or less the builtin PluginAdmin of N++ (since 7.6.x) , with the plugin lists maintained at https://github.com/notepad-plus-plus/nppPluginList/tree/master/src
@mcow I have access rights to this github repo, but not to the previous sourceforge account of Dave. He is still around, but far less active compared to 2017 and...
@Yaron10 With which version of the plugin. Could you also paste as short example code which triggers this issue. Is it just the displaying of the error message or is...
Unfortunately that is not wrong, but just the short path name (https://msdn.microsoft.com/en-us/library/windows/desktop/aa364989(v=vs.85).aspx) of the file used behind the scenes to access unicode file names/path, because direct input of the unicode...
Let's keep it open, but currently I see no easy fix based on python 2.7. Maybe some deeper inspection of the python sourcecode gives some hints, if UTF-8 filenames are...