Steps to reproduce:
- Enter insert mode.
- Type the letter 'g'.
- Try to exit insert mode.
Expected behavior:
Program exits insert mode.
Actual behavior:
Program stays in insert mode.
--
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/1075
In vi if you, lets say, hit i for insert, then, shift - 3 to add a # sign, you can repeat your last command by hitting period while not in insert mode and it will perform your last command and put a # where your curse is at that moment. Is it possible to get this functionality into this plugin? I never realized how much I rely on it until it wasn't 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/1011
version 1.37 plugins
abcde;
dt to ; result should be ; not e;
--
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/1052
aaa
bbb
when you yank 2 lines from the top and press p at line bbb it should be.
aaa
bbb
aaa
bbb
but instead it is
aaa
bbbaaa
bbb
It should paste from new line but it didn't
I really like to use geany because is fast, but currently vim mode is very broken even with the latest 1.37.1
I don't like to use the mouse/keyboard since I learned to use vim and is so efficient with the simple editing functions.
A lot of the vim mode is missing. for instance, delete line number doesn't work.
--
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/1060
This code:
# some comment\
some more comment NOT!
... highlights as if the second line was comment, but zsh at least treats it as code.
--
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/2715
I think, when commenting Python code via `Edit` > `Format` > `Comment Line(s)`, after the `#` character would be better to add a space, [as mentioned in PEP8](https://www.python.org/dev/peps/pep-0008/#block-comments), resulting:
<code>
# commented line
</code>
instead of:
<code>
#commented line
</code>
This prevent me to manual adjust (all) the commented line(s).
--
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/1681
(I'm running a Danish version and the English terms may not be precise)
In the Find and the Replace dialog, the [Ignore case] setting is swapped. If I choose to ignore, the case is important and vice versa.
Geany:
"Poliff"
build 2020-03-22 or later
with libraries GTK+ v3.24.20 and GLib v2.64.6
OS:
Linux Mint Cinnamon 20
Computer (my PC is almost 4 years old):
Intel Core i3-7100 Prozessor
Intel HD-Grafik 630
8 Gbyte ram DDR4
120 Gbyte SSD harddisk
1 Tbyte harddisk - Toshiba DT01ACA100
Netcard: 802.11 ac
--
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/2787