Bug 51195 - [misc] multi-line comment visual and indentation matching
Summary: [misc] multi-line comment visual and indentation matching
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-04 15:30 EST by David Uselmann CLA
Modified: 2004-02-06 02:53 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 David Uselmann CLA 2004-02-04 15:30:28 EST
Just as the editor matches braces maybe it could match comment block 
terminators with initiators and visa versa. In addition it could match the 
indentation of the termination with the initiator.

This would be a nice-to-have feature class.

Indentation matching sample only (an indicator matching example is not 
possible):

/*
  some code block
*/

  /*
    some other code block
  */
Comment 1 Olivier Thomann CLA 2004-02-04 17:41:41 EST
Move to JDT/UI.
Comment 2 Dani Megert CLA 2004-02-06 02:53:57 EST
Sort of a hint is already given by syntax coloring: if the comment isn't closed
then the rest of the document is colored like a block comment.

Note: before having visual indication I'd probably like to be able to navigate
between them.