Re: [Github-comments] [geany/geany] Buggy Cursor: It is visually offset from the position where it is actually located (#2217)

2019-07-14 Thread elextr
More than that matters, please always provide the version of Geany, Glib and GTK (see lines near the top of Help->Debug Messages). Also try a different font. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Buggy Cursor: It is visually offset from the position where it is actually located (#2217)

2019-07-14 Thread terric
When I open a new file and start typing, the visual line representing the cursor starts moving further away from the place where it is actually located. I can click somewhere and the line will move there, but when I start typing it is offset again. [Here's a Screen recording that shows the

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

2019-07-14 Thread Enrico Tröger
eht16 commented on this pull request. > @@ -36,6 +36,10 @@ #ifdef G_OS_UNIX #include +/* 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:

Re: [Github-comments] [geany/geany-plugins] scope: fixed misplaced '#define SCOPE_MAX_EVALUATE_EXPR_LENGTH' (#885)

2019-07-14 Thread LarsGit223
Merged #885 into master. -- 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/885#event-2481183545

Re: [Github-comments] [geany/geany] added a bibtex parser that extracts identifiers of entries in bib-fil… (#2212)

2019-07-14 Thread Skif-off
> I am not sure though if Latex keywords should be highlighted. I did not check how it works (if it works) :) But I think highlighting commented lines can be useful. > Maybe it would be better to add a bibtex lexer in the future? Maybe. -- You are receiving this because you are subscribed to

Re: [Github-comments] [geany/geany] when you reduce directory in the sidebar, hide equivalent tabs in the editor. (#2216)

2019-07-14 Thread LarsGit223
The workbench plugin has got an option in it's context menu labeled "Open all files in sub-directory" and "Close all files in sub-directory". So it does not work automatically on reducing/collapsing a sub-directory in the tree but it's still faster than closing each single file by hand. --