Bug 402212 - Additions to Projects > Code Analysis: Limit scan to an individual file or folder
Summary: Additions to Projects > Code Analysis: Limit scan to an individual file or fo...
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: 18.12.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-16 21:11 UTC by Gregor Mi
Modified: 2021-12-07 05:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregor Mi 2018-12-16 21:11:57 UTC
A (very) basic mockup screenshot how a context menu could look like for an invididual file can be found here: https://phabricator.kde.org/D17316

A context menu item in the project files tree would be nice, too. In this case, support for a context menu on folders there would be helpful; currently, only files can be right-clicked. See also https://phabricator.kde.org/D17449
Comment 1 Waqar Ahmed 2021-12-07 05:44:33 UTC
This is a per-checker thing, not something we will support globally somehow. So, for e.g the "clazy" checker can check a single file even now. Other checkers that want to do this will need to support it individually.