15/06/2008 22:38:13 Issue Report
Query: Version Manager - Implemented in V7.1.4.15
 
 
ID Type Description Closure Category Comments
 TC13000547  Bug Report  After entering and closing the 'Notes' window in Team Coherence Client (7.1.4.14), the 'Version Control' screen disappears behind any other app which may be running at the time eg, D2007. Also, after closing the editor, the Notes pane doesn't show any line feeds entered in the editor.  Fixed  The Notes are HTML, so you need to use <P> and <BR> to get newlines.

We've implemented a new HTML editor for notes, and you an also specify your own tool if required using Tools/Options.

 TC13000548  Bug Report  TCEdit does syntax highlighting of language keywords based on the type of file being displayed/edited. 'try' and 'catch' are C++ keywords, but they are not treated as such for .cpp files.

As long as I'm on the topic of TCEdit - it does not respond to F3 at all. It is very annoying to have to keep the search dialog open when searching through a file. Pressing F3 should display the search dialog if it has not been invoked yet, and automatically jump to the next search result if it has been, even if the dialog is not active. This is standard behavior in many applications.
 Fixed  
 TC13000550  Enhancement  In the Check-in dialog, it is possible to perform a diff from the Files tab. The problem is that it does not allow you to run diffs on the individual files in a file group. Please update the dialog to allow that.  Query  You need to right-click on a file to be able to diff on the individual files in a group.
 TC13000556  Task  Server - Very occasionally the links between some files and the corresponding archive information can be lost, resulting in some files showing zero revisions.  Implemented  This version can automatically reinstate the links. To do this:

  • shut down the repository
  • Modify the Settings.dat file in the repository root folder and add the following:

    [Maintenance]

    CheckFileList=1

  • Restart the Server


This causes the links to be reinstated. 'CheckFileList' will automatically be reset to 0 after this operation.

 TC13000557  Bug Report  If you switch repository while in Version Manager, Tracker points to the old repository when TC is restarted.  None