|
From: <no...@so...> - 2001-10-15 14:04:39
|
Bugs item #471318, was opened at 2001-10-15 07:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=471318&group_id=588 Category: editor core Group: normal bug Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with "Text|Reformat" Initial Comment: Unfortunately JEdit offers no dynamic word-wrapping like e.g. Textpad. JEdit breaks (usually, not always-another small bug) the line when you write a text that is longer than the line o.k. but what is essential is a feature to reformat text. this is offered under Edit|Text|Reformat, but (now comes the bug) it breaks the indentation. e.g. <a> <text> some text some text some text </text></a> after reformatting the result is the unusable: <a> <text> some text some text some text </text> </a> so this essential feature is unfortunately not usable in this implementation. thank you Alex ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=100588&aid=471318&group_id=588 |