When I press F5, my Python codes will be executed in Geany. However, this does not work for R codes, although R files are supported by Geany.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3376
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3376(a)github.com>
When using the autocomplete feature in Geany on MacOSX 10.14 Mojave in fullscreen mode, the autocomplete opens in a separate desktop (fullscreen) rather than as a small popup in the editor.
--
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-osx/issues/18
Also fix the first line of geany.css being uncommented when opening the config file through the menus.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3396
-- Commit Summary --
* Add new file templates to Config Files menu
* List general templates too
* Don't comment global content unless it is Conf
-- File Changes --
M src/templates.c (44)
M src/ui_utils.c (10)
M src/ui_utils.h (1)
M src/utils.c (4)
-- Patch Links --
https://github.com/geany/geany/pull/3396.patchhttps://github.com/geany/geany/pull/3396.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3396
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3396(a)github.com>
Update the GPL note template with the latest version found on gnu.org. It includes the transition from GPLv2 to GPLv3, and refers to a website instead of a postal address for the text of the GNU GPL.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3549
-- Commit Summary --
* Update GPL note template
-- File Changes --
M data/templates/gpl (11)
-- Patch Links --
https://github.com/geany/geany/pull/3549.patchhttps://github.com/geany/geany/pull/3549.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3549
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3549(a)github.com>
Fixed deprecated gtk3 calls. The PR unfortunately includes an ugly list of all the GTK stockitems as I did not see a different solution.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/865
-- Commit Summary --
* commander: fixed deprecated gtk3 calls
-- File Changes --
M build/commander.m4 (1)
M commander/src/Makefile.am (7)
M commander/src/commander-plugin.c (22)
M utils/src/Makefile.am (3)
A utils/src/gp_gtkcompat.c (222)
M utils/src/gp_gtkcompat.h (5)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/865.patchhttps://github.com/geany/geany-plugins/pull/865.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/geany-plugins/pull/865
I'm using the geany 1.32 default installation on ubuntu 18.04 64bit to edit test.md file.
for H1 - H6 headers, the "#" signs are bold, but not the rest of header, i.e. "# Header" only has bold for '#' not for the word 'Header'.
`**bold**` does not show bold, neither does `*italiic*` displays italic.
I can customize them all using filetypes.markdown, except for the H1-H6 headers, the header is not impacted at all as mentioned above, for example:
`header1=0xFFCB4F;0x1E1E1E;true;false` this change will make `#` bold with specified background/front color, but not the header content, i.e. "Header1" in `# Header1` stays non-bold.
At least I would like to have all markdown headers shown as bold inside Geany without the need of any previewer
--
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/2026