Hello,
I installed the program but I'm unable to bet any output to the Compiler.
If I run it via Fn + F8 I get the output but not in the window within the
program itself. The error is not in the code since it's just print("Hello
World").
How can i fix this?
I discovered, that double click opens color chooser not only for hex
color strings, but for any strings, which have 3 valid hex digits in
the end. For example, it will open for variable name, ending with
"head".
My version is 1.38.0, but it's gentoo package, not manually compiled.
However, I checked ebuild - it uses no additional patches.
Can it be still confirmed for upstream?
Greetings!
I just joined the list; hope this is OK.
You can now install geany and geany-plugins (1.38) on your Apple Macintosh via MacPorts. MacPorts is a software packaging system that brings thousands of open source software packages to the Mac operating system. After installing MacPorts (and Apple’s Xcode developer tools), you can install geany and most of the plugin collection with:
sudo port install geany-plugins
If you want a leaner install, you can install just geany with:
sudo port install geany
The default install of geany uses a X11 interface and so should be as similar as possible to other unix-based platforms if that is where you are coming from. More experimental at this point, but can also install geany with a Quartz-based interface with:
sudo port install geany +quartz
FYI, MacPorts has had a package (“port”) for geany for several years. I updated it to 1.38 recently and added the geany-plugins package. Feel free to ping me if there are any problems or questions. For more info on geany on MacPorts, you can look at
https://ports.macports.org/port/geany/https://ports.macports.org/port/geany-plugins/
AFAICT, geany and geany-plugins are both native and compatible with Apple-silicone macs (“M1”). geany built successfully on the MacPorts fleet of buildbots including the latest OS version on both X86_64 and arm64.
Enjoy,
Craig