c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement request: Mark git changes in directory tree

peterf1972 opened this issue · comments

It would be very useful if the git status of changed/added files could be shown in the directory tree in addition to the listing on the 'changes' tab by color coding and/or adding an identifier behind the file name.
Example:
normal formatting: no changes
green a: added file
blue m: modified file
red d: deleted file
orange u: untracked file

once committed, file name formatting goes back to normal.
The git status can easily be retrieved by pulling a 'git status' in the background when saving a file