Skip to content

Commit e03f588

Browse files
committed
add info on =%<text%> keyvals
1 parent 44cfad9 commit e03f588

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

utilities/manual/build/html/CHANGELOG.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h2>TeXstudio 4.9.0<a class="headerlink" href="#texstudio-4-9-0" title="Link to
270270
<li><p>fix table insert from libreoffice calc, see <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/4186">#4186</a></p></li>
271271
<li><p>fix stylesheet application on windowed pdf viewer, see <a class="reference external" href="https://github.com/texstudio-org/texstudio/discussions/4185">#4185</a></p></li>
272272
<li><p>fix showing log for labels with colon in its name, see <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/4184">#4184</a></p></li>
273-
<li><p>fix quotation mark replacement in rnw files,see <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/4180">#4180</a></p></li>
273+
<li><p>fix quotation mark replacement in rnw files, see <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/4180">#4180</a></p></li>
274274
<li><p>handle units in siunitx special to reduce completion offer and syntax check</p></li>
275275
<li><p>add indent guides (optional), see <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/4129">#4129</a></p></li>
276276
<li><p>extend cwl to allow multiple keyval arguments for one command</p></li>

utilities/manual/build/html/background.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ <h3>cwl file format<a class="headerlink" href="#cwl-file-format" title="Link to
448448
If ##l is added to a key, the argument is defining a label. (see
449449
listings.cwl)<br />
450450
If ##d is added to a key, the argument is treated same like command definition,i.e. no syntax check. (see
451-
listings.cwl)</p></li>
451+
listings.cwl)<br />
452+
If <code class="docutils literal notranslate"><span class="pre">=%&lt;text%&gt;</span></code> is added to a key, the argument is treated as text, i.e. it is spell-checked.</p></li>
452453
<li><p><code class="docutils literal notranslate"><span class="pre">#endkeyvals</span></code> (at start of line): end definition of keyvals, see
453454
graphicx.cwl in source code</p></li>
454455
<li><p><code class="docutils literal notranslate"><span class="pre">#ifOption:&lt;option&gt;</span></code> (at start of line): the following block is only

utilities/manual/source/background.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ position in a LaTeX document. The char `#` cannot be used inside a
155155
If \#\#l is added to a key, the argument is defining a label. (see
156156
listings.cwl)\
157157
If \#\#d is added to a key, the argument is treated same like command definition,i.e. no syntax check. (see
158-
listings.cwl)
158+
listings.cwl)\
159+
If `=%<text%>` is added to a key, the argument is treated as text, i.e. it is spell-checked.
159160
- `#endkeyvals` (at start of line): end definition of keyvals, see
160161
graphicx.cwl in source code
161162
- `#ifOption:<option>` (at start of line): the following block is only

0 commit comments

Comments
 (0)