chcg

Results 464 comments of chcg

Ideas on this task from Claudia: > > > > Hast du noch ein paar nette Ideen zum Umstieg auf Python 3? Mit Boost 1.68 sollte der möglich sein. >...

Most of the unit tests are already running. I just added the correction to use the python modules provided with the plugin installation. So I think you could already start...

@Ekopalypse Did you use 3.0.0 or already 3.0.1? 3.0.1 should fix the problem starting with the locally provided python modules from the pythonscript zip file.

@Ekopalypse Good news that 3.0.1 fixed what was expected to be fixed. - pip within the provided package would be of interest I think. The only issue I see is...

See https://github.com/notepad-plus-plus/notepad-plus-plus/blob/ade01204c8800c6117bdc72eb476de4226adf4fa/PowerEditor/src/WinControls/PluginsAdmin/pluginsAdmin.cpp#L455 and https://github.com/notepad-plus-plus/wingup/blob/master/src/winmain.cpp#L957 what happens on a update. So from my understanding the existing dir is moved to backup, replaced by the zip and on success the backup is...

I did a similar change: ` raw = std::string(PyBytes_AsString(o.ptr()));` for the byte case. The else case is probably not working any more. The issues which I faced with this are...

@ghost I think I don't understand why gists are discoverable afterwards. Could you explain please.

@webketje The available notifications are defined by N++ itself, see https://github.com/bruderstein/PythonScript/blob/master/NppPlugin/include/Notepad_plus_msgs.h#L472-L614 , so this can't be changed just at python plugin side and would require a feature request for N++...

@Benur21 How is this related to #100 ? Is the x64 version working for you and just the 32bit x86 version shows this exception messages? I haven't observed this yet.

@Benur21 Was just wondering why this should be a x86 only problem. Maybe is related to #21 Where is the plugin dll located in your case? At %APPDATA% or under...