yes, cat'ing files on the caller side also helps: ```diff -geany -c geany_config -g glfw.c.tags $(find src \( ! -name CMakeFiles \) -type f \( -iname "*.c" -o -iname "*.h" \) \( ! -iname "win32*" \) \( ! -iname "cocoa*" \) | sort -) include/GLFW/glfw3.h +cat $(find src \( ! -name CMakeFiles \) -type f \( -iname "*.c" -o -iname "*.h" \) \( ! -iname "win32*" \) \( ! -iname "cocoa*" \) | sort) include/GLFW/glfw3.h > tags.in.h +geany -c geany_config -g glfw.c.tags tags.in.h ```
but having tools themselves more deterministic is still a plus, because it avoids having to patch all callers. -- 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/pull/1989#issuecomment-437550486
