[Kst] [Bug 140788] Having square brackets in the names of data objects, scalars, etc. can bork parsing.
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Sat Mar 31 00:40:56 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=140788
------- Additional Comments From netterfield astro utoronto ca 2007-03-31 00:40 -------
SVN commit 648296 by netterfield:
CCBUG: 140788
Improve tool tip documentation for [], but [ in tag names still doesn't
work in labels (at least I can't get it to....)
M +1 -1 viewlabelwidget.ui.h
--- trunk/extragear/graphics/kst/src/libkstapp/viewlabelwidget.ui.h #648295:648296
@ -25,7 +25,7 @
connect(_strings, SIGNAL(selectionChanged(const QString &)),
this, SLOT(insertStringInText(const QString &)));
- QWhatsThis::add(_text, i18n("<qt>The syntax for labels is a derivative of a subset of LaTeX. Supported syntax is: <b>\\[greeklettername]</b> and <b>\\[Greeklettername]</b>, <b>\\approx</b>, <b>\\cdot</b>, <b>\\ge</b>, <b>\\geq</b>, <b>\\inf</b>, <b>\\int</b>, <b>\\le</b>, <b>\\leq</b>, <b>\\ne</b>, <b>\\n</b>, <b>\\partial</b>, <b>\\prod</b>, <b>\\pm</b>, <b>\\textcolor{color name}{colored text}</b>, <b>\\textbf{bold text}</b>, <b>\\textit{italicized text}</b>, <b>\\t</b>, <b>\\sum</b>, <b>\\sqrt</b>, <b>\\underline{underlined text}</b>, <b>x^y</b>, <b>x_y</b>. Data references and embedded expressions should be enclosed in square brackets. Example: <i>[=[MyScalar]/2]</i>"));
+ QWhatsThis::add(_text, i18n("<qt>The syntax for labels is a derivative of a subset of LaTeX. Supported syntax is: <b>\\[greeklettername]</b> and <b>\\[Greeklettername]</b>, <b>\\approx</b>, <b>\\cdot</b>, <b>\\ge</b>, <b>\\geq</b>, <b>\\inf</b>, <b>\\int</b>, <b>\\le</b>, <b>\\leq</b>, <b>\\ne</b>, <b>\\n</b>, <b>\\partial</b>, <b>\\prod</b>, <b>\\pm</b>, <b>\\textcolor{color name}{colored text}</b>, <b>\\textbf{bold text}</b>, <b>\\textit{italicized text}</b>, <b>\\t</b>, <b>\\sum</b>, <b>\\sqrt</b>, <b>\\underline{underlined text}</b>, <b>x^y</b>, <b>x_y</b>. Scalars, equations, and vector elements can be embedded. Scalar: <i>[V1/Mean]</i>. Vector Element: <i>[V1[4]]</i>. Equation: <i>[=[V1/Mean]^2]</i>. A [ character can be inserted as <i>\\[</i>."));
}
More information about the Kst
mailing list