Re: [Github-comments] [geany/geany] Mention GTK 3 for the first time (#1780)

2018-02-24 Thread Colomban Wendling
b4n approved this pull request. Should be squashed, but LGTM -- 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/1780#pullrequestreview-99132939

Re: [Github-comments] [geany/geany-plugins] commander: use new plugin API. (#703)

2018-02-24 Thread Colomban Wendling
b4n requested changes on this pull request. I fail to see what value these changes give, given that the "old" API is fully functional (we spent some effort to make sure it'd still work flawlessly), and the new one, while nicer, doesn't provide any actual new feature this plugin would need.

Re: [Github-comments] [geany/geany] Mention GTK 3 for the first time (#1780)

2018-02-24 Thread elextr
@elextr pushed 1 commit. cabb606 Improve explanation -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1780/files/14f0f87d3643d20baa0f763e32cdee062b3dc4b5..cabb606087967e7d54b5d6de2e4a8bedcc9e6f07

Re: [Github-comments] [geany/geany] Mention GTK 3 for the first time (#1780)

2018-02-24 Thread Colomban Wendling
b4n commented on this pull request. > @@ -787,6 +787,9 @@ Building Plugins The geany-plugins autotools script automatically detects the installed system Geany and builds the plugins against that. +Plugins will build with the version of GTK2/3 that the detected +Geany was built with.

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread Matthew Brush
Can you re-rerun Geany passing `--g-fatal-warnings` argument and post this backtrace? -- 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/309#issuecomment-368277173

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread elextr
@Top-Dog did you actually mean version 1.23 ? -- 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/309#issuecomment-368277116

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread Sean
Hop this helps. I'm running geany via Bash on Win10 using Xming Server, so I could only attach to the running process. Might need to rebuild geany with -g flag? > (gdb) continue > Continuing. > > Program received signal SIGSEGV, Segmentation fault. > __strchr_sse2 () at

Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-24 Thread Matthew Brush
Would be useful if someone could [provide a backtrace](https://www.geany.org/Support/Bugs) since it will show where the crash happens. -- 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] GeanyLua: problem with SCI_MARKERNEXT and SCI_MARKERPREVIOUS (#706)

2018-02-24 Thread Skif-off
Closed #706. -- 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/706#event-1490587264

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread LarsGit223
@elextr: no, the changes are only regarding GTK3 and VTE compatibility. -- 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/697#issuecomment-368261597

Re: [Github-comments] [geany/geany-plugins] GeanyLua: problem with SCI_MARKERNEXT and SCI_MARKERPREVIOUS (#706)

2018-02-24 Thread Skif-off
@elextr Big thanks :) I knew, I knew that I missed something, something trivial! :)) [Here](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_sci.h#L93) uses ```SLT_INT``` type and I was wrong with marker number. I have fixed it, replaced ```1``` on ```0x2``` ```lua local n =

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread elextr
@Skif-off To be even more explicit, geany will still support gtk2, its just the changes in this PR make this plugin gtk3 only. Which is why I keep repeating myself that it should be a separate plugin so it leaves the GTK2 version available for those lucky people where it does not hang Geany.

Re: [Github-comments] [geany/geany] I would like Hangul code CP949 supports. (#1782)

2018-02-24 Thread elextr
Unfortunately iconv has no way of finding out what encodings are supported, so Geany has a hard coded list of fairly common ones that its hoped all iconvs support. Geany can also open files with encodings that are not in its list but detectable by iconv. Somebody might look at allowing

Re: [Github-comments] [geany/geany-plugins] GeanyLua: problem with SCI_MARKERNEXT and SCI_MARKERPREVIOUS (#706)

2018-02-24 Thread elextr
marker next and previous take a mask not a marker number [see](http://www.scintilla.org/ScintillaDoc.html#SCI_MARKERNEXT) -- 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 crashes if help is clicked in Plugin Manager (not on the first time) (#1781)

2018-02-24 Thread Matthew Brush
I did try that with several different 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/issues/1781#issuecomment-368242966

Re: [Github-comments] [geany/geany] Geany crashes if help is clicked in Plugin Manager (not on the first time) (#1781)

2018-02-24 Thread LarsGit223
Cannot re-produce it myself now. I am now on GTK2. Will try some time later again with 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/issues/1781#issuecomment-368242807

Re: [Github-comments] [geany/geany] Geany crashes if help is clicked in Plugin Manager (not on the first time) (#1781)

2018-02-24 Thread LarsGit223
Did you try enabling/disabling a plugin fast? (On-Off-On-Off-On-Off-On-Help ==> crash) -- 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/1781#issuecomment-368242218

Re: [Github-comments] [geany/geany] Geany crashes if help is clicked in Plugin Manager (not on the first time) (#1781)

2018-02-24 Thread Matthew Brush
I cannot reproduce here. Could [post a backtrace](https://www.geany.org/Support/Bugs) to see where it's crashing? -- 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-plugins] geanyctags: use new plugin API (#708)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/708 -- Commit Summary -- * geanyctags: use new plugin API -- File Changes -- M geanyctags/src/geanyctags.c (56) -- Patch Links --

[Github-comments] [geany/geany-plugins] devhelp: use new plugin API (#707)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/707 -- Commit Summary -- * devhelp: use new plugin API -- File Changes -- M devhelp/src/dhp-plugin.c (98) M devhelp/src/dhp-plugin.h (15) -- Patch

[Github-comments] [geany/geany-plugins] defineformat: use new plugin API (#705)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/705 -- Commit Summary -- * defineformat: use new plugin API -- File Changes -- M defineformat/src/defineformat.c (47) -- Patch Links --

[Github-comments] [geany/geany-plugins] debugger: use new plugin API (#704)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/704 -- Commit Summary -- * debugger: use new plugin API -- File Changes -- M debugger/src/plugin.c (57) -- Patch Links --

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread Skif-off
@LarsGit223 Thanks, I was confused by the [GP_CHECK_PLUGIN_GTK**3_ONLY**](https://github.com/geany/geany-plugins/pull/697/files#diff-c6ec9ad09f6351d19420270032720e7eR4). P.S. I use Xubuntu 17.10, but I compile on my own (I use [PR 1752](https://github.com/geany/geany/pull/1752)) and [I don't

[Github-comments] [geany/geany-plugins] commander: use new plugin API. (#703)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/703 -- Commit Summary -- * commander: use new plugin API. -- File Changes -- M commander/src/commander-plugin.c (60) -- Patch Links --

[Github-comments] [geany/geany] I would like Hangul code CP949 supports. (#1782)

2018-02-24 Thread iyagicom
I would like to add CP949 in encoding format support. Geany can not read Hangul CP949, which is higher than the EUC-KR we are currently supporting. I'm looking forward to it. -- 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] scope: port to GTK3. (#697)

2018-02-24 Thread LarsGit223
To be explicit: Geany will still support GTK2. It will not be dropped. -- 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/697#issuecomment-368228470

[Github-comments] [geany/geany] Geany crashes if help is clicked in Plugin Manager (not on the first time) (#1781)

2018-02-24 Thread LarsGit223
If I click on the help button in the Plugin Manager then it shows me the help for that plugin. This usually works fine. But if I enable and disable a plugin a few times and click on help after that, then geany will crash quite likely. This happens no matter if the plugin is using the old or

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread LarsGit223
@Skif-off: No. By default geany compiles/is built for GTK2. If you specify the option ```--enable-gtk3``` on build then it will be build for GTK3. Then only plugins would work with that version of geany which support GTK3. Which OS/distro do you use? Many linux distros support both GTK

[Github-comments] [geany/geany-plugins] codenav: use new plugin API. (#702)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/702 -- Commit Summary -- * codenav: use new plugin API. -- File Changes -- M codenav/src/codenavigation.c (58) -- Patch Links --

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread Skif-off
@LarsGit223 Sorry, I didn't understand :) Is Geany drop to support 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-plugins/pull/697#issuecomment-368226268

[Github-comments] [geany/geany-plugins] automark: use new plugin API (#701)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/701 -- Commit Summary -- * automark: use new plugin API -- File Changes -- M automark/src/automark.c (52) -- Patch Links --

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread LarsGit223
@Skif-off: no. As the PR is right now, it would only support 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-plugins/pull/697#issuecomment-368225208

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-24 Thread Skif-off
@LarsGit223 Why ```GP_CHECK_PLUGIN_GTK3_ONLY```? Is plugin don't support build with GTK2 now? -- 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/697#issuecomment-368225063

[Github-comments] [geany/geany-plugins] autoclose: use new plugin API (#700)

2018-02-24 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/700 -- Commit Summary -- * autoclose: use new plugin API -- File Changes -- M autoclose/src/autoclose.c (55) -- Patch Links --

[Github-comments] [geany/geany-plugins] addons: use new plugin API (#699)

2018-02-24 Thread LarsGit223
Switched to new plugin API: - moved all plugin API code to the end of file - therefore also some function declarations became needless and could be removed - added help function You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/699 --