Re: [Github-comments] [geany/geany] Keep current line highlighted when Geany loses focus; "eat" first click [ENHANCEMENT] (#1528)

2017-10-22 Thread elextr
@LeeteqXV the line the mouse points at is not highlighted in any way. It is not a capability of the underlying [Scintilla](www.scintilla.org) editing widget so it would have to be added there first, though I really can't think of a use-case for it. To scroll the edit window with the scroll whe

Re: [Github-comments] [geany/geany] Poor font rendering in Windows FullHD 150% font size (#1655)

2017-10-22 Thread elextr
Yes thats GTK-2, GTK-3 I believe supports high DPI better. If you can build Geany you could try it with GTK-3, but its kinda complex to do on Windows. -- 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

Re: [Github-comments] [geany/geany] Multi-edit mode feature or plugin? (#1656)

2017-10-22 Thread elextr
No Geany does not support multiple selection/insertion points. It is a capability of the underlying editor, widget Scintilla, but cannot be added by a plugin because none of the code in the main program supports more than one selection/insert point so it would only work with some functions and

Re: [Github-comments] [geany/geany] Incorrect type highlight in presence of macros (#1654)

2017-10-22 Thread Colomban Wendling
Tricky preprocessor :) The thing is that it would be perfectly valid to have `struct BLEH foo` in your example, esp. as it expands to nothing. Meh. Maybe you could try current Universal-CTags that has a totally new C and C++ parser, it would be interesting to see what the stock behavior is here

Re: [Github-comments] [geany/geany] Confusing translation of "reflow" (#1639)

2017-10-22 Thread PICCORO Lenz McKAY
and in fact in English "reflow" make alusion abour fluids, same in spanish as said @ncabanes , but s i just said, in spanish too many ides take the "reestructurar" as code format and identation... that's not the case here, so many users may take in confusion again that translation, so in conclus

Re: [Github-comments] [geany/geany] Confusing translation of "reflow" (#1639)

2017-10-22 Thread PICCORO Lenz McKAY
in spanish too many ides take the "reestructurar" as code format and identation... that's not the case here, so many users may take in confusion again that translation -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https:/

Re: [Github-comments] [geany/geany] Confusing translation of "reflow" (#1639)

2017-10-22 Thread Nacho Cabanes
In Spanish, "reestructurar" sounds acceptable to me. Quite better than "reflujo", which is related to fluids and digestive disorders. -- 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/issues/1639

[Github-comments] [geany/geany] Poor font rendering in Windows FullHD 150% font size (#1655)

2017-10-22 Thread Nacho Cabanes
I'm afraid this might be more related to GTK than Geany itself, but still... Most of the computers I use have a 1366x768 screen resolution, and Geany is perfectly usable in them. But one of then has a FullHD screen in which text is too small, so I have set the Windows font size to 150%. Most app

[Github-comments] [geany/geany] Multi-edit mode feature or plugin? (#1656)

2017-10-22 Thread Leeteq.XV
Is there a plugin or function that enable multiple edit points/cursors in the same file? ("Multi-edit-mode" as one of the plugins for the gedit editor provides?) In large files, I would like to set maaany edit points that would get their insertion point highlighted with the color setting of the

Re: [Github-comments] [geany/geany] Keep current line highlighted when Geany loses focus; "eat" first click [ENHANCEMENT] (#1528)

2017-10-22 Thread Leeteq.XV
IMHO, it would be very practical to see instantly exactly where one is editing also when the window is out of focus (not the active window). "Focus follow cursor" is sometimes also practical, but only as long as it does not actively move the cursor insertion point, only highlights the lines bein

[Github-comments] [geany/geany] Incorrect type highlight in presence of macros (#1654)

2017-10-22 Thread Matthew Brush
# Description If you add some macros into a type definition (ex. struct, enum, etc), the last token before the opening brace of the definition seems to be taken as the type name. I guess this is a bug in old `c.c` ctags parser. # Example ```c #define BLEH struct foo BLEH { int _; }; ``` Here,

Re: [Github-comments] [geany/geany-plugins] geanylatex: renamed to latex (#632)

2017-10-22 Thread LarsGit223
LarsGit223 commented on this pull request. > @@ -53,7 +53,7 @@ \dedication{\normalsize \textbf{Note:} Please note that this document has been created on \today. If you are using a devel version from GIT, please compile and check -\texttt{doc/geanylatex.tex} from sources. Please check Page \

Re: [Github-comments] [geany/geany-plugins] geanylatex: renamed to latex (#632)

2017-10-22 Thread Frank Lanitz
frlan commented on this pull request. > @@ -53,7 +53,7 @@ \dedication{\normalsize \textbf{Note:} Please note that this document has been created on \today. If you are using a devel version from GIT, please compile and check -\texttt{doc/geanylatex.tex} from sources. Please check Page \pager

Re: [Github-comments] [geany/geany-plugins] Improve/fix some things related to the utils library (#631)

2017-10-22 Thread Frank Lanitz
Merged #631. -- 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/631#event-1304448312

Re: [Github-comments] [geany/geany-plugins] Improve/fix some things related to the utils library (#631)

2017-10-22 Thread Frank Lanitz
Currently I don't think we should offer this outside the g-p project. There are a bunch of plugins not even known to me having their own little helper functions. We might could think about migrating some of the functions later to Geany's plugin interface -- You are receiving this because you a

Re: [Github-comments] [geany/geany-plugins] workbench: import Geany project data (#634)

2017-10-22 Thread Frank Lanitz
Merged #634. -- 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/634#event-1304446315