Bug 195201 - Static word wrap loses indentation
Summary: Static word wrap loses indentation
Status: RESOLVED DUPLICATE of bug 135737
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 14:07 UTC by Ryan Reich
Modified: 2009-06-05 00:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Reich 2009-06-04 14:07:26 UTC
Version:           2.0.2 (using KDE 3.5.10)
Compiler:          gcc-4.2.4 
OS:                Linux
Installed from:    Gentoo Packages

Like the title says, Kile drops its indentation when starting a new line because of static word wrap.  For example, normally I might have indentation like:

\begin{proof}
 One long line of the proof->
 wraps onto the next visual line.
\end{proof}

where -> means the line wrapped.  But with static word wrap, it comes out

\begin{proof}
 First static-wrapped line
Second static-wrapped line.
\end{proof}

The second line (and subsequent ones) lose the initial space.  This breaks the visual structure of the document.
Comment 1 Dominik Haumann 2009-06-05 00:15:51 UTC
Already known issue, see bug #135737. Not fixed yet, unfortunately.

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