[Github-comments] [geany] Add error reporting for opening URIs on Windows (#937)

Enrico Tröger notifications at xxxxx
Sun Mar 6 10:21:11 UTC 2016


Before it silently failed if there was any error. Now at least a
console warning is logged.

The TODO is meant for post-1.27 to add a GUI message box or a log entry in the Status messages window to tell the user about the error. But since we are in string freeze, add at least a console warning.

I noticed the `plugin_help` functionality of some plugins is broken on Windows because the affected plugins use DOCDIR to construct the URL to the local help file. But on Windows we need some more advanced logic, probably based on `app->docdir` or so.

This log message helps identifying those problems.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/937

-- Commit Summary --

  * Add error reporting for opening URIs on Windows

-- File Changes --

    M src/win32.c (10)

-- Patch Links --

https://github.com/geany/geany/pull/937.patch
https://github.com/geany/geany/pull/937.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/937
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160306/d454c4f8/attachment.html>


More information about the Github-comments mailing list