The first thing to do after eclipse3.1m7 is, of course, look at the small bug of Ctrl-Z rollback. The previous stable or release versions all have this problem: when you modify the file but it is not saved, press Ctrl-Z to return to the last saved state, but eclipse still regards the file as changed. After testing, the bug is fixed.
In addition, I accidentally found an interesting new feature. We know that a connection string containing CVS information is similar to the following:
: Pserver: anonymous@cvs.sourceforge.net:/cvsroot/Azureus
When we add a repository location under the CVS Repository view of Eclipse, We must manually enter the information contained in the above strings. In 3.1m7, you only need to press Ctrl-V to paste the string to the new repository location dialog box. All the information will be automatically decomposed and filled, which is really more convenient for me.
Good job, eclipse!