<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Possible to add more colouring options in script editor?]]></title><description><![CDATA[<p dir="auto">I've found that I really appreciate good use of colour in a script editor or IDE!<br />
It makes it 10 times easier to read for my brain.</p>
<p dir="auto">Sadly the HISE script editor doesn't color functions or namespaces, even though the code preview option in this forum does color functions.<br />
Would it be possible to add this feature? Or is this something I can do myself?<br />
I've read that this is actually not that easy to do, and there might be real technical limitations, but I don't know for sure how it works.</p>
<p dir="auto">There's also no HISE extension for Visual Studio Code right?</p>
<pre><code>namespace MyNameSpace
{
	var variable;
}

// --- Target ComboBox ---
// Only testing Filter for now
inline function onTargetBox(component, value)
{
	if (value &lt;= 1) 	 // Disconnect MM_Filter if "None" option is selected
	{MM.connect("LFO Modulator", "MM_Filter", false);}
	
	else if (value == 2) // Connect MM_Filter if "Filter" option is selected	
	{MM.connect("LFO Modulator", "MM_Filter", true);}
}
cmbTarget.setControlCallback(onTargetBox);
MyNameSpace.variable = 1;
</code></pre>
]]></description><link>https://forum.hise.audio/topic/14971/possible-to-add-more-colouring-options-in-script-editor</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 17:03:07 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14971.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 02 Aug 2026 09:16:10 GMT</pubDate><ttl>60</ttl></channel></rss>