Bug 195201

Summary: Static word wrap loses indentation
Product: [Applications] kate Reporter: Ryan Reich <ryan.reich>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: thomas.braun
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***