]> git.lyx.org Git - features.git/commitdiff
Add listings parameter linerange, new in listings 1.4
authorBo Peng <bpeng@lyx.org>
Wed, 6 Jun 2007 02:03:16 +0000 (02:03 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 6 Jun 2007 02:03:16 +0000 (02:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18688 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListingsParams.cpp

index e4e674821964658d1eb3d5a2f59ddba3c383c7b4..b6fe7fb1890d8ebe5cf6d2f6e67d9e701c461491 100644 (file)
@@ -319,6 +319,8 @@ ParValidator::ParValidator()
                ListingsParam("", false, INTEGER, "", empty_hint);
        all_params_["lastline"] =
                ListingsParam("", false, INTEGER, "", empty_hint);
+       all_params_["linerange"] =
+               ListingsParam("", false, ALL, "", empty_hint);
        all_params_["showlines"] =
                ListingsParam("", false, TRUEFALSE, "", empty_hint);
        all_params_["emptylines"] =