From de9a25bb9e7aff4c7f89677120df1f9d80e419cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Sun, 5 May 2024 21:57:10 +0200 Subject: [PATCH] geanyctags: Add information about universal-ctags --- geanyctags/README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/geanyctags/README b/geanyctags/README index 9912dff6f..ad91b862d 100644 --- a/geanyctags/README +++ b/geanyctags/README @@ -9,9 +9,11 @@ About GeanyCtags adds a simple support for generating and querying ctags files for a Geany project. It requires that the ctags command is installed in a system path. On -unix systems, distributions usually provide the ctags package; on Windows, the -ctags binary can be found in the zip Windows distribution from the ctags home -page (https://ctags.sourceforge.net). +unix systems, distributions usually provide the ctags (original but orphaned +and unmaintained) or universal-ctags (forked and maintained) packages. On Windows, +the universal-ctags binaries can be downloaded from:: + + https://github.com/universal-ctags/ctags-win32/releases Even though Geany supports symbol definition searching by itself within the open files (and with a plugin support within the whole project), tag regeneration can become