Hi,
I could not find documentation on how to change the blinking rate of the cursor, in what configuration file would that be or is this something to submit as a feature?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3410
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3410(a)github.com>
```
/*
CSS-example for the tab-title of the active tab of the editor (this will affect also the tab-title of the active tab of the sidebar & the message window):
notebook tab:checked label {
color:white;
background:black;
font-weight:bold;
font-style: oblique;
font-size: 200%;
}
*/
```
Remark
This issue is based on https://github.com/geany/geany/discussions/3482.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3483
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3483(a)github.com>
Request for Enhancement: please add support for Perl6 (Raku)
--
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/3054
Note: I have never used Perl 6 (and did my best to avoid Perl) so I largely don't know what I'm doing. There just are several open issues requesting this language and I believe Geany should support it. And even if this PR isn't perfect, it should be much easier for real Raku users to improve it once this PR is in (e.g. by providing better keywords or highlighting).
I based the keyword list on
https://github.com/Raku/vim-raku/blob/master/syntax/raku.vim
and also fixed one lexilla bug here
https://github.com/ScintillaOrg/lexilla/pull/76
Fixes #3054, fixes #3053, fixes #2456.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3169
-- Commit Summary --
* Add Raku (Perl 6) filetype support (lexer and ctags parser)
-- File Changes --
M ctags/Makefile.am (1)
A ctags/parsers/perl6.c (338)
M data/Makefile.am (1)
A data/filedefs/filetypes.raku (83)
M data/filetype_extensions.conf (1)
M meson.build (2)
M scintilla/Makefile.am (1)
A scintilla/lexilla/lexers/LexRaku.cxx (1637)
M scintilla/lexilla/src/Lexilla.cxx (1)
M scintilla/scintilla_changes.patch (1)
M src/filetypes.c (1)
M src/filetypes.h (1)
M src/highlighting.c (17)
M src/highlightingmappings.h (41)
M src/tagmanager/tm_parser.c (22)
M src/tagmanager/tm_parser.h (1)
M src/tagmanager/tm_parsers.h (3)
M tests/ctags/Makefile.am (1)
A tests/ctags/simple.raku (120)
A tests/ctags/simple.raku.tags (26)
M tests/meson.build (1)
-- Patch Links --
https://github.com/geany/geany/pull/3169.patchhttps://github.com/geany/geany/pull/3169.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3169
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3169(a)github.com>
Fedora 35
geany-1.38-1.fc35.x86_64
Bug: geany is turning the top open { bracket blue instead of the second open bracket #`{ blue when the first close bracket } is highlighted.
This bug really makes find missing closing brackets a pain in the neck!
```
sub GetWindows10Build() {
my $SubName = &?ROUTINE.name;
PrintRedErr( "$SubName not yet implemented\n" ); return;
#`{
multi line comments go here
}
}
```
--
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/3053
Hi all,
I am using Geany v1.37.1 in Win10 x64. Currently vertical scrolling is super fast. I need to reduce this. Please help. Thanks in advance.
--
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/2768
The latest version (1.30) in PHP don't autocomplete **require**.
--
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/1436
This PR adds an option to hide the menubar at startup and a keybinding to toggle menubar visibility. Addresses #633.
Currently, there is no default keybinding set to toggle the menubar. This complicates reshowing the menubar if it is hidden at startup. A common key combination to toggle menubar visibility is `<Primary>m`, but that is already being used to toggle markers. Should the keybinding be reassigned? If not, what other keybinding should be used?
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2972
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2972/commits/c2076abb31c4ffd44dbad845d3…">Add option to hide menubar on startup</a>
-- File Changes --
M doc/geany.txt (1)
M src/keybindings.c (11)
M src/keybindings.h (2)
M src/libmain.c (5)
M src/plugindata.h (2)
M src/ui_utils.c (2)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/2972.patchhttps://github.com/geany/geany/pull/2972.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/pull/2972