pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

Add git > refresh to file menu #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I often comit via cmdline, which makes nbgit think the file is still
modified. To 'refresh' the file (so i can see what changes i make) I always
do git > status and cltr+w, which would be great as git > refresh, that
does not open a new window and just refreshes the file.

In combination with shortcuts this ten can be very handy.

Original issue reported on code.google.com by grosser....@gmail.com on 6 Sep 2009 at 6:58

GoogleCodeExporter commented 9 years ago
Along the same lines as this issue and issue 55 "changes not tracked by UI", 
when you
switch branches/git stash save/pop/etc. outside of netbeans, nbgit is totally 
out of
sync and an option to refresh the status of the current open window would go a 
long
way to workaround the inability to detect the changes and update the status 
silently
in the background. 

It might be worthwhile that a git > refresh be available on a single open file, 
all
open files, all open file + git project.

Original comment by jrafa...@gmail.com on 29 Apr 2010 at 4:21