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

Enrico Tröger notifications at xxxxx
Sat Jul 13 11:38:13 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

Thanks for #885.
Regarding Windows Travis builds: my comment https://github.com/geany/geany-plugins/pull/787#issuecomment-438838305 is still true. It is possible just needs some work and probably lots of trial-and-error.

-- 
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_r303202499
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190713/c3dcc3b0/attachment-0001.html>


More information about the Github-comments mailing list