Bug 387730 - [suggestion]: "file has uncommitted changes" indicator
Summary: [suggestion]: "file has uncommitted changes" indicator
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (show other bugs)
Version: 5.2.1
Platform: Compiled Sources All
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-09 10:04 UTC by RJVB
Modified: 2018-04-06 23:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RJVB 2017-12-09 10:04:25 UTC
Xcode will annotate files that have uncommitted changes (when they're in some sort of CVS) in it's equivalent of the project manager view and that can be quite helpful.

I'm not aware of a similar feature in KDevelop. 

Open questions:
- complexity/cost of querying the vcs subsystem for outstanding changes per file
- complexity of adding an indicator in the projectmanager view
- adding an additional indicator in the editor open document tabs (additional icon, or just a text label like [M])

Is any of those susceptible (or known) to make it not worth the effort to look into implementing this kind of feature?

Maybe easier: an overall "has uncommitted changes" indicator (basically, `git status`) on the project toplevel node and a per-file equivalent in the editor tabs (= only for open files) would already be a welcome addition too.