Re: [Github-comments] [geany/geany-plugins] travis: Run distcheck as well (#798)

2018-12-04 Thread elextr
@b4n, your Travis failed!!! :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-plugins/pull/798#issuecomment-444012087

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

2018-12-04 Thread elextr
@b4n @frlan are you going to wait for the maintainer or will you merge for 1.34? -- 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/791#issuecomment-444038594

Re: [Github-comments] [geany/geany-plugins] debugger (#758)

2018-12-04 Thread Benjamin Gaillard
This is a PR waiting to be approved/merged regarding this issue: #791. You can use that if you need the plugin. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2018-12-04 Thread Colomban Wendling
Please don't merge string changes after the string freeze; now we need to update all po files manually to keep on translating this string. This is a good catch, but should have landed after the release or before the string freeze. -- You are receiving this because you are subscribed to this

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

2018-12-04 Thread Colomban Wendling
@frlan should we manually update all those string, hopefully being able to add the caps if it's not there? (I can probably do that for ASCII-ish languages, probably not for others). Or should we revert the change? Or should we just update the .po files hope that already updated translations

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

2018-12-04 Thread Colomban Wendling
b4n commented on this pull request. > - GdkPixbuf *GSEAL (pixbuf_enabled); - GdkPixbuf *GSEAL (pixbuf_disabled); - GdkPixbuf *GSEAL (pixbuf_conditional); - GdkPixbuf *GSEAL (pixbuf_file); + GdkPixbuf *pixbuf_enabled; + GdkPixbuf *pixbuf_disabled; + GdkPixbuf *pixbuf_conditional; +

Re: [Github-comments] [geany/geany] Add option to "Open files on read-only mode" (#1987)

2018-12-04 Thread wiwwo
Yup, that makes perfect sense! :-) It would be cool to have it as a "less hidden" config IMHO, but i trained my cats not ot walk on keyboard when i am using Geany, so for me problem solved :-D ;-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly

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

2018-12-04 Thread elextr
Oh well, no debugger for Debian and descendants with 1.34. Note that @LarsGit223 reviewed and presumably tested and he is scope maintainer. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Geany 1.33 for Windows nearly every month crashes. (#2000)

2018-12-04 Thread Mikhail
@eht16 ``` Program received signal SIGSEGV, Segmentation fault. 0x6c55e3a9 in ?? () from C:\Program Files (x86)\Geany\bin\libgdk-win32-2.0-0.dll (gdb) thread apply all bt full Thread 809 (Thread 20896.0x4cfc): #0 0x77011f76 in ntdll!ZwWaitForWorkViaWorkerFactory () from

Re: [Github-comments] [geany/geany-plugins] travis: Run distcheck as well (#798)

2018-12-04 Thread Colomban Wendling
@b4n pushed 1 commit. ccf576d941dd1d18e1fabcae967703a8b6e64356 utils: Fix distribution of gp_gtkcompat.h -- You are receiving this because you are subscribed to this thread. View it on GitHub:

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

2018-12-04 Thread Colomban Wendling
I did work on the debugger plugin and am willing to look at this, but I won't have time for 1.34 -- 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/791#issuecomment-444090762

Re: [Github-comments] [geany/geany] Geany 1.33 for Windows nearly every month crashes. (#2000)

2018-12-04 Thread elextr
@NTMan thanks, unfortunately it shows that its in GTK, the crash is in thread 1 according to the address of the segv, and thread 1 shows no Geany code except the startup that calls GTK. Since there is no Geany code in the traceback which might have provided some idea what was happening, really

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

2018-12-04 Thread Benjamin Gaillard
An IDE without a debugger, blocked in this state for the lifetime of the next stable Debian release, that would be very sad. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] travis: Run distcheck as well (#798)

2018-12-04 Thread Colomban Wendling
@elextr oh, no! What will I do! :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-plugins/pull/798#issuecomment-444084942

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

2018-12-04 Thread LarsGit223
@elextr, @b4n: Yes, I reviewed this. I have to admit that I never wrote a debugger myself. But the things changed here only apply to the GUI, not to the debugger related internals. I tested the following: - building under Ubuntu with GTK2 and 3 - simple test under Ubuntu with GTK2 and 3: run a

Re: [Github-comments] [geany/geany-plugins] travis: Run distcheck as well (#798)

2018-12-04 Thread Colomban Wendling
Merged #798 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/798#event-2004994587

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

2018-12-04 Thread Colomban Wendling
b4n requested changes on this pull request. Looks mostly OK and harmless, although I'm not fond of the style used to support both GTK versions. There's a few suspicious thing around the end though. > return; + + g_object_get_property(G_OBJECT(cell), "is-expander",

[Github-comments] [geany/geany] Update of Slovak translation (#2004)

2018-12-04 Thread Andrej Herceg
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2004 -- Commit Summary -- * Update of Slovak translation -- File Changes -- M po/sk.po (30) -- Patch Links -- https://github.com/geany/geany/pull/2004.patch

Re: [Github-comments] [geany/geany] Update of Slovak translation (#2004)

2018-12-04 Thread Frank Lanitz
Merged #2004 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/2004#event-2005209360

Re: [Github-comments] [geany/geany] Improve goto-symbols popup (#1445)

2018-12-04 Thread Thomas Martitz
@b4n are we good to go? -- 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/1445#issuecomment-444258483

Re: [Github-comments] [geany/geany] Add path to goto definition/declaration popup (#1069)

2018-12-04 Thread Colomban Wendling
Closed #1069 via #1445. -- 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/1069#event-2005586109

Re: [Github-comments] [geany/geany] Improve goto-symbols popup (#1445)

2018-12-04 Thread Colomban Wendling
Merged #1445 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/1445#event-2005586108

Re: [Github-comments] [geany/geany] Add option to "Open files on read-only mode" (#1987)

2018-12-04 Thread Thomas Martitz
I think your use case is already covered: 1) When opening files within Geany you can click the "View" button instead of "Open" in the dialog. This will open the file in read-only mode. 2) When opening files from the command line you can add the -r parameter, making Geany open all files

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

2018-12-04 Thread elextr
elextr commented on this pull request. > - GdkPixbuf *GSEAL (pixbuf_enabled); - GdkPixbuf *GSEAL (pixbuf_disabled); - GdkPixbuf *GSEAL (pixbuf_conditional); - GdkPixbuf *GSEAL (pixbuf_file); + GdkPixbuf *pixbuf_enabled; + GdkPixbuf *pixbuf_disabled; + GdkPixbuf *pixbuf_conditional; +

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

2018-12-04 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2005 -- Commit Summary -- * email to Email -- File Changes -- M data/geany.glade (2) -- Patch Links -- https://github.com/geany/geany/pull/2005.patch

[Github-comments] [geany/geany] Update da.po to 1.34 (#2006)

2018-12-04 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2006 -- Commit Summary -- * Update da.po to 1.34 -- File Changes -- M po/da.po (89) -- Patch Links -- https://github.com/geany/geany/pull/2006.patch

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

2018-12-04 Thread elextr
Merged #2005 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/2005#event-2005804597

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

2018-12-04 Thread elextr
@scootergrisen good catch -- 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-444306322

Re: [Github-comments] [geany/geany] Improve goto-symbols popup (#1445)

2018-12-04 Thread Colomban Wendling
Yep, thanks :) -- 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/1445#issuecomment-444274695

Re: [Github-comments] [geany/geany] Improve goto-symbols popup (#1445)

2018-12-04 Thread Thomas Martitz
Awesome, thanks! -- 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/1445#issuecomment-444275376

Re: [Github-comments] [geany/geany] geany 1.32 freezes (#1982)

2018-12-04 Thread Thomas Martitz
Not much we can do, it's up to the OS to schedule I/O. -- 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/1982#issuecomment-444277045

Re: [Github-comments] [geany/geany] geany 1.32 freezes (#1982)

2018-12-04 Thread Thomas Martitz
Closed #1982. -- 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/1982#event-2005606180

[Github-comments] [geany/geany] Missing size data to Windows installer (#2007)

2018-12-04 Thread scootergrisen
In Windows 7 control panel where you can see a list of installed applications you can se info in columns like name publisher installation date size and version. For Geany 1.33 there is no data for the size column. So i suggest adding the size info. -- You are receiving this because you are

[Github-comments] [geany/geany] Add translations for Windows installer (NSIS) (#2008)

2018-12-04 Thread scootergrisen
For a more fully translated experience the translations for the NSIS Windows installer could be included. And then have .nsi files for people to translate the strings that are specific to Geany. -- You are receiving this because you are subscribed to this thread. Reply to this email directly