Re: [Github-comments] [geany/geany] in some cases, Geany doesn't detect file has been overwritten (#2133)

2019-04-28 Thread elextr
> I get the reload indicator if ./tempdir/file1 is more recent than ./file1 > (and ./file1 is open in Geany). Isn't that the situation with your reproduce instructions in the OP, `temp/file1` is created after `./file1`? Which is why it worked for me. If its the other way around and the file

Re: [Github-comments] [geany/geany] in some cases, Geany doesn't detect file has been overwritten (#2133)

2019-04-28 Thread elextr
> The additional problem I'm noticing now is when I overwrite the more recent > one (open in Geany) with the older duplicate, and then tell Geany to open the > file, no change shows at all, unless I close the open file first and re-open > it. How are you telling Geany to open the file? If you

Re: [Github-comments] [geany/geany] Add new upstream candidate Flex parser (#2134)

2019-04-28 Thread Colomban Wendling
Merged #2134 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/2134#event-2305155003

Re: [Github-comments] [geany/geany] Set Path From Document isn't working properly (#352)

2019-04-28 Thread Enrico Tröger
Closed #352 via #2116. -- 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/352#event-2305147857

Re: [Github-comments] [geany/geany] Port Windows installer to NSIS 3.x (#1302)

2019-04-28 Thread Enrico Tröger
Come on, this is only 2.5 years old :) I still like to get this done (not necessarily by myself) as then we can build the installer from within the MSYS2 environment which eases the release process. And it might even help to cross-build the installer in some more far future. -- You are

Re: [Github-comments] [geany/geany] Use lsof to get cwd of shell when /proc/pid/cwd isn't available (#436)

2019-04-28 Thread Colomban Wendling
b4n requested changes on this pull request. Looks good apart the comment, although I didn't actually test it on anything but my Linux :) > @@ -675,6 +682,45 @@ const gchar *vte_get_working_directory(void) g_free(cwd); } } +

Re: [Github-comments] [geany/geany] Javascript "no symbols found" (#1329)

2019-04-28 Thread Colomban Wendling
Should be fixed by javascript parser update from #2018. -- 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/1329#issuecomment-487377909

Re: [Github-comments] [geany/geany] Javascript "no symbols found" (#1329)

2019-04-28 Thread Colomban Wendling
Closed #1329. -- 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/1329#event-2305249888

Re: [Github-comments] [geany/geany-plugins] Update NEWS for 1.35 (d398d94)

2019-04-28 Thread Enrico Tröger
#812 is Webhelper -- 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/commit/d398d94b1c5aa5f62fce518cdeedc576ecd4a577#commitcomment-7319

Re: [Github-comments] [geany/geany] Javascript async function breaks parser (#1933)

2019-04-28 Thread Colomban Wendling
Closed #1933. -- 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/1933#event-2305240648

Re: [Github-comments] [geany/geany] Javascript async function breaks parser (#1933)

2019-04-28 Thread Colomban Wendling
Fixed by merging uctags parser in #2018. -- 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/1933#issuecomment-487376140

Re: [Github-comments] [geany/geany] Ecma script 6 in sidebar class view probably broken (#1891)

2019-04-28 Thread Colomban Wendling
Closed #1891. -- 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/1891#event-2305251216

[Github-comments] [geany/geany-plugins] Release 1.35.0 - 1.35.0

2019-04-28 Thread Frank Lanitz
## General: * Windows: Install dependency translations only if selected * Build: Don't rely on a pkg-config output formatting detail (Fix for Geany GTK version check on OpenBSD 6.4) ## Addons: * Update to use new plugin API (PR #699) ## Autoclose: * Update to use new plugin API (PR #700) ##

Re: [Github-comments] [geany/geany] Use lsof to get cwd of shell when /proc/pid/cwd isn't available (#436)

2019-04-28 Thread elextr
elextr commented on this pull request. > @@ -675,6 +682,45 @@ const gchar *vte_get_working_directory(void) g_free(cwd); } } + else + { + gint status = 0; +

Re: [Github-comments] [geany/geany] Keybinding "Go to symbol definition" problem (#1158)

2019-04-28 Thread elextr
Looks like it only considers symbols from files with the [same parser](https://github.com/geany/geany/blob/349b8c40e252ddf1b335e0849ffcd37c403d72e9/src/symbols.c#L2105) -- 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] Release 1.35.0 - Geany 1.35

2019-04-28 Thread Colomban Wendling
## General * Start synchronization with Universal-CTags (Jiří Techet, [PR#1263](https://github.com/geany/geany/pull/1263), [PR#2018](https://github.com/geany/geany/pull/2018)). ## Bug fixes * Improve IPC socket handling ([Issue#641](https://github.com/geany/geany/issues/641),

Re: [Github-comments] [geany/geany] Use lsof to get cwd of shell when /proc/pid/cwd isn't available (#436)

2019-04-28 Thread elextr
elextr commented on this pull request. > @@ -675,6 +682,45 @@ const gchar *vte_get_working_directory(void) g_free(cwd); } } + else + { + gint status = 0; +

[Github-comments] [geany/geany] Geany 1.35: (Win10) enchant_voikko.dll': The specified module could not be found (#2136)

2019-04-28 Thread Doug Henderson
When I saw the announcement for Geany 1.35, I uninstalled 1.34 plugins and 1.34. I found a user only install and also uninstalled it. Then I installed Geany 1.35 and plugins on Win10. The debug log contains the following messages: `11:51:36: (NULL) WARNING : Error loading plugin:

[Github-comments] [geany/geany] Geany 1.35 - bug in updatechecker plugin on win10 (#2137)

2019-04-28 Thread Doug Henderson
When I saw the announcement for Geany 1.35, I uninstalled 1.34 plugins and 1.34. I found a user only install and also uninstalled it. Then I installed Geany 1.35 and plugins on Win10 as administrator. I used plugin manager to enable the updatechecker plugin. I clicked on the check for updates

[Github-comments] [geany/geany-plugins] Fix "Cim" typo in German translation (#844)

2019-04-28 Thread Enrico Tröger
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/844 -- Commit Summary -- * Fix "Cim" typo in German translation -- File Changes -- M po/de.po (2) -- Patch Links -- https://github.com/geany/geany-plugins/pull/844.patch

Re: [Github-comments] [geany/geany] Geany 1.35 - bug in updatechecker plugin on win10 (#2137)

2019-04-28 Thread Enrico Tröger
Confirmed, gdb backtrace: ``` Program received signal SIGTRAP, Trace/breakpoint trap. 0x64bfb93e in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll (gdb) bt #0 0x64bfb93e in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll #1 0x64bfc6d5 in ?? () from c:\Program Files

Re: [Github-comments] [geany/geany-plugins] Fix "Cim" typo in German translation (#844)

2019-04-28 Thread Frank Lanitz
Merged #844 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/844#event-2305454146

Re: [Github-comments] [geany/geany] Geany 1.35: (Win10) enchant_voikko.dll': The specified module could not be found (#2136)

2019-04-28 Thread Enrico Tröger
These messages come from the SpellCheck plugin and are harmless. The SpellCheck plugin uses the `enchant` library to perform spell checking and `enchant` is trying to load its `voikko` and `aspell` backends which are not available on Windows. This is completely OK. The SpellCheck plugin is not

Re: [Github-comments] [geany/geany] Geany 1.35: (Win10) enchant_voikko.dll': The specified module could not be found (#2136)

2019-04-28 Thread Enrico Tröger
Closed #2136. -- 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/2136#event-2305446781

Re: [Github-comments] [geany/geany] in some cases, Geany doesn't detect file has been overwritten (#2133)

2019-04-28 Thread Andy Alt
> Pcmanfm 1.2.5 WFM @andy5995 maybe its something you have set? Nothing related to time in the settings. Ok, so after I try it with PCManfm changing reversing the dates, I get the reload indicator if ./tempdir/file1 is more recent than ./file1 (and ./file1 is open in Geany). But I think in