Bug 267248 - Wish VCS: Highlight modified files. Show different icon and/or font properties
Summary: Wish VCS: Highlight modified files. Show different icon and/or font properties
Status: REPORTED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: vcs (show other bugs)
Version: 0.9.94
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
: 355348 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-27 13:06 UTC by Musikolo
Modified: 2020-02-14 10:17 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Musikolo 2011-02-27 13:06:50 UTC
Version:           4.2.0 (using KDE 4.6.0) 
OS:                Linux

Whenever you are connected to a VCS repository (say Git-based) and you modify a file, it would be quite nice to show a different icon and/or change the file font name (style, color, ...etc). This would made very easy to visually see what changes has been done in ones' project with no need to run commands like, in case of git, next:

 [musikolo@MyPC myproject]$ git status
# On branch development
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   mainwindow.cpp
#       modified:   mainwindow.h
#       modified:   reportviewhandler.cpp
#       modified:   reportviewhandler.h
#       modified:   taskrowviewhandler.cpp
#       modified:   taskrowviewhandler.h
#
no changes added to commit (use "git add" and/or "git commit -a")

In the above example, all those files would be highlighted.

Reproducible: Always
Comment 1 Aleix Pol 2011-03-01 04:07:53 UTC
This feature is on the works. If you're interested in contributing, I can help you get it done.
Comment 2 Sebastian Turzański 2020-02-10 09:17:38 UTC
also for git
Comment 3 Milian Wolff 2020-02-14 10:17:00 UTC
*** Bug 355348 has been marked as a duplicate of this bug. ***