Bug 400476 - Git staging view does not show deleted projects
Summary: Git staging view does not show deleted projects
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 2.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-11 14:09 EST by Pascal Rapicault CLA
Modified: 2013-02-26 17:00 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2013-02-11 14:09:44 EST
Setup
SDK - 4.3.0.I20130205-0800
EGit - 2.3.0.201302060400-rc1

When I delete a project from the workspace and chose the option to delete the files from the file system, the deleted files are not shown in the "git staging" view. 

If I use git on the cli, the files appropriately appear as deleted.
Comment 1 Robin Rosenberg CLA 2013-02-26 17:00:07 EST
This is a refresh bug. If you press the refresh button in the staging view the deleted files appear, though one would expect this to happen automatically. 

My guess is that this is because we now optimize the refresh by listening to resource change events that does not happen when whole projects are deleted.