mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Default theme's DEFAULT_PARAMETER should fallback to IDENTIFIER, just like in Darcula. This fixes issues where an external highlighter returns a DEFAULT_PARAMETER highlighting, but a wrong highlighting is applied instead. This happens because looking up the key in the scheme finds the empty DEFAULT_PARAMETER value with null colors, thus we fallback to the other highlighter's colors, which may be incorrect. GitOrigin-RevId: ea4fb9fccf4f164c677d1eb5ce09638c0c402b49
7 lines
1.7 KiB
HTML
7 lines
1.7 KiB
HTML
<html><body><div class="bottom"><icon src="AllIcons.Nodes.Package"/> <code><a href="psi_element://#module#ParamDescriptionOrder">ParamDescriptionOrder</a></code></div><div class="definition"><pre><span style="color:#000080;font-weight:bold;">def </span><span style="color:#000000;">func</span><span style="">(</span><span style="color:#000000;">g</span><span style="">: </span><span style="color:#000000;">Any</span><span style="">,</span>
|
|
<span style="color:#000000;">f</span><span style="">: </span><span style="color:#000000;">Any</span><span style="">,</span>
|
|
<span style="color:#000000;">e</span><span style="">: </span><span style="color:#000000;">Any</span><span style="">,</span>
|
|
<span style="color:#000000;">d</span><span style="">: </span><span style="color:#000000;">Any</span><span style="">,</span>
|
|
<span style="color:#000000;">c</span><span style="">: </span><span style="color:#000000;">Any</span><span style="">,</span>
|
|
<span style="color:#000000;">b</span><span style="">: </span><span style="color:#000000;">Any</span><span style="">,</span>
|
|
<span style="color:#000000;">a</span><span style="">: </span><span style="color:#000000;">Any</span><span style="">)</span> -> <span style="color:#000000;"><span style="color:#000080;font-weight:bold;">None</span></span></pre></div><div class="content">Unittest placeholder</div><table class="sections"><tr><td class="section" valign="top">Params:</td><td valign="top"><p><code>g</code> – g</p><p><code>f</code> – f</p><p><code>e</code> – e</p><p><code>d</code> – d</p><p><code>c</code> – c</p><p><code>b</code> – b</p><p><code>a</code> – a</p></td></tr></table></body></html> |