From: Patrick W. <pat...@ny...> - 2008-07-31 20:00:05
|
Hey everyone, I think it a good idea to modify GitStatusAdapter a bit. We need to be able to get the status of files and directories individually. We should have GitStatusAdapter instantiate a GitStatus object on construction, and have methods to get IProject/IFile/IFolder status. When we import external projects into Eclipse (which I started testing but haven't committed), the IResource paths are relative to the project root. To get the absolute file, we have to do some magic. Having a GitStatusAdapter automatically translate from relative to absolute is a big time saver. Is everyone game or should I branch and do a code review? -- Patrick |