When typing text in Geany, I use often a dash. Till now I use LibreOffice for this by creating a dash to copy and paste it in Geany. So, I asked myself if there is not a faster way.
In LibreOffice, if I type this:
`hello --world !`
the text will be automatically transformed to this:
`hello –world !`
So, the two hyphens will be transformed to a dash. This is the way how I produce a dash in LibreOffice.
Is there a shortcut to insert a dash in Geany?
In a famous search engine I searched for this: geany dash shortcut.
But I couldn't find something useful to solve the question.
Also there I couldn't find something useful to solve the question:
https://wiki.geany.org/howtos/sorted_keyboard_shortcuts
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3887
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3887(a)github.com>
Hi there,
geany was really handy and easy to dl quiclkly, why yalll removed it forcing us to build it from source ? so boring and time wasting what are the reason for this choice ?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3889
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3889(a)github.com>
This can happen when in the filetype configuration we set
```ini
[settings]
tag_parser=
```
This then leads to this crash in the ctags code:
```
#0 countKinds (kcb=0x0) at main/kind.c:230
#1 0x0000fffff7e802c8 in countLanguageKinds (language=language@entry=-2)
at main/parse.c:300
#2 0x0000fffff7e15f88 in tm_ctags_get_lang_kinds (lang=lang@entry=-2)
at tm_ctags.c:467
#3 0x0000fffff7e173e8 in read_ctags_file
(file_tags=0xaaaaaad7e260, lang=-2, tags_file=0xaaaaaaf86de0 "/usr/local/share/geany/tags/std.py.tags") at tm_source_file.c:313
#4 tm_source_file_read_tags_file
(tags_file=tags_file@entry=0xaaaaaaf86de0 "/usr/local/share/geany/tags/std.py.tags", mode=-2) at tm_source_file.c:552
#5 0x0000fffff7e1a4dc in tm_workspace_load_global_tags
(tags_file=tags_file@entry=0xaaaaaaf86de0 "/usr/local/share/geany/tags/std.py.tags", mode=<optimized out>) at tm_workspace.c:379
#6 0x0000fffff7c9937c in symbols_load_global_tags
(tags_file=0xaaaaaaf86de0 "/usr/local/share/geany/tags/std.py.tags", ft=ft@entry=0xaaaaab4cdf40) at symbols.c:166
#7 0x0000fffff7c997bc in load_user_tags (ft_id=GEANY_FILETYPES_PYTHON)
at symbols.c:1377
#8 symbols_global_tags_loaded (file_type_idx=<optimized out>) at symbols.c:193
#9 0x0000fffff7c53bdc in document_load_config
(doc=0xaaaaac1c90d0, type=0xaaaaab4cdf40, filetype_changed=<optimized out>)
at document.c:2820
#10 0x0000fffff7c53cc8 in document_set_filetype
(doc=0xaaaaac1c90d0, type=0xaaaaab4cdf40) at document.c:2859
#11 0x0000fffff7c55ac4 in document_open_file_full (doc=<optimized out>,
doc@entry=0x0, filename=<optimized out>, pos=pos@entry=0, readonly=readonly@entry=0, ft=ft@entry=0x0, forced_enc=forced_enc@entry=0x0) at document.c:1490
#12 0x0000fffff7c55b00 in document_open_file
(locale_filename=<optimized out>, readonly=readonly@entry=0, ft=ft@entry=0x0, forced_enc=forced_enc@entry=0x0) at document.c:904
```
Until there's some LSP support in Geany, setting `tag_parser` to the empty value is necessary to disable ctags parsing so it doesn't clash with the LSP implementation.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3865
-- Commit Summary --
* Protect tm_ctags_*() functions against TM_PARSER_NONE language parameter
-- File Changes --
M src/tagmanager/tm_ctags.c (29)
-- Patch Links --
https://github.com/geany/geany/pull/3865.patchhttps://github.com/geany/geany/pull/3865.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3865
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3865(a)github.com>
Supported commands are:
za / zo / zc toggle / open / close fold on one level of folding
zA / zO / zC toggle / open / close fold on all folding levels
zR / zM open / close all folds
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1350
-- Commit Summary --
* Vimode: implement fold in vimode plugin
-- File Changes --
M vimode/README (11)
M vimode/src/Makefile.am (4)
M vimode/src/cmd-runner.c (10)
A vimode/src/cmds/fold.c (130)
A vimode/src/cmds/fold.h (37)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1350.patchhttps://github.com/geany/geany-plugins/pull/1350.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1350
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1350(a)github.com>
Hi,
When caret is on misspelled word, is it possible to open "spelling suggestions" menu using keyboard ?
If not, the support need to be in the plugin code, so will "export" function for key binding ?
Thanks for your help.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1306
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1306(a)github.com>
E.g. Often targets need to be run in a parent folder or a subfolder.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3883
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3883(a)github.com>
Why PHP files doesn't have code folding available only for curly braces ? If I inherit direct C style rendering into custom/user filetypes.php, it works, but than, I need to add all the keywords manually, which is not a problem. It works. But than, again, `^$` (variables) are not painted ... unless I put that as well into `primary` keywords line ... but, then - again - I cannot change the color of the `$variable`, the same as other words/keywords and language constructs. In C style, no other keywords than `primary` is taken into account. Is there any workaround for this instead of using/importing C style filedef ?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3561
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3561(a)github.com>