Bug 108046

Summary: Teach KILE recognise headers in the macros for the structure view
Product: [Applications] kile Reporter: BORGULYA Gábor <bugs2>
Component: generalAssignee: Jeroen Wijnhout <spam>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description BORGULYA Gábor 2005-06-24 10:47:39 UTC
Version:           1.8.1 (using KDE 3.4.1, Gentoo)
Compiler:          gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
OS:                Linux (i686) release 2.4.25-gentoo-r2

I am writing a LaTeX document with many subsubsections of similar format.
So I wrote a macro to give a uniform format to all these subsubsections:

\newcommand{\formattedsubsubsection}[3]{
\subsubsection{#1}

%\textbf{What?}
#2

\textbf{Why?}
#3
}

I can write subsubsections like this:

\formattedsubsubsection{This is the title of the subsubsection}
{Answer for the what question.}
{Answer for the why question.}

KILE, however does not display the titles of these formattedsubsubsections in the structure view.

My wish is that KILE displayed the titles of sections defined within a 
macro in the structure view, too.
Comment 1 Jeroen Wijnhout 2005-06-24 20:56:31 UTC

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