For example `10.5`. Some other editors accept that value.
Thanks :-)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/703
Using geany plugins 1.26, from Ubuntu packages:
When I type (, Geany shows ()). The same for [, { and <.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/319
The feature to jump to after the auto-closed character when pressing tab doesn't work properly with the curly braces. Steps to reproduce:
1. Type a `{` so that `{}` results
2. Press enter, which will push the `}` down two lines and your cursor down one, and indent your cursor.
3. Press Tab. Your cursor will move down a line, but it will be _before_ the closing brace rather than after it.
--
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/584
I'm using Geany while writing Go code and it's vital to have some commands (like golint and gofmt) to be launched periodically. As Geany doesn't allow me to execute command for every CTRL+S press (or I don't know how to do that), it's good to have an ability to write custom commands and bind them to a hotkey. But this is configurable only per-project, and what if I have 10 projects in workbench? I will configure these commands **repeatedly** for all 10 projects.
What about adding a possibility to configure these commands from Workbench's tab globally (in workbench settings) and per-project (by right-clicking on project header, for example, and selecting "Set build commands for project...")?
--
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/733
I am for ever mistyping pairs of character I tried to write a transpose macro but I could not get it to work Is there a command to transpose the pair of letters on either side of the cursor? I see from the documentation that there is a transpose lines capability but I could not find anything about pairs of characters If there is not such a capability, please could you consider adding one as I would find it very useful <b>Thanks!</b>
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/814
Hello,
I use geany for my all works and after i move from Java to Kotlin for Android. I realized that Geany do not have a support Kotlin language syntax can you add this support please ?
--
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/1581
In filetype_extensions.conf the line (notice `*rc`)
`Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;*.properties;`
overwrites (notice `.bashrc`)
`Sh=PKGBUILD;*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.mksh;*.zsh;*.ash;*.bash;.bashrc;bash.bashrc;.bash_*;bash_*;*.m4;PKGBUILD;*profile;`
and therefore .bashrc is detected as being a Config file instead of a bash script.
--
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/1499
In large C files I use bookmarks to organize code in sections marked by conments that describe what the cose does.
Lately I started to write such comments in markdown, so that I get something similar to literate haskell but in C.
However the bookmarks set at the beginning of each section are not preserved when I get changes from the git repository that other colleagues committed.
Given that these bookmarks are always marked by a new markdown header in a comment I'd like to have them automatically detected on file open.
That is: if the line match a regex, but a bookmark there.
--
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/654
NSIS 3.0 is out for a while and there are MSYS2 packages for NSIS 3.x which would make the release process on Windows easier.
--
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/1302