[Github-comments] Re: [geany/geany-plugins] Make updatechecker plugin for MacOS (Issue #1314)

2024-03-03 Thread elextr via Github-comments
The update checker for Linux works incorrectly, it checks the Geany repository for a new version, not the repositories for the current distro. Most distros don't update versions of software like Geany on LTS versions for example. So it just feeds frustration for users of such systems as they

[Github-comments] [geany/geany-plugins] Make updatechecker plugin for MacOS (Issue #1314)

2024-03-03 Thread rovf via Github-comments
Sadly, Geany has no builtin way to check for updates. It would be great to have an updatechecker plugin for MacOS, similar to the one for Linux and Windows. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1314 You are receiving this because

[Github-comments] Re: [geany/geany-osx] "Change Font" does not seem to have effect (Issue #53)

2024-03-03 Thread rovf via Github-comments
The Update Checker does not show up in the Plugin List of Geany, and looking at the website for the updatechecker, I see no installation instructions for MacOS. My guess is that it is not implemented yet for the Mac. The font issue can be closed. I think I will open an issue for making the

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Andy Alt via Github-comments
@andy5995 commented on this pull request. > @@ -8,6 +8,13 @@ on: push: branches: - master +- '**' So it won't run when other yml files are changed. Trivial in this case, but I figured you might want to add more path filters in the future:

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Andy Alt via Github-comments
@andy5995 pushed 1 commit. 629514d67d1ae515686473f36f9c16725cf771e2 Add CodeQL Analysis workflow -- View it on GitHub: https://github.com/geany/geany/pull/3769/files/d0ff4df5d1558ba4901c1dc53f864d25da96a1bf..629514d67d1ae515686473f36f9c16725cf771e2 You are receiving this because you are

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Andy Alt via Github-comments
@andy5995 pushed 1 commit. d0ff4df5d1558ba4901c1dc53f864d25da96a1bf Add CodeQL Analysis workflow -- View it on GitHub: https://github.com/geany/geany/pull/3769/files/2c58e9dcc9f9fc5250e57b1eb53d66a9cd393448..d0ff4df5d1558ba4901c1dc53f864d25da96a1bf You are receiving this because you are

[Github-comments] Re: [geany/geany] Is there a possibility to change the CSS of the tab-title of a tab that is active? (Discussion #3482)

2024-03-03 Thread ralf3u via Github-comments
For the sake of completeness I add some information to this issue. At the moment these are the best settings for me: ``` notebook tab:checked label { font-weight: bold; border-bottom: 5px solid black; } notebook tab { padding-top:27px; padding-bottom:10px; } ``` In

[Github-comments] Re: [geany/geany-themes] New DarkSpook color scheme (PR #68)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On screenshots/dark-spook.png: Do you mind to replace the screenshot as described above? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-themes/pull/68#discussion_r1510333217 You are receiving this because you are

[Github-comments] Re: [geany/geany-themes] New DarkSpook color scheme (PR #68)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +description=Based on the InkPot theme of the same name. +# incremented automatically, do not change manually +version=1 +author=Vukić Srđan +url=https://hardcoder.xyz +# list of each compatible Geany release version

[Github-comments] [geany/geany-themes] Metallic Bottle: use a slightly darker background color for selections (PR #71)

2024-03-03 Thread Enrico Tröger via Github-comments
I just made the background color for selections a little darker so that it is different from the foreground color. Closes #70. ![Screenshot](https://github.com/geany/geany-themes/assets/617017/472e0715-c1c1-4166-926e-b2260d160687) You can view, comment on, or merge this pull request online at:

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -8,6 +8,13 @@ on: push: branches: - master +- '**' And it causes an error: ``` Invalid workflow file: .github/workflows/build.yml#L8 You have an error in your yaml syntax on line 8 ``` -- Reply to this email directly or view it

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Enrico Tröger via Github-comments
Thanks! > Done. Some examples of this workflow include a cron schedule as well. Would > you like that added, and if so, how often should it be scheduled? I would say once in a month is a good start. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -8,6 +8,13 @@ on: push: branches: - master +- '**' Why did you change this, what's the intention? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3769#pullrequestreview-1912989734 You are

[Github-comments] Re: [geany/geany] Add screenshot to README (PR #3760)

2024-03-03 Thread Enrico Tröger via Github-comments
Merged #3760 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3760#event-11990226242 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] 2.0.0: test suite fails with cppcheck 2.13.1 (unrecognized command line option: "--template") (Issue #1304)

2024-03-03 Thread Enrico Tröger via Github-comments
Closed #1304 as completed via #1309. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1304#event-11990221630 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Add missing sign for cppcheck --template argument (PR #1309)

2024-03-03 Thread Enrico Tröger via Github-comments
Merged #1309 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1309#event-11990221578 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3772)

2024-03-03 Thread Enrico Tröger via Github-comments
Closed #3772 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3772#event-11990207405 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3772)

2024-03-03 Thread Enrico Tröger via Github-comments
On my old Windows 7, a "cmd.exe" is opened and the full output is available and there is a scrollbar to see the first lines of the output. Changing the default execution command to "PowerShell" seems wrong and would require that PowerShell is installed. Maybe you can check if the cmd.exe of

[Github-comments] Re: [geany/geany-osx] "Change Font" does not seem to have effect (Issue #53)

2024-03-03 Thread Enrico Tröger via Github-comments
As a side note: > Well, simply that I did not know that 2.0 is available for MacOS already. > Sadly, Geany does not have a builtin update checker. There is the UpdateChecker plugin (https://plugins.geany.org/updatechecker.html) which is probably also included in the macOS bundle. Can this be

[Github-comments] Re: [geany/geany-plugins] Is it possible to open "spelling suggestions" menu using keyboard ? (Issue #1306)

2024-03-03 Thread Enrico Tröger via Github-comments
You can open the editor menu with the "menu" key if your keyboard has such a key and then with by pressing cursor down and cursor right, you are directly in the spelling suggestions menu. Maybe this is already enough? -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Silent Installation of Geany (Issue #3734)

2024-03-03 Thread Enrico Tröger via Github-comments
Closed #3734 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3734#event-11990154191 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Silent Installation of Geany (Issue #3734)

2024-03-03 Thread Enrico Tröger via Github-comments
I forgot to answer the question from the OP: > Please let me know if there are any parameters to install\select following > features silently. There is no way to select/deselect components with the silent installer. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] SVG and X3D markup languages (Issue #1313)

2024-03-03 Thread Giuseppe GitHub via Github-comments
Closed #1313 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1313#event-11990146358 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] SVG and X3D markup languages (Issue #1313)

2024-03-03 Thread Giuseppe GitHub via Github-comments
I see, thanks anyhow. Maybe I'll do some homework later with the manual and the plugins you pointed me to. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1313#issuecomment-1975158189 You are receiving this because you are subscribed to this

[Github-comments] Re: [geany/geany-plugins] SVG and X3D markup languages (Issue #1313)

2024-03-03 Thread elextr via Github-comments
There is no specific support for SVG or X3D, but there is generic support for XML, which is what SVG is. Not sure about X3D, but wikipedia says its "inetgrated with XML" whatever that means. So possibly the XML support will help you with them, so if you open the svg file and set the

[Github-comments] Re: [geany/geany] Intellisense (Issue #3780)

2024-03-03 Thread Giuseppe GitHub via Github-comments
LOL you're right, I know. Ok, this was just more for my information. In reply of your PS: Thanks, sorry for misposting xD Finally: I guess I can close this? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3780#issuecomment-1975152355 You are receiving

[Github-comments] Re: [geany/geany] Intellisense (Issue #3780)

2024-03-03 Thread Giuseppe GitHub via Github-comments
Closed #3780 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3780#event-11990102911 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Intellisense (Issue #3780)

2024-03-03 Thread elextr via Github-comments
1.26 was released nine years ago, luckily (for me if not for you) I havn't reached the stage where I can remember 10 years ago but not 10 minutes ago :grin: so I am not sure what was in 1.26 in exact detail. There should be some sort of autocompletion for C++ when you type some characters of a

[Github-comments] [geany/geany] Intellisense (Issue #3780)

2024-03-03 Thread Giuseppe GitHub via Github-comments
Hello everybody. Long story short, I had to install an odl version, because I run Windows XP on a Pentium 4. Now, I don't know if it's due to the old version or if it's Geany itself, but I see no intellisense support. Is it there any plugin I can install to fix this? If so, how? Thanks in

[Github-comments] Re: [geany/geany-plugins] SVG and X3D markup languages (Issue #1313)

2024-03-03 Thread Giuseppe GitHub via Github-comments
Excuse me, I didn't understand -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1313#issuecomment-1975140907 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Intellisense (Issue #1312)

2024-03-03 Thread Giuseppe GitHub via Github-comments
Come on, don't be so fussy xD What I mean with Intellisense is autocompletion, like many IDEs already have (like Eclipse, NetBeans, VS Code, and so). I'm using Geany 1.26 by the way, and I'm editing C++, Java and Python. Note, I'm not actually proficient in these languages, I'm practicing them

[Github-comments] Re: [geany/geany-plugins] SVG and X3D markup languages (Issue #1313)

2024-03-03 Thread elextr via Github-comments
Just the generic XML features. You could add the extensions of those files to the XML type in `filetype_extensions.conf` by `Tools->Configuration Files->filetype_extensions.conf` so the XML filetype will be set automatically. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Intellisense (Issue #1312)

2024-03-03 Thread elextr via Github-comments
Intellisense is a proprietary Microsoft visual studio feature, so Geany has never had that. Some of the features of VS that are powered by intellisense are provided in Geany, but by other methods. With no information of what version, what languages you are editing or any other detail its

[Github-comments] [geany/geany-plugins] SVG and X3D markup languages (Issue #1313)

2024-03-03 Thread Giuseppe GitHub via Github-comments
Hello you all B) I'd like to use Geany to write SVG and X3D markups, is it there any way to add support for them? Thanks for any help, have a nice day ^.^ -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1313 You are receiving this because

[Github-comments] [geany/geany-plugins] Intellisense (Issue #1312)

2024-03-03 Thread Giuseppe GitHub via Github-comments
Hello everybody. Long story short, I had to install an odl version, because I run Windows XP on a Pentium 4. Now, I don't know if it's due to the old version or if it's Geany itself, but I see no intellisense support. Is it there any plugin I can install to fix this? If so, how? Thanks in

[Github-comments] [geany/geany] Fix in-file encoding detection (PR #3779)

2024-03-03 Thread M-HT via Github-comments
This PR fixes a problem with in-file encoding detection described in #3777 where detection fails when the first 512 bytes isnt a valid UTF-8 string. The solution is to treat the first 512 bytes as raw bytes. You can view, comment on, or merge this pull request online at: