[Github-comments] Re: [geany/geany-plugins] Remove unusable plugins: DevHelp, GeanyPy, Multiterm (PR #1217)

2023-03-07 Thread Enrico Tröger via Github-comments
@b4n Alright, Webhelper is back in the game. I would like to restart the "merge in about a week counter" to get this done. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1217#issuecomment-1459624766 You are receiving this because you are

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread elextr via Github-comments
> For the .F77 file > f77 bottom of window What? Thats not a Geany filetype, the Geany filetype is `F77` (filetypes are case sensitive) Are you loading a custom filetype? > For the .f77 file > .f77 bottom of window Again, thats not a Geany filetype, none have a `.` at the start. It looks

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread Roland Hughes via Github-comments
Per the original post system specs For the .F77 file f77 bottom of window For the .f77 file .f77 bottom of window On 3/7/23 08:30, elextr wrote: > > What system are you running Geany on? > > What filetype shows in the status bar for one of those files? > > — > Reply to this email directly,

[Github-comments] Re: [geany/geany-plugins] Remove unusable plugins: DevHelp, GeanyPy, Multiterm (PR #1217)

2023-03-07 Thread Enrico Tröger via Github-comments
@eht16 pushed 2 commits. a7c921ddfa31a0a6847d02b2bacf3698429baaa0 Remove unusable plugins: DevHelp, GeanyPy, Multiterm 819efce62614a8a16f8d27a49e057b95cce2aa4c Re-add WebHelper plugin -- View it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Update GitHub workflow to Ubuntu 20.04 (PR #1239)

2023-03-07 Thread Enrico Tröger via Github-comments
@xiota before you are continuing, please note that most of the what you are trying to do is already done in: https://github.com/geany/geany-plugins/pull/1201/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721L33 And the PR #1201 is only waiting for #1217 which will remove

[Github-comments] Re: [geany/geany-plugins] Update GitHub workflow to Ubuntu 20.04 (PR #1239)

2023-03-07 Thread xiota via Github-comments
@xiota pushed 1 commit. 5f6bf44a760c1470108225921bbe27fede592e88 Replace set-output with $GITHUB_OUTPUT -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1239/files/e831ca1eb3eec50fb1ab6095cb23e2a7d419de92..5f6bf44a760c1470108225921bbe27fede592e88 You are receiving this because

[Github-comments] Re: [geany/geany-plugins] Update GitHub workflow to Ubuntu 20.04 (PR #1239)

2023-03-07 Thread xiota via Github-comments
Changed to `actions/checkout@v3` and `actions/cache@v3` because of message: > Node.js 12 actions are deprecated. ... There are some more messages. > The `save-state` command is deprecated and will be disabled soon. Please > upgrade to using Environment Files. For more information see: >

[Github-comments] Re: [geany/geany-plugins] Update GitHub workflow to Ubuntu 20.04 (PR #1239)

2023-03-07 Thread xiota via Github-comments
@xiota pushed 1 commit. e831ca1eb3eec50fb1ab6095cb23e2a7d419de92 Use actions/checkout@v3 and actions/cache@v3 in workflow -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1239/files/01faecc2dde77f5b188f3d30d1317e9405b15c45..e831ca1eb3eec50fb1ab6095cb23e2a7d419de92 You are

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread elextr via Github-comments
What system are you running Geany on? What filetype shows in the status bar for one of those files? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3425#issuecomment-1458273699 You are receiving this because you are subscribed to this thread. Message

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread Roland Hughes via Github-comments
You presume correct. There is something not loved with .F77. If I save it to lowercase .f77 It now gets love. The correct file remains unloved. I restarted Geany and everything. Just to be complete. I'm guessing there is an oopsie with the file extension matches the syntax tag. These source

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread elextr via Github-comments
I presume you removed the comments (the `#~ `) from the `[extensions]` heading and the `F77=` line? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3425#issuecomment-145877 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread Roland Hughes via Github-comments
I added *.F77 there and it didn't work. On 3/7/23 07:48, elextr wrote: > > Well its not listed here > . > > I guess the people who made that filetype didn't accept it. > >

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread elextr via Github-comments
Well its not listed [here](https://github.com/geany/geany/blob/afec6557e0f453a38b2976069de3763b8e1d09d1/data/filetype_extensions.conf#L30). I guess the people who made that filetype didn't accept it. `Tools->Configuration Files->filetype_extensions.conf` and add it to your own copy. --

[Github-comments] [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-07 Thread Roland Hughes via Github-comments
Source files with uppercase .F77 file extension do not syntax highlight when opened. .F90 works perfectly. ![f77-bug-001](https://user-images.githubusercontent.com/1883220/223439874-e257d5e9-bbef-41b2-9954-23aeee80a2c9.png)

[Github-comments] Re: [geany/geany-plugins] GeanyLua: Fix geany.keygrab and remove X11 dependency (PR #1236)

2023-03-07 Thread Jiří Techet via Github-comments
Thubms up for having a look at this! I didn't have a detailed look at the code but I shamelessly stole the patch and applied during the macOS binary build here https://github.com/geany/geany-osx/blob/master/geany_patches/08-geany_plugins_geanylua_remove_x11_dependency.patch and this function

[Github-comments] Re: [geany/geany] Asciidoc symbols panel cannot display Level 5 Section Title (Issue #3411)

2023-03-07 Thread Jiří Techet via Github-comments
Closed #3411 as completed via #3412. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3411#event-8683212698 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Map asciidoc level 5 section so it can be shown in the sidebar (PR #3412)

2023-03-07 Thread Jiří Techet via Github-comments
Merged #3412 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3412#event-8683212390 You are receiving this because you are subscribed to this thread. Message ID: