df56h created an issue (geany/geany#4528)
I use window 10 1909, geany 1.37, i want to create a tags file for gtk+-3.0 first i opened cmd ,and set CFLAGS ``` set CFLAGS=-ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/gtk-3.0 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/cairo -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/pango-1.0 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/atk-1.0 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/cairo -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/pixman-1 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/freetype2 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/libpng15 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/gdk-pixbuf-2.0 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/libpng15 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/glib-2.0 -ID:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/lib/glib-2.0/include ``` Then I tried to create the tags file ``` geany.exe -g gtk.c.tags D:/BuildTools/gtk+-bundle_3.6.4-20130513_win32/include/gtk-3.0/gtk/gtk.h ``` It generated a tags file, but it's only 230kb. After loading in Geany, it cannot autocomplete some structures, such as: GtkWidget, GtkButton It can autocomplete some functions, such as:g_signal_connect. I found that the tags file does not contain struct information. I don't know where the problem is. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4528 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
