Re: [Github-comments] [geany/geany] Easier project creation (#2245)

2019-08-04 Thread elextr
There are three or four project plugins available for Geany which implement various versions of the "one directory" paradigm. Perhaps you should check out those. -- 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] Easier project creation (#2245)

2019-08-04 Thread Chris Graham
Hi, I'm coming from TextMate 2 on Mac, and TextMate does a great job with projects - by essentially making it invisible (frictionless). You just open a folder, and that folder automatically becomes a project. Geany could easily do something similar in my opinion. I don't know if the GNOME file

Re: [Github-comments] [geany/geany] "regular expression is too large" error is not visible (#2244)

2019-08-04 Thread elextr
Ahhh -- 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/2244#issuecomment-518058435

Re: [Github-comments] [geany/geany] "regular expression is too large" error is not visible (#2244)

2019-08-04 Thread Chris Graham
Just a Search->Find operation. -- 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/2244#issuecomment-518058371

Re: [Github-comments] [geany/geany] "regular expression is too large" error is not visible (#2244)

2019-08-04 Thread elextr
regular expression doing what? -- 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/2244#issuecomment-518058266

[Github-comments] [geany/geany] "regular expression is too large" error is not visible (#2244)

2019-08-04 Thread Chris Graham
When a "regular expression is too large" error happens, you may not see the cause of the error, because the explanation shows horizontally after the regular expression, which as we know, is too large. This error message seems to be generated by PCRE. Perhaps if the error message is too large

Re: [Github-comments] [geany/geany] Save main and project configuration whenever documents are opened/closed (#2114)

2019-08-04 Thread elextr
Documentation I meant. The description of `plugin_save` on [this](https://www.geany.org/manual/reference/pluginsignals_8c.html#ac093c4c2a6ef1ed7c35e5736a27d7f27) page that lists when it happens. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Github-comments] [geany/geany] Plugin-API: extended project API (#2234)

2019-08-04 Thread LarsGit223
> And anyway I thought you didn't need it any more, only the project load and > close? I still need it because I want to prevent all open files being closed on project change/switching. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view