[Github-comments] [geany/geany-plugins] scope: Improved evaluation on-hover (#823)
LarsGit223
notifications at xxxxx
Sat Jul 13 12:02:38 UTC 2019
LarsGit223 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
> If someone wants to start, I can provide the necessary GTK stack (i.e. the files we use for the nightly builds).
I added my own geany-plugins repo to Travis CI so I could start there without breaking Travis builds at geany for a probably longer time. I will create a branch for it. Yes - as offered in your previous comment - please provide the files for the nightly builds.
--
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_r303203088
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190713/b4f27d10/attachment.html>
More information about the Github-comments
mailing list