Re: [Github-comments] [geany/geany-osx] Mac - call geany from command line to open a file with only 1 geany instance (#21)

2021-05-13 Thread elextr
@simonhf what you describe is the normal behaviour of Geany on other platforms, it is a multi-tabbed application, so a request to open a file from the command line opens a new tab and the command finishes, so not tying up a terminal until you finish editing. Of course doing that makes just `gea

Re: [Github-comments] [geany/geany-osx] Mac - call geany from command line to open a file with only 1 geany instance (#21)

2021-05-13 Thread Simon Hardy-Francis
Geany 1.37 does different behaviour for me on macOS. If I invoke it with no file argument then it opens a brand new Geany process and Window. However, if I invoke it with a file argument then it will open the file in the original Geany process window. This behaviour is a little unusual :-) --

Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-05-13 Thread Frank Lanitz
Self compiled Geany as well as plugins go to /usr/local unless you change it during configure-run. If this one is missing in default Ubuntu profile you might want to fill a feature/bug-report there. -- You are receiving this because you are subscribed to this thread. Reply to this email direct

Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-05-13 Thread Frank Lanitz
Closed #1072. -- 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/1072#event-4741829893

Re: [Github-comments] [geany/geany] Closing a project with a large number of files open causes Geany to terminate (#2809)

2021-05-13 Thread elextr
> I have not yet used gdb to diagnose further because I don't know it and will > need to take time for that. Given the other information you provided above that would appear to be the only other way forward. -- You are receiving this because you are subscribed to this thread. Reply to this ema

Re: [Github-comments] [geany/geany] Closing a project with a large number of files open causes Geany to terminate (#2809)

2021-05-13 Thread ctp52
Help->Debug Messages provides a list of files opened during startup, plus a few other notes. The last two entries were: ``` 07:19:43: GLib DEBUG: posix_spawn avoided (child_setup specified) 07:19:43: GLib DEBUG: posix_spawn avoided (child_setup specified) ``` It seems the message content d

Re: [Github-comments] [geany/geany-plugins] LaTeX plugin: Keyboard shurtcuts for itemize and enumerate generate wrong result (#1071)

2021-05-13 Thread Frank Lanitz
Sorry for the late reaction ;) To be honest I have not even an idea what might cause that issue. This function is actually done by building up a string ```C if (type == GLATEX_ENVIRONMENT_TYPE_LIST) { g_string_append(tmpstring, "\t\\item "); } ``` and than later ```C G