| Summary: | automatic re-generation of ctags file when files are added/removed | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jonathan Solomon <jsolomon> |
| Component: | CTags | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | wishlist | CC: | krystof.zacek |
| Priority: | NOR | ||
| Version First Reported In: | 0.1 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Should it really remove the tags file? It seems inconvenient to me to lose my metadata just because I want a clean build. I'm not sure I agree this is a bug. Well then it is a wish I think whats really wanted is automatic re-run of ctags when files are added or removed, rather than removing the ctags file. So I'm changing the wish summary. *** Bug 125100 has been marked as a duplicate of this bug. *** |
Version: (using KDE KDE 3.2.1) Installed from: Compiled From Sources Compiler: gcc 3.3.3 OS: Linux KDevelop uses ctags by default to create tag files. Under Linux at least, the default name for a ctags tag-file is 'tags' ('TAGS' for etags). Clean removes 'TAGS' but not 'tags'.