| Summary: | Error message when creating new CTags index target | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Thomas Surrel <thomas.surrel> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 18.04.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kate/1418739a540cad66abd4c4d88dfd77f490cd0099 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Kate CTags addon error message | ||
Git commit 1418739a540cad66abd4c4d88dfd77f490cd0099 by Nathaniel Graham, on behalf of Thomas Surrel. Committed on 26/05/2018 at 03:03. Pushed by ngraham into branch 'master'. Fix CTags dialog error message when adding target Summary: When trying to add a new index target in the CTags addon (from the view, not from the settings), the dialog message to select the folder is set to point to the current _file_ instead of the current file _directory_. The dialog than complains about it not being a directory. Reviewers: #kate, sars Reviewed By: #kate, sars Subscribers: sars, kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D13115 M +1 -1 addons/kate-ctags/kate_ctags_view.cpp https://commits.kde.org/kate/1418739a540cad66abd4c4d88dfd77f490cd0099 |
Created attachment 112725 [details] Kate CTags addon error message Hi, when trying to add a new index target in the CTags addon, the dialog message to select the folder displays an error message: <XXX> is a file but a folder was expected. The <XXX> filename displayed corresponds to the file that is currently being edited. The problem does not appear if no files are currently opened in Kate. Thomas