Is it ok to add a ColorCode for a regexp frame like this ?

(what are all these strings ?)

Index: src/ColorCode.h
===================================================================
--- src/ColorCode.h    (revisione 33318)
+++ src/ColorCode.h    (copia locale)
@@ -196,6 +196,8 @@

    /// Color is inherited
    Color_inherit,
+    /// Color for regexp frame
+    Color_regexpframe,
    /// For ignoring updates of a color
    Color_ignore
};
Index: src/Color.cpp
===================================================================
--- src/Color.cpp    (revisione 33318)
+++ src/Color.cpp    (copia locale)
@@ -241,6 +241,7 @@
{ Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" }, { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"},
    { Color_inherit, N_("inherit"), "inherit", "black", "inherit" },
+ { Color_regexpframe, N_("regexp frame"), "regexpframe", "Green", "regexpframe" },
    { Color_ignore, N_("ignore"), "ignore", "black", "ignore" },
    { Color_ignore, 0, 0, 0, 0 }
    };


LyX Ticket Tracker wrote:
#6498: Regex looks like math.
--------------------+-------------------------------------------------------
 Reporter:  gmatht  |       Owner:  lasgouttes
Type: defect | Status: new Priority: low | Milestone: Component: search | Version: Severity: minor | Keywords: --------------------+-------------------------------------------------------
Changes (by sanda):

 * cc: tomm...@… (added)
  * component:  general => search



Reply via email to