<?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[Comment line style for user defined language]]></title><description><![CDATA[<p dir="auto">I’d like to fix an issue with my User Defined Language that I wrote for <a href="http://www.stata.com" rel="nofollow ugc">Stata</a>.</p>
<p dir="auto"><a href="http://www.stata.com/manuals14/pcomments.pdf" rel="nofollow ugc">Stata’s language has 4 types of comments: </a></p>
<ul>
<li>/* */ is used to create comment blocks</li>
<li>comment lines:
<ul>
<li>“*” must appear at the beginning of the line. If “*” is <em>not</em> the first character it is treated as a multiplication sign.</li>
<li>“\\” can appear anywhere in the comment line. Anything appearing after “\\” is treated as a comment.  The next line in the code is treated as a new line.</li>
<li>“\\\” can appear anywhere in the comment line. anything after “\\\” is treated as a comment.   The next line in the code is treated as a continuation of the previous line.</li>
</ul>
</li>
</ul>
<p dir="auto">My problem is that I don’t know how to configure this in the Notepad++ “user defined language” dialog box. Depending on how I toggle the “line comment position” option, I can get one or another style to work.  But I can’t figure out how to get all four types of comments to work at the same time.</p>
<p dir="auto">Any suggestions?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13272/comment-line-style-for-user-defined-language</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 09:43:33 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13272.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Feb 2017 22:07:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 24 Dec 2024 07:16:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a> So you mean just change the name?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98734</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98734</guid><dc:creator><![CDATA[malan sanni]]></dc:creator><pubDate>Tue, 24 Dec 2024 07:16:57 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 01 Jan 2019 19:06:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a></p>
<p dir="auto">I’m curious, does the idea of a Mac port still seem workable there?</p>
<p dir="auto">I’m asking not in a ‘are you done yet?’ way - but more generally speaking, at the technical level, is the new code and all dependencies looking like they should compile/work at the end of the process?  I’m imagining there must be quite a bit of build errors/warnings to sift through!</p>
<p dir="auto">It certainly would be appreciated by a lot of folks I’m sure. I was just looking at using WineBottler to install on my work Macbook when I came across this post.  Right now I’m using Textmate at work and Notepad++ at home, and switching between the two is causing my poor fingers some confusion.</p>
<p dir="auto">PS - Happy New Year!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/37895</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/37895</guid><dc:creator><![CDATA[Rowsdow3r]]></dc:creator><pubDate>Tue, 01 Jan 2019 19:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Wed, 24 Oct 2018 12:24:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a></p>
<blockquote>
<p dir="auto">permission to port notepad++ to mac os x 10.10.x - 10.14.x by <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a></p>
</blockquote>
<p dir="auto">First, it is awesome that you asked and apparently received <em>permission</em> to do this.  I understand the open source concept where you don’t have to ask permission, but when you don’t and don’t give your new thing a distinctive name (see later posts in <a href="https://notepad-plus-plus.org/community/topic/14734/notepad-uwp-package-in-windows-store-almost-there" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/14734/notepad-uwp-package-in-windows-store-almost-there</a>) and you put it in a mainstream distribution channel, that is lousy IMO.</p>
<p dir="auto">Second, I presume this port is not going to exist in the same source as the existing Notepad++?  Although it would be great if it could…  If it is not going to be part of the existing source code, is it (I hope) going to have a distinctive new name?  (Although I suppose <em>Notepad++ for Mac</em> will suffice if nothing more inventive comes to mind)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35674</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35674</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 24 Oct 2018 12:24:50 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Wed, 17 Oct 2018 12:29:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> said:</p>
<blockquote>
<p dir="auto">permission to port notepad++ to mac os x 10.10.x - 10.14.x by <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a></p>
</blockquote>
<h3>Ooooh…I want this!  :-)</h3>
]]></description><link>https://community.notepad-plus-plus.org/post/35491</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35491</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 17 Oct 2018 12:29:17 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Mon, 15 Oct 2018 22:17:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/psl-t20" aria-label="Profile: PSL-T20">@<bdi>PSL-T20</bdi></a></p>
<p dir="auto">please be patient</p>
<p dir="auto">i’ve been granted permission to port notepad++ to mac os x 10.10.x - 10.14.x by <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> a while ago.</p>
<p dir="auto">it is in it’s final stages and all of the 7.5.8 code is working without any issues.<br />
(7.5.9 should be too, but we’ve not tested everything we know that could produce an issue yet)</p>
<p dir="auto">currently i’ve just finished the high-dpi (retina 2x) implementation routine to let the users decide, whether they prefer high-dpi 200% scaling to be anti aliased in a 2x2 square or if they want retro squared pixels.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35468</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35468</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Mon, 15 Oct 2018 22:17:38 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Sun, 14 Oct 2018 08:43:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I am not getting any approach to run np++ on my macintosh, is there any exit plan to run it on My macintosh. Plz help, thx ahead of time,</p>
<p dir="auto">Respects,</p>
<p dir="auto">Roch (<a href="https://pslt20.net/psl-live-streaming-online-free/" rel="nofollow ugc">PSL T20 Live</a>)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35443</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35443</guid><dc:creator><![CDATA[PSL T20]]></dc:creator><pubDate>Sun, 14 Oct 2018 08:43:29 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 28 Feb 2017 16:34:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pnedev" aria-label="Profile: pnedev">@<bdi>pnedev</bdi></a></p>
<p dir="auto">thank you very much and also for all of your efforts to make this plugin better and better.<br />
Same applies to <a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a> for his constant help to improve it. Very much appreciated.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/22215</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/22215</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 28 Feb 2017 16:34:25 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 28 Feb 2017 11:34:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a> ,</p>
<p dir="auto">The issue with the CP toolbar icons initial state is fixed here: <a href="https://github.com/pnedev/compare-plugin/commit/e11d59f956d3ffcc08fb3f830834dece83d2a5bb" rel="nofollow ugc">https://github.com/pnedev/compare-plugin/commit/e11d59f956d3ffcc08fb3f830834dece83d2a5bb</a>.<br />
The problem was with the moment the initial state of the toolbar icons was set - it shouldn’t be when the icons are registered but rather after all N++ initialization is done.<br />
Thanks.</p>
<p dir="auto">BR</p>
]]></description><link>https://community.notepad-plus-plus.org/post/22212</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/22212</guid><dc:creator><![CDATA[pnedev]]></dc:creator><pubDate>Tue, 28 Feb 2017 11:34:13 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 23:07:48 GMT]]></title><description><![CDATA[<p dir="auto">I’ll take a rain-check on it. :)</p>
<p dir="auto">Have a good sleep and a nice day.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21902</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21902</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 23:07:48 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 23:03:47 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunate, tomorrow - I have to stay up early, otherwise … ;-D</p>
<p dir="auto">Good night.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21901</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21901</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 14 Feb 2017 23:03:47 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 23:01:26 GMT]]></title><description><![CDATA[<p dir="auto">I thought so too!<br />
Good night. :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21900</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21900</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 23:01:26 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 23:00:30 GMT]]></title><description><![CDATA[<p dir="auto">as I do - I assume this can go the whole night :-D</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21899</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21899</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 14 Feb 2017 23:00:30 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 22:59:46 GMT]]></title><description><![CDATA[<p dir="auto">And here I owe you again: thanks. :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21898</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21898</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 22:59:46 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 22:53:09 GMT]]></title><description><![CDATA[<p dir="auto">and I upvoted as you are so attentive to see this little mistake.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21897</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21897</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 14 Feb 2017 22:53:09 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 22:47:51 GMT]]></title><description><![CDATA[<p dir="auto">I owe you many thanks for your kind help on the forum.<br />
The last one was for the up-voting. :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21896</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21896</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 22:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 22:43:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a></p>
<p dir="auto">your welcome but I have to thank you don’t I ;-)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21895</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21895</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 14 Feb 2017 22:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 22:41:24 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Claudia. :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21894</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21894</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 22:41:24 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 22:28:33 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pnedev" aria-label="Profile: pnedev">@<bdi>pnedev</bdi></a>,</p>
<p dir="auto">Thank you for further investing it. I appreciate that.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daveyd" aria-label="Profile: DaveyD">@<bdi>DaveyD</bdi></a>,</p>
<p dir="auto">Thank you for testing and confirming. Appreciated.<br />
Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a> is a lady. I made this mistake too. :)</p>
<p dir="auto">BR</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21892</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21892</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 22:28:33 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 13:28:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello, I am not getting any way to run np++ on my mac, is there any way out to run it on My mac. Plz help, thx in advance,<br />
Regards,<br />
Roch (<a href="https://goo.gl/h9ujma" rel="nofollow ugc">Crictime</a>)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21875</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21875</guid><dc:creator><![CDATA[Roch1995]]></dc:creator><pubDate>Tue, 14 Feb 2017 13:28:13 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 09:29:01 GMT]]></title><description><![CDATA[<p dir="auto">Hello guys,</p>
<p dir="auto">Thank you all for testing, commenting and reporting.<br />
This issue looks to me like some inconsistency during toolbar ready N++ start-up phase.<br />
I’ll investigate further and write back but in another thread as this off-topic is becoming the main discussion here.</p>
<p dir="auto">BR</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21870</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21870</guid><dc:creator><![CDATA[pnedev]]></dc:creator><pubDate>Tue, 14 Feb 2017 09:29:01 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 04:22:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi Yaron, Pavel, Claudia<br />
First of all, big thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/pnedev" aria-label="Profile: pnedev">@<bdi>pnedev</bdi></a>  for further developing this great plugin! I use it regularly. And of course, thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a> for pushing the development and QA (and anything else I dont know about :) )<br />
And… thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a> for all his great work and help on this forum!</p>
<p dir="auto">For what it’s worth, I’ve tested the plugin in regard to the above conversation, and I can verify that I get the same behaviour as <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a>.</p>
<p dir="auto">On start, all icons are enabled. When clearing a recent compare, the “Clear active compare” icon gets disabled, but the rest remain enabled.</p>
<p dir="auto">Notepad++ v6.9.1<br />
Build time : Mar 28 2016 - 19:48:40<br />
Path : C:\Programs\Notepad++\notepad++.exe<br />
Admin mode : OFF<br />
Local Conf mode : ON<br />
OS : Windows 10</p>
<p dir="auto">ATB,<br />
David</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21863</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21863</guid><dc:creator><![CDATA[DaveyD]]></dc:creator><pubDate>Tue, 14 Feb 2017 04:22:31 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 02:47:12 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Just to close the issue here.<br />
Both <a class="plugin-mentions-user plugin-mentions-a" href="/user/pnedev" aria-label="Profile: pnedev">@<bdi>pnedev</bdi></a>  and myself use the Customize Toolbar plugin and with it the buttons state is handled properly.<br />
I’ll refer Pavel to the issue.</p>
<p dir="auto">Again, thank you and good night.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21862</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21862</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 02:47:12 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 02:32:34 GMT]]></title><description><![CDATA[<p dir="auto">That’s important too.<br />
Thanks again.</p>
<p dir="auto">BR</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21861</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21861</guid><dc:creator><![CDATA[Yaron]]></dc:creator><pubDate>Tue, 14 Feb 2017 02:32:34 GMT</pubDate></item><item><title><![CDATA[Reply to Comment line style for user defined language on Tue, 14 Feb 2017 02:32:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yaron" aria-label="Profile: Yaron">@<bdi>Yaron</bdi></a></p>
<p dir="auto">no problem - any time again.</p>
<p dir="auto">Btw. Just a note, the menu entries are greyed out.</p>
<p dir="auto"><img src="https://camo.nodebb.org/a547bc93e8844b707737703af758cf963b957dfe?url=http%3A%2F%2Fi.imgur.com%2FkR2IWiH.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers and good night :-)<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21860</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21860</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 14 Feb 2017 02:32:39 GMT</pubDate></item></channel></rss>