The themes in the preview list are loaded from the Geany-Themes
repository on Github on the fly (but cached for one hour).
- adds new menu item "Download -> Geany Themes"
- displays brief information about the Geany-Themes project
- list available themes with preview thumbnail and a gallery
Closes #5.
![website_geany_themes_preview](https://user-images.githubusercontent.com/617017/59974257-955dd400-9599-11e9-9355-2bbd8fc34667.png)
![website_geany_themes_gallery](https://user-images.githubusercontent.com/617017/59974283-ee2d6c80-9599-11e9-97a9-01df54a733d9.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/www.geany.org/pull/8
-- Commit Summary --
* Add Geany-Themes page with theme preview
-- File Changes --
A page_content/download/themes.md (10)
M static_docs/github_client.py (8)
A static_docs/templates/pages/download/themes.html (65)
M static_docs/urls.py (4)
M static_docs/views.py (29)
-- Patch Links --
https://github.com/geany/www.geany.org/pull/8.patchhttps://github.com/geany/www.geany.org/pull/8.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/pull/8
The content of this repository is AGPL3+ which is fine, but the actual website has a copyright notice on each page, but no license. Maybe it should be one of the CC-BY family?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/issues/6
Since the 3 commits on June 2016, the Tasks functionality has stopped working on non-C files (i.e. .c and .h work fine, filling up the tasks) like .vhd
The 3 commits in June reworked the task-keywords detection loop and limited it to search only within comments.
Now it doesn't find tasks in .vhd files, even if the "TODO" keyword is within a .vhd comment, which is otherwise visually styled in the editor as defined in filetypes.vhdl, so that geany does indeed detect VHDL comments fine.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/530
Hello! I think it would be nice to have Emacs-style caret moving keybings such as:
```
C-f Move to left
C-b Move to right
C-n Move down
C-p Move up
C-e Go to end of line
C-a Go to start of line
```
How can I configure such keybindings? I'm not asking for general Emacs keybindings, but just the ones used to navigate through text. Thanks.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2193
I just noticed that the Help button in the Plugin Manager is not working on gtk3. That means, if I click on it nothing happens. Re-compiling Geany and Geany-Plugins for gtk2 made it working again.
The other buttons (Preferences, Keybindings, Close) work without problems.
My environment: Ubuntu 18.04.2, Geany 1.36 (current master), GTK 3.22.30, GLib 2.56.4.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2151
At the bottom of the "About Geany" page it says:
> To contact all of us for general questions or feedback, please use the address <team (at) geany (dot) org>. This address will forward your email to all of us.
I think it would make more sense to refer people to the mailing list, IRC, and/or Github for support questions and feedback, and to use team@ for non-support related stuff, if that makes sense.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/issues/10