]> git.lyx.org Git - lyx.git/commitdiff
tex2lyx/text.cpp: clarify a comment and add a question
authorUwe Stöhr <uwestoehr@web.de>
Mon, 5 Mar 2012 01:51:19 +0000 (01:51 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 5 Mar 2012 01:51:19 +0000 (01:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40857 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/text.cpp

index d0956c36a8d1db6fb82e74bfb6f864a871ef2d13..65f4e3ce49e1580b0f4c5d56c788ba146c131048 100644 (file)
@@ -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();
        }