Re: [Github-comments] [geany/geany] Update of Traditional Chinese translation (#2009)

2018-12-06 Thread Frank Lanitz
@frlan pushed 1 commit. 6d70e49da7e4bbc66bc9dcb3302c474e570ba1b3 Correct version number on zh_TW.po -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/2009/files/737ef239a0af0116cc5af655df0e7be2680a0ef5..6d70e49da7e4bbc66

Re: [Github-comments] [geany/geany] Update of Traditional Chinese translation (#2009)

2018-12-06 Thread Frank Lanitz
Merged #2009 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/pull/2009#event-2009301615

Re: [Github-comments] [geany/geany-plugins] cannot install markdown plugin (#792)

2018-12-06 Thread RuinChristmas
Closed #792. -- 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/issues/792#event-2010031872

Re: [Github-comments] [geany/geany-plugins] cannot install markdown plugin (#792)

2018-12-06 Thread RuinChristmas
@elextr I wasn't able to install libwebkitgtk2. I installed libwebkitgtk-1.0 via apt-get but couldn't do the same with v2, downloaded the tar.gz but the build commands were not working so I'm giving up on this mission. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany-plugins] 'Debugger' plugin port to GTK3 with GTK2 compatibility (#791)

2018-12-06 Thread Benjamin Gaillard
bxgaillard commented on this pull request. > } g_list_free(modules); gtk_combo_box_set_active(GTK_COMBO_BOX(debugger_cmb), 0); /* arguments */ args_frame = gtk_frame_new(_("Command Line Arguments")); +#if GTK_CHECK_VERSION(3, 0, 0) + hbox = gtk_scrol

Re: [Github-comments] [geany/geany] Sync ctags main part (#1263)

2018-12-06 Thread Jiří Techet
@elextr I agree with @b4n - parsers cannot be updated one at a time unless you have these changes in the ctags core. And I agree with you it would be nice if this could be merged at the beginning of the release cycle so it can be tested. I haven't checked what has changed in ctags in the last tw

Re: [Github-comments] [geany/geany-plugins] cannot install markdown plugin (#792)

2018-12-06 Thread Colomban Wendling
@RuinChristmas it's *webkit2gtk*, not *webkitgtk2* if that matters: it's "WebKit2 for GTK" and not "WebKit for GTK2". On Debian Stretch, the relevant package is *libwebkit2gtk-4.0-dev*. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it o

Re: [Github-comments] [geany/geany] email to Email (#2005)

2018-12-06 Thread Frank Lanitz
Please go on. I will check for this fuzzy string before finishing ciycle. -- 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/pull/2005#issuecomment-445015537

[Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread GFdevelop
With lastest commits multi-line edit was broken, step to reproduce: shift+alt+left click **WORK** shift+alt+left click **NOT WORK** **alt+shift**+left click **DO NOTHING** shift+alt+left click **WORK AGAIN** shift+alt+left click **NOT WORK** ... -- You are receiving this b

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
Please post platform, version, glib and gtk version, Geany version. -- 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/2010#issuecomment-445020536

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread GFdevelop
platform: arch linux glibc: 2.28-5 gtk2: 2.24.32-1 geany: 1.34 (git >= 2fdf45730) I'm using AUR package because gtk2 version have more plugins. -- 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/i

Re: [Github-comments] [geany/geany-plugins] cannot install markdown plugin (#792)

2018-12-06 Thread elextr
@RuinChristmas did you mean to close or just hit the wrong button? -- 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/issues/792#issuecomment-445024103

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
alt+shift+click is on windows, on linux its ctrl+shift+click see [here](https://www.geany.org/manual/current/index.html#column-mode-editing-rectangular-selections) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gith

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread GFdevelop
I can use alt+shift or ctrl+shift but they have same results -- 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/2010#issuecomment-445025826

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
Its not intentional that they have the same result on Linux as the manual states. But yes I can confirm ctrl+shift+click no longer creates a column selection here with GTK 3 either. ctrl+shift+click works on a Geany with Scintilla 3.7.5 so its Scintilla 3.10. Ping @b4n this needs addressing pr

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread Colomban Wendling
Hum indeed that changed in 4.0/3.10: > On Linux, both for GTK+ and Qt, the default modifier key for rectangular > selection is now Alt. This is the same as Windows and macOS. This was changed > from Ctrl as window managers are less likely to intercept Alt+Drag for moving > windows than in the p

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
> window managers are less likely to intercept Alt+Drag for moving windows than > in the past. Which window managers were they smoking? Alt drag is move window on all Gnomic WMs AFAIK. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread GFdevelop
I can confirm that alt+drag work...but old behaviour is better. -- 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/2010#issuecomment-445032448

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread Colomban Wendling
@elextr GNOME and others are using Super by default nowadays. -- 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/2010#issuecomment-445033138

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread GFdevelop
With my window manager Mutter(Budgie) I can move window with Super+Drag or Alt+F7+move mouse. -- 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/2010#issuecomment-445034480

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
@b4n so we need a https://www.scintilla.org/ScintillaDoc.html#SCI_SETRECTANGULARSELECTIONMODIFIER call somewhere I guess. -- 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/2010#issuecomme

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread Colomban Wendling
I must say I like the new default, because it's consistent with the binding for creating rectangular selections with the keyboard (Alt+Shift+Up, Alt+Shift+Down, etc.). But I agree that we should revert to the long-time previous default, and if want to change it add an option. @elextr I'm on it

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
> add an option. Can be 1.35 since we are in 1.34 string freeze as I belatedly found out :grin: -- 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/2010#issuecomment-445035748

[Github-comments] [geany/geany] Revert to previous modifier for creating rectangular selections (#2011)

2018-12-06 Thread Colomban Wendling
This is the default since forever, so don't change it on the users, no matter what is the new default in Scintilla 3.10.0. Fixes #2010. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2011 -- Commit Summary -- * Revert to previous modifie

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread Colomban Wendling
@elextr @GFdevelop could you please test #2011 and verify it works as expected for you? -- 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/2010#issuecomment-445036630

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread GFdevelop
> I must say I like the new default, because it's consistent with the binding > for creating rectangular selections with the keyboard (Alt+Shift+Up, > Alt+Shift+Down, etc.). But I agree that we should revert to the long-time > previous default, and if want to change it add an option. > > @elext

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread Colomban Wendling
> I can't choose between old or new, is possible to keep both? I don't think it's currently possible to allow both at the same time. However, we can at least add a setting later for selecting the preferred one. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] Revert to previous modifier for creating rectangular selections (#2011)

2018-12-06 Thread elextr
Works for me GTK3 -- 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/pull/2011#issuecomment-445038175

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread GFdevelop
> @elextr @GFdevelop could you please test #2011 and verify it works as > expected for you? @b4n it work!!! -- 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/2010#issuecomment-445041654

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
@GFdevelop just to confirm thats on GTK 2 -- 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/2010#issuecomment-445041871

Re: [Github-comments] [geany/geany] Revert to previous modifier for creating rectangular selections (#2011)

2018-12-06 Thread elextr
Works for the OP of #2010 (presumably still with GTK2) -- 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/pull/2011#issuecomment-445043624

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread Thomas Martitz
On KDE alt+drag moves windows, windows+drag does nothing. -- 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/2010#issuecomment-445049870

Re: [Github-comments] [geany/geany-plugins] cannot install markdown plugin (#792)

2018-12-06 Thread RuinChristmas
Reopened #792. -- 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/issues/792#event-2011152530

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread elextr
Same on Cinnamon, so looks like its only Gnome thats egregiously changed the default to use the __Windows__ key :) -- 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/2010#issuecomment-44506

Re: [Github-comments] [geany/geany] Multi line edit not work (#2010)

2018-12-06 Thread Matthew Brush
Yeah, Alt+drag has been standard on X for probably more than 30 years and it still used by all non-crummy desktops AFAIK. -- 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/2010#issuecommen

Re: [Github-comments] [geany/geany-plugins] cannot install markdown plugin (#792)

2018-12-06 Thread RuinChristmas
Closed #792. -- 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/issues/792#event-2011381214

Re: [Github-comments] [geany/geany-plugins] cannot install markdown plugin (#792)

2018-12-06 Thread RuinChristmas
@b4n Thank you, i just mistyped but with your advice I was able to get libwebkit2gtk-4.0-dev via apt-get @elextr and others thank your for your help. I then did ``` ./configure --enable-markdown make sudo make install ``` and it worked and I now have the markdown preview! -- You are r