Bug 101213 - Empty lines and indents inserted in preformatted comments
Summary: Empty lines and indents inserted in preformatted comments
Status: RESOLVED DUPLICATE of bug 52921
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 05:52 EDT by Nikolaus Rumm CLA
Modified: 2005-06-23 21:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaus Rumm CLA 2005-06-22 05:52:41 EDT
Create the following type comment:

/**
 * <pre>
 * two words
 * </pre>
 */

Each time <Ctrl>+<F> is pressed, the preformatted text is expanded by one line
at the top and one line at the bottom, plus indenting spaces to the left, i.e.:

/**
 * <pre>
 * 
 *  two words
 *  
 * </pre>
 */

This happens only if there's at least one blank between the two words.
Comment 1 Dani Megert CLA 2005-06-22 06:09:54 EDT
And there's another (still open) bug for the indent problem.

*** This bug has been marked as a duplicate of 52921 ***
Comment 2 baikuo21 CLA 2005-06-23 21:03:14 EDT
This bug is a duplicate of bug 99738 not 52921