Bug 168821 - Structure display shows file for new command \Input{} which is not the same as \input{} due to case sensitivity
Summary: Structure display shows file for new command \Input{} which is not the same a...
Status: RESOLVED DUPLICATE of bug 179862
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: 2.0.1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-09 20:35 UTC by Christoph Burger-Scheidlin
Modified: 2009-01-07 00:17 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Burger-Scheidlin 2008-08-09 20:35:15 UTC
Version:           2.0.1 (using KDE 3.5.9)
Installed from:    Unlisted Binary Package
OS:                Linux

I defined a latex macro \Input like
\newcommand{\Input}[1]{x_{#1}}

whenever I use it, kile thinks that I use the latex macro \input{} to include another latex file and displays it in the structure view. Apparently the parser for the structure view is case insensitive whereas latex is.
Comment 1 Thomas Braun 2008-08-26 12:15:15 UTC
Hello,

no this is not a bug about case sensitivity but also the command \Input (from an additional package) is by default defined in kile.

So it might me best to rename your self defined command.

bye,
Thomas
Comment 2 Christoph Burger-Scheidlin 2008-08-26 12:22:38 UTC
So the only way to fix this is to make kile aware of which packages are actually used. Sounds like more work than it is really good for, but I leave this as a wish.
Comment 3 Thomas Braun 2009-01-07 00:17:07 UTC
*** This bug has been marked as a duplicate of bug 179862 ***