----- Original Message ----- From: "Donald McLean" <[EMAIL PROTECTED]>
> I like this idea, but how is IDEA going to differentiate new files that > need committing from temporary files (such as scratch data and class > files) that should not be committed? When you add a file into CVS, it's actually a two step process: "cvs add foo.java" and then "cvs commit foo.java". In between those two operations, the file could be considered "new" as in WinCVS for example. I like this suggestion... +1 > On Fri, 26 Apr 2002, SyedA wrote: > > > I think it would be really nice to have the following information available > > within the CVS tab. It would be further helpful if this information could be > > made available as icons (explained further on) in the status bar pane at the > > bottom of IDEA. > > > > - Number of files that are new and need commiting into CVS. > > - Number of files modified locally and need commiting into CVS > > - Of these the ones that have had update merge conflicts (in red say) > > - Number of files removed but not commited completely. > > > > The above three cases could be shown as three different icons with numbers > > in the centre. When the user selects the icon it could show a pop up with > > the list of files (either like the way recent files list is shown or as a > > menu) from where the user could open in the CVS tab or in the editor. > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
