[Github-comments] Re: [geany/geany] Add filetype submenus for new file with template menus (PR #3397)

2023-02-13 Thread elextr via Github-comments
@elextr requested changes on this pull request. AFAICT this requires files in the templates directory to have a filetype extension, this is not backward compatible and undocumented as currently files with any name are added to the menu, whereas now Geany would crash (see comment). There are a

[Github-comments] Re: [geany/geany] hi i try to sign in mailing list but not work (Issue #3398)

2023-02-13 Thread elextr via Github-comments
I think the ML approval bot is a human, they have sooo much downtime called sleep, might take time to approve :-) The perl lexer only accepts one keyword list AFAIK. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3398#issuecomment-1428946587 You are

[Github-comments] [geany/geany] hi i try to sign in mailing list but not work (Issue #3398)

2023-02-13 Thread faustf via Github-comments
Hi i try to sign in mailing list but never retun if i am signed or not , and i cant send mail for required support , i would want active in geany 1.38 in linux mint , the tertiary higlights word in perl i tryed to modify filetypes.perl and create a section [keyword] and insert primary

[Github-comments] Re: [geany/geany] Idea: Submenus for the "New" Menu (Issue #3357)

2023-02-13 Thread Nick Treleaven via Github-comments
I've implemented adding submenus for any filetype that has more than one matching file template. Then the submenus just work without people having to create subfolders. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3357#issuecomment-1427863779 You

[Github-comments] [geany/geany] Add filetype submenus for new file with template menus (PR #3397)

2023-02-13 Thread Nick Treleaven via Github-comments
Add submenus when theres more than one template per filetype. Fixes #3357. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3397 -- Commit Summary -- * Put items with submenus at the top of the menu * Add filetype submenus for new file

[Github-comments] Re: [geany/geany] Add templates to Config Files menu (PR #3396)

2023-02-13 Thread Nick Treleaven via Github-comments
@ntrel pushed 1 commit. 1b425acdb8f0674e7cca61d509db4ef3c317aced Put items with submenus at the top of the menu -- View it on GitHub: https://github.com/geany/geany/pull/3396/files/4e342421ac90de7202c4d48c1a0105b564fe33ff..1b425acdb8f0674e7cca61d509db4ef3c317aced You are receiving this

[Github-comments] [geany/geany] Add templates to Config Files menu (PR #3396)

2023-02-13 Thread Nick Treleaven via Github-comments
Also fix the first line of geany.css being uncommented when opening the config file through the menus. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3396 -- Commit Summary -- * Add new file templates to Config Files menu * List

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread cloudis-ild via Github-comments
OK, will do. None of the files are particularly large, and they all have pretty similar syntax, but if I can pin down the culprit I'll let you know. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/42#issuecomment-1427670505 You are receiving this

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread Jiří Techet via Github-comments
OK, great. I suspect it will be some of the files you had open then. It would be nice if you manage to figure out which one it was and will be able to share it or create a shareable file with which you are able to reproduce the problem so we can have a look at it. -- Reply to this email

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread cloudis-ild via Github-comments
If I close all files, stop and uninstall Sulamar, then reinstall, the new build of Geany also starts instantaneously. If I then reopen the most recent files, Geany continues to start instantaneously. Possibly one of the previously open files had content which the new ctags parsers choke on:

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread Jiří Techet via Github-comments
> The only file types I have open are .sql (Oracle PL/SQL scripts) and simple > .txt What happens if you close those files and re-launch Geany? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/42#issuecomment-1427624488 You are receiving this

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread cloudis-ild via Github-comments
Geany consumes 100% CPU by itself, no other process is involved. It does not show any excessive activity in the Disk tab. Startup attempts are logged in the Console Diagnostic Reports tab for excessive CPU, but otherwise there is nothing related to Geany there. I have reinstalled the previous

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread Jiří Techet via Github-comments
> OK, I can try those suggestions, however the startup performance was not a > problem with the Geany build I was using previously (as documented in my > original post), with the same configuration, plugins and open files. Would you try reinstalling the previous version to see if the problem

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread cloudis-ild via Github-comments
OK, I can try those suggestions, however the startup performance was not a problem with the Geany build I was using previously (as documented in my original post), with the same configuration, plugins and open files. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread Jiří Techet via Github-comments
I could imagine that for instance ProjectOrganizer could be the problem if you let it index some huge project directory or the whole home directory but if you say the same problem persists when it's disabled, it must be something else then. Do you have some big file open for instance? When you

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread cloudis-ild via Github-comments
The only plugins I use are "Addons" to get Tools->Copy File Path option, and "Project Organizer". Disabling these makes no difference to the startup time. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/42#issuecomment-1427559526 You are receiving

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-02-13 Thread Jiří Techet via Github-comments
Uh, that's weird, I don't see anything like that here. Do you use some plugins that could possibly cause that? Have you tried disabling them? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/issues/42#issuecomment-1427526942 You are receiving this because