Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 32103 - CVS console highlights wrong lines if CI message has multiple lines
Summary: CVS console highlights wrong lines if CI message has multiple lines
Status: RESOLVED DUPLICATE of bug 19130
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-VCM-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-18 06:29 EST by James Tait CLA
Modified: 2003-02-25 10:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Tait CLA 2003-02-18 06:29:58 EST
When comitting a project changes to CVS, I often use multi-line comments.  This
causes problems with the CVS Console output, however.  Consider the following
example:

-----8<-----
cvs ci -m " - Implemented something.
 - Implemented something else.
 - Implemented a third thing.
 - And another thing." "/project/dir/foo.java" "/project/dir/bar.java"
  Checking in dir/foo.java;
  /data/cvs/java/project/foo.java,v  <--  foo.java
  new revision: 1.24; previous revision: 1.23
  done
  Checking in dir/bar.java;
  /data/cvs/java/project/bar.java,v  <--  bar.java
  new revision: 1.26; previous revision: 1.25
  done
ok (took 0:02.294)
***
-----8<-----

The first line of the cvs command is black, as per my prefs for CVS command
line.  The second, third and fourth lines are blue, as per my prefs for CVS
messages.  The blue continues all the way to three lines before the last "done"
line ("Checking in dir/bar.java;") and everything after that is black again. 
Highlighting in subsequent CVS operations is also off by the same number of
lines, and it seems to be incremental.
Comment 1 Michael Valenta CLA 2003-02-25 10:17:52 EST

*** This bug has been marked as a duplicate of 19130 ***