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
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
Seems like automark is crashing geany with segmentation fault.
I am using gtk3 built on ubuntu 16.04.
Backtrace:
```
Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
automark (user_data=0x3520f90) at automark.c:104
104 ScintillaObject *sci = editor->sci;
(gdb) bt
#0 automark (user_data=0x3520f90) at automark.c:104
#1 0x00007ffff50de04a in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff50de3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff50de712 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff6c24395 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#5 0x00007ffff799d567 in main_lib (argc=1, argv=0x7fffffffd948) at libmain.c:1233
#6 0x00007ffff7362830 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00000000004005d9 in _start ()
```
--
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/574
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