mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tex2lyx/text.cpp: clarify a comment and add a question
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40857 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
80d0710422
commit
9c5a8b3224
@ -1397,9 +1397,8 @@ void parse_environment(Parser & p, ostream & os, bool outer,
|
||||
|
||||
else if (name == "lstlisting") {
|
||||
eat_whitespace(p, os, parent_context, false);
|
||||
// FIXME handle listings with parameters
|
||||
// If this is added, don't forgot to handle the
|
||||
// automatic color package loading
|
||||
// FIXME handle the automatic color package loading
|
||||
// uwestoehr asks: In what case color is loaded?
|
||||
parse_listings(p, os, parent_context);
|
||||
p.skip_spaces();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user