This is a suggestion, or idea rather - not an issue. To me it seems like a good one, although I am not sure of its "possibleness" nor whether this is the right place for such innovation.
The idea is to implement a new custom text encoding, the HEX encoding. It would encode each byte with its hexadecimal representation, using the 2 ASCII characters from the chosen font. Do others think this would be doable and to what extent?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3500
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3500(a)github.com>
Sounds like the macos build process needs updating then? It is possible to automate on GitHub. I think jellyfin-media-player has builds done by GitHub for macos. (The last two versions of macos are supported by the GitHub builders.)
Maybe after the windows build is redone it might make sense to tag a version? (Also maybe that's a good time to target getting macos builds done on GitHub?)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3499#discussioncomment-5904744
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3499/comments/5904744(a)github.com>
Geany 1.38 was released in October 2021.
Lots of changes happened since, and people would be interested in them.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3418
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3418(a)github.com>
Hello,
System Specs:
Ubuntu 23.04
Gnome 44.0
Geany 1.38
I wanted to look through some system log file from /var/log.
I copied syslog to my $HOME directory then I ran chown foo:users syslog.txt on it, to make sure I owned the file and could open and read it as a user. I also changed the permissons on it; chmod 0644 syslog.txt
When I try and click on it with Geany, it comes up empty and also says at the top ```untitled Geany```.
I can open the file and view it just fine with nano.
I don't understand why this file doesn't open and appears empty when I try to view it?
The file size is possibly large in size, it's 63mb in size, but I am not aware that Geany has any size restrictions like this.
GitHub only allows 25mb, so I uploaded it here;
https://uploadnow.io/f/SHVx1KH
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3498
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3498(a)github.com>
I am using Geany for the problem on www.luogu.com.cn. I need something to set up code templates that will help me get things ready faster.
This feature works on my old IDE(dev-C ++), but not Geany.
This caused me to need a handwritten header file, main function, and "using namespace std;“ .
I wish Geany had this feature.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3497
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3497(a)github.com>
…dex.py as porting to Python3 would need more changes, updated ADDING-A-THEME.md to indicate the scripts/ code requires Python2 which is not indicated anywhere, added properly generated JSON indexes.
After more detailed investigation, the folowing changes (aside of the theme colors) were required, as it appears the previous commit broke the geany-themes website.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-themes/pull/59
-- Commit Summary --
* Fixed mark-up colors in theme evg-ega-dark, reverted a change in mkindex.py as porting to Python3 would need more changes, updated ADDING-A-THEME.md to indicate the scripts/ code requires Python2 which is not indicated anywhere, added properly generated JSON indexes.
-- File Changes --
M ADDING-A-THEME.md (61)
M colorschemes/evg-ega-dark.conf (10)
M index/index.json (692)
M index/index.json.md5 (2)
M scripts/mkindex.py (2)
-- Patch Links --
https://github.com/geany/geany-themes/pull/59.patchhttps://github.com/geany/geany-themes/pull/59.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/pull/59
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-themes/pull/59(a)github.com>
I seem to have Geany (1.38) and Geany-plugins installed correctly:
- The plugin manager lists the debugger and I can enable it.
- Help | Debug messages lists debugger.so as loaded Ok
- I can't see any reference to the debugger in Geany: Not in the menu or anywhere else.
- I have several other plugins running correctly
What could I be doing wrong here?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1249
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1249(a)github.com>
The first commit roughly ports the `mkindex.py` to work with Python3 and regenerate the broken `index.json` (it got broken in #57 0c0a8c28bcd3479e472f6125f3362c679cfc895b).
The broken `index.json` caused an error on the theme index page on the Geany website (https://www.geany.org/download/themes/).
The other commits fix older, already existing errors in themes which were not detected because `make index` was not used :(.
In the future, before merging PRs in this repository, the reviewer should take care that `make index` was executed or do it by himself/herself.
Also the `AUTHORS` file is not very well maintained.
PR creators and reviewers should carefully read `ADDING-A-THEME.md` before merging. Ideally, there would be a PR template to remind about this.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-themes/pull/58
-- Commit Summary --
* Fix mkindex.py to work with Python3 and regenerate index.json
* Fix duplicate key in "retro" theme
* Fix screenshot filename for "kary-pro-colors-light" theme
-- File Changes --
M colorschemes/retro.conf (1)
M index/index.json (692)
M index/index.json.md5 (2)
R screenshots/kary-pro-colors-light.png (0)
M scripts/mkindex.py (26)
-- Patch Links --
https://github.com/geany/geany-themes/pull/58.patchhttps://github.com/geany/geany-themes/pull/58.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/pull/58
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-themes/pull/58(a)github.com>