| Summary: | open header plugin not working | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | cat22 <erbenton> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cat22
2015-12-26 19:39:29 UTC
KDevelop provides this kind of functionality. Kate's Open Header plugin will allow you to toggle the header and source file, if both are in the same folder. It has nothing to do with the #includes in a file. Example: If you are in MyFile.c, and invoke open header, it will open MyFile.h. That's not too useful, it would be better to expand the Open Header functionality to open any #include'd header I agree, but it's not possible for Kate to know where to look for #includes, since Kate does not parse any Makefile to know all the include paths. That is, even if we implement it, it will be just a bad heuristic that does not really fix the feature request... |