<?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[CSS - Enter Colon After Autocomplete]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I’m wondering if there’s a way so to have the CSS autocomplete enter a colon at the end of the current selection?</p>
<p dir="auto">For example, type “marg”, select “margin-left” from the pop-up autocomplete selector box, and press enter to select that option. You’re then left with “margin-left” typed out. I’m looking to see if it’s possible to have it type out “margin-left:” with the colon at the end of the property when you hit enter to select it?</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/10878/css-enter-colon-after-autocomplete</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 19:19:02 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/10878.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Nov 2015 13:03:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CSS - Enter Colon After Autocomplete on Mon, 30 Nov 2015 09:37:15 GMT]]></title><description><![CDATA[<p dir="auto">Absolutely perfect, cheers mate.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12323</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12323</guid><dc:creator><![CDATA[Bruce Nicoll]]></dc:creator><pubDate>Mon, 30 Nov 2015 09:37:15 GMT</pubDate></item><item><title><![CDATA[Reply to CSS - Enter Colon After Autocomplete on Fri, 27 Nov 2015 20:42:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi Bruce,</p>
<p dir="auto">if this should always happen you can modify the particular api file located<br />
under YOUR_INSTALLATION_PATH\Notepad++\plugins\APIs.</p>
<p dir="auto">E.g (css.xml)<br />
…<br />
&lt;KeyWord name=“margin-bottom” /&gt;<br />
&lt;KeyWord name=“margin-left:” /&gt;<br />
&lt;KeyWord name=“margin-right” /&gt;<br />
…</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12285</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12285</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 27 Nov 2015 20:42:32 GMT</pubDate></item></channel></rss>