[Github-comments] [geany/geany-plugins] scope: Improved evaluation on-hover (#823)

Enrico Tröger notifications at xxxxx
Sun Jul 14 20:54:53 UTC 2019


eht16 commented on this pull request.



> @@ -36,6 +36,10 @@
 #ifdef G_OS_UNIX
 #include <fcntl.h>
 
+/* The maximum length of an expression for evaluating the value.
+   (Including the string terminator '\0') */
+#define SCOPE_MAX_EVALUATE_EXPR_LENGTH 256

Here we go:
https://download.geany.org/contrib/gtk/gtk%2B-bundle_2.24-plugins-dependencies.tar.gz
This is a tarball with GTK2 Windows binaries as well as available libraries needed by several plugins. Those libraries are currently used for the nightly builds.
As a start, I hacked a little build script: https://www.geany.org/p/ZnQOw/
This is not nice but should show how it works. I guess https://github.com/geany/geany/blob/master/scripts/cross-build-mingw.sh could be a good base to start with and just adjust it for G-P.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/823#discussion_r303260843
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190714/0c76b130/attachment.html>


More information about the Github-comments mailing list