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
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
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
Since the 3 commits on June 2016, the Tasks functionality has stopped working on non-C files (i.e. .c and .h work fine, filling up the tasks) like .vhd
The 3 commits in June reworked the task-keywords detection loop and limited it to search only within comments.
Now it doesn't find tasks in .vhd files, even if the "TODO" keyword is within a .vhd comment, which is otherwise visually styled in the editor as defined in filetypes.vhdl, so that geany does indeed detect VHDL comments fine.
--
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/530
When creating new file ( if the plug-in setting is 'Open newly created file' ), the file opens immediately without giving the possibility to set a name.
When deleting existing file the Treeview duplicates all the existing files but not physically. It's just the Treeview somehow not refreshing correctly. Very annoying because it's difficult to distinguish which file exists and which not.
--
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/518
When enabling GeanyPy from the plugins manager, geany crashes
```Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
0x00007fffe3af09a1 in PyModule_AddObject () from /lib64/libpython2.7.so.1.0
(gdb) bt
#0 0x00007fffe3af09a1 in PyModule_AddObject () at /lib64/libpython2.7.so.1.0
#1 0x00007fffe3de48b0 in geanypy_init () at /usr/lib64/geany/geanypy.so
#2 0x00007ffff79a9f85 in plugin_new () at /lib64/libgeany.so.0
#3 0x00007ffff79aad12 in pm_plugin_toggled () at /lib64/libgeany.so.0
#4 0x00007ffff57443e5 in g_closure_invoke () at /lib64/libgobject-2.0.so.0
#5 0x00007ffff5756432 in signal_emit_unlocked_R () at /lib64/libgobject-2.0.so.0
#6 0x00007ffff575f05f in g_signal_emit_valist () at /lib64/libgobject-2.0.so.0
#7 0x00007ffff575f43f in g_signal_emit () at /lib64/libgobject-2.0.so.0
#8 0x00007ffff734c017 in gtk_cell_renderer_toggle_activate () at /lib64/libgtk-x11-2.0.so.0
#9 0x00007ffff751180f in gtk_tree_view_column_cell_process_action.isra ()
at /lib64/libgtk-x11-2.0.so.0
#10 0x00007ffff7511a2b in _gtk_tree_view_column_cell_event () at /lib64/libgtk-x11-2.0.so.0
#11 0x00007ffff7505ba5 in gtk_tree_view_button_press () at /lib64/libgtk-x11-2.0.so.0
#12 0x00007ffff73efb9e in _gtk_marshal_BOOLEAN__BOXED () at /lib64/libgtk-x11-2.0.so.0
#13 0x00007ffff57443e5 in g_closure_invoke () at /lib64/libgobject-2.0.so.0
#14 0x00007ffff575682d in signal_emit_unlocked_R () at /lib64/libgobject-2.0.so.0
```
--
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/558
After running ./autogen.sh & installing intltool installation crashes:
You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build/cache -I build -I build/bundled -I geanypy/m4 --install
build/i18n.m4:20: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
aclocal: installing 'build/cache/nls.m4' from '/usr/share/aclocal/nls.m4'
aclocal: installing 'build/cache/pkg.m4' from '/usr/share/aclocal/pkg.m4'
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:15: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:16: error: possibly undefined macro: AC_PROG_LIBTOOL
configure:5255: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
autoreconf: /usr/bin/autoconf failed with exit status: 1
Any better method to install 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/420
I would like to have tab with gdb cli, sometimes I need to produce specific debugging command, direct access to gdb would be useful
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/336