Bug 108046 - Teach KILE recognise headers in the macros for the structure view
Summary: Teach KILE recognise headers in the macros for the structure view
Status: RESOLVED DUPLICATE of bug 58967
Alias: None
Product: kile
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jeroen Wijnhout
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 10:47 UTC by BORGULYA Gábor
Modified: 2005-06-24 20:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***