chcg

Results 464 comments of chcg

@Yaron10 Which Windows version do you use? In my case Win10 I get a popup to select the program which should be used to open the local help files.

@Yaron10 Thanks for the hint with version 1.5.1. Indeed I did a wrong path change in https://github.com/bruderstein/PythonScript/blob/master/PythonScript/src/HelpController.cpp. ` ::ShellExecute(m_hNotepad, L"open", pszOut, helpFile.c_str(), NULL, SW_SHOWNORMAL); ` seems to cause the problem...

With https://github.com/bruderstein/PythonScript/releases/tag/v1.5.2 the path matches to the changed structure. Just one zip package could be downloaded by PluginAdmin and all the data is extracted to /plugin/pythonscript. So also the doc...

As sasummer shows, if the help files are at the right place the local ones are used. This was changed with https://github.com/bruderstein/PythonScript/issues/96. This should also work for portable installations if...

@Benur21 Is the index.html file available at the mentioned path?

@terrdavis Which version of N++ do you use? And how did you install pythonscript? PluginAdmin, msi, manually (or outdated PluginManager)? Why should it be under plugins/PythonScript/doc/PythonScript/index.html ? See https://github.com/bruderstein/PythonScript/commit/9151d2e7fd84cb108e970e44dd49622d9a904153#diff-4050033fc9a8fd823c3c60bde4598a80, so...

@terrdavis Checked the config file for the installer and there is an additional subdir PythonScript below doc at: https://github.com/bruderstein/PythonScript/blob/master/installer/PythonScript.wxs#L52 and https://github.com/bruderstein/PythonScript/blob/master/installer/changeDirHtmlDoc.xsl#L4 Thanks for your test.

I needs to be checked what is the current state for this. Maybe fixed with https://github.com/bruderstein/PythonScript/pull/51 and the GIL fixes there.

Adding the double click action to remove the entries makes sense. I'm also thinking that double clicking to insert might be a little bit confusing. Drag&Drop is also nice to...

About the version I didn't look deep enough into the bin folder and just saw the last commit at the level above: > [Update Universal CTags to v6.1.0](https://github.com/pnedev/nppgtags/commit/4a2a7df9d97572ee12bb3bd1a16651da27ab6754) For GTags...