History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3586
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Thomas Singer
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

(XML-) Editor: autowrapping lines

Created: 26 Feb 06 16:09   Updated: 05 Mar 06 23:08
Component/s: Editor. Editing Text
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 4,155
Severity: Medium


 Description  « Hide
For editing large XML documents, it would be very helpful to have an modus, where the lines would automatically wrap at a certain right column (fixed column or the window border). The best I have seen so far ist the soft-word wrap mode in jEdit, especially since it indents the next line correctly.
<content>
  Here a lot of text can be found and it is a very long text line.
  This is a second line.
</content>

would render as (50 columns)

<content>
  Here a lot of text can be found and it is a
  very long text line.
  This is a second line.
</content>

or when set to 40 columns:

<content>
  Here a lot of text can be found and
  it is a very long text line.
  This is a second line.
</content>

Note, that only the view wraps the line, there is no line separator touched.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.