Re: [Github-comments] [geany/geany-plugins] fix typo (#595)

2017-08-12 Thread Frank Lanitz
Merged #595. -- 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/595#event-1203552473

Re: [Github-comments] [geany/geany-plugins] codenav: switch to header/implementation switches to wrong file (#594)

2017-08-12 Thread Mike Blumenkrantz
Perhaps my example was too simplistic; the point isn't that I expect the plugin to be looking for the compile-time include directories, it's that there are some cases where the current behavior is 99% guaranteed to be wrong. If I am working on some project in a directory such as $HOME/src/projec

Re: [Github-comments] [geany/geany] Win10: Mouse pointer not scaled to desktop (#1571)

2017-08-12 Thread Colomban Wendling
Interesting, that suggests there's some weird thing happening with Scintilla's use of cursors then maybe. @gigadude could you give us the debug info (Geany/GTK/GLib version, etc.), available via *Help → Debug Messages*? Also, are all your monitors scaled the same? If not, does the same happen i

Re: [Github-comments] [geany/geany-plugins] codenav: switch to header/implementation switches to wrong file (#594)

2017-08-12 Thread elextr
> the point isn't that I expect the plugin to be looking for the compile-time > include directories, As I said above, the compile time include directories (the -I options to the C compiler) are not known by Geany or the plugin, so it can't work like that. In fact the plugin doesn't even know

[Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-12 Thread elextr
Test to fix Travis, do not merge unless Travis passes You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/597 -- Commit Summary -- * Update travis to system with c++11 compiler -- File Changes -- M .travis.yml (2) -- Patch Links

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-12 Thread elextr
@elextr pushed 1 commit. 997383f Update required package to version available in Trusty -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany-plugins/pull/597/files/69a271dca7d4b5424f0f43b19c51e9a368ae26b2..997383f1d042dbc854daa7

Re: [Github-comments] [geany/geany-plugins] Update travis to system with c++11 compiler (#597)

2017-08-12 Thread elextr
Ok, the Travis failure is nothing to do with this change, should be ok to merge. @eht16 add-ons seems to fail cppcheck? -- 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/597#issueco

Re: [Github-comments] [geany/geany] Win10: Mouse pointer not scaled to desktop (#1571)

2017-08-12 Thread elextr
@b4n Scintilla just uses [GDK cursors](https://github.com/geany/geany/blob/adc22a453b546b05f507fd6522ea13f3a92943c2/scintilla/gtk/PlatGTK.cxx#L1127), so its probably affected by GTK2's lack of hidpi support. -- You are receiving this because you are subscribed to this thread. Reply to this emai