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
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
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