Author: uwestoehr
Date: Mon Mar 5 02:51:19 2012
New Revision: 40857
URL: http://www.lyx.org/trac/changeset/40857
Log:
tex2lyx/text.cpp: clarify a comment and add a question
Modified:
lyx-devel/trunk/src/tex2lyx/text.cpp
Modified: lyx-devel/trunk/src/tex2lyx/text.cpp
==============================================================================
--- lyx-devel/trunk/src/tex2lyx/text.cpp Mon Mar 5 02:45:14 2012
(r40856)
+++ lyx-devel/trunk/src/tex2lyx/text.cpp Mon Mar 5 02:51:19 2012
(r40857)
@@ -1397,9 +1397,8 @@
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();
}