<?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[Error in TCL syntax highlighting]]></title><description><![CDATA[<p dir="auto">I’ve tried multiple settings in langs.xml (and even tweaked langs.model.xml) but can’t solve these THREE problems:</p>
<p dir="auto">(1) upgrading does NOT keep my color settings/formatting for TCL; all the fonts, sizing, and colors are reset to defaults. :(</p>
<p dir="auto">(2) “#” is a comment line and runs as a comment until a newline is found. However, TCL presents a quirk: a line that end with backslash will CONTINUE the comment!</p>
<h1>This is a comment line\</h1>
<p dir="auto">and this is PART OF THE COMMENT LINE ALSO!!<br />
puts “This line isn’t a comment; it’s regular code.”</p>
<p dir="auto">This works in some versions of NotePad++, doesn’t in others. Current 7.5.9 or whatever the new one is fails; I have to continue to use 6.7.9.1 to maintain my stylings.</p>
<p dir="auto">(3) When TWO comment characters are put together, the styler DOES NOT RECOGNIZE IT AS A COMMENT ENY MORE until a newline+newline is found</p>
<p dir="auto">################# &lt;— Not seen as a comment</p>
<h1>Stop editing! # &lt;— Not seen as a comment</h1>
<p dir="auto">################# &lt;— Not seen as a comment<br />
[blank line]</p>
<h1># # # # # # # # # # # # # # # # # # # # # # # # # # # # &lt;— <em>IS</em> seen as a comment</h1>
<h1>Respect all intended TABS within variable definitions # &lt;— is seen as a comment</h1>
<h1>All marker tags are left-flushed                      # &lt;— is seen as a comment</h1>
<h1># # # # # # # # # # # # # # # # # # # # # # # # # # # # &lt;— is seen as a comment</h1>
<h1>################ &lt;— Seen as a comment</h1>
<h1>Stop editing! # &lt;— Seen as a comment</h1>
<p dir="auto">################# &lt;— <em>NOT</em> seen as a comment<br />
[blank line]</p>
<h1># # # # # # # # # # # # # # # # # # # # # # # # # # # # &lt;— <em>IS</em> seen as a comment</h1>
<h1>Respect all intended TABS within variable definitions # &lt;— is seen as a comment</h1>
<h1>All marker tags are left-flushed                      # &lt;— is seen as a comment</h1>
<h1># # # # # # # # # # # # # # # # # # # # # # # # # # # # &lt;— is seen as a comment</h1>
<p dir="auto">The newline has to be DOUBLED or the “broken comment” problem continues …</p>
<p dir="auto">(Blank line removed in this example)<br />
################# &lt;— Not seen as a comment</p>
<h1>Stop editing! # &lt;— Not seen as a comment</h1>
<p dir="auto">################# &lt;— Not seen as a comment</p>
<h1># # # # # # # # # # # # # # # # # # # # # # # # # # # # &lt;— <em>NOT</em> seen as a comment</h1>
<h1>Respect all intended TABS within variable definitions # &lt;— <em>NOT</em> seen as a comment</h1>
<h1>All marker tags are left-flushed                      # &lt;— <em>NOT</em> seen as a comment</h1>
<h1># # # # # # # # # # # # # # # # # # # # # # # # # # # # &lt;— <em>NOT</em> seen as a comment</h1>
<p dir="auto">[blank line]<br />
#set debug_text true ; # Only set this if needed &lt;== <em>IS</em> seen as a comment</p>
<p dir="auto">The TCL styler for comments is broken.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15641/error-in-tcl-syntax-highlighting</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 04:12:01 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15641.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Apr 2018 20:11:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error in TCL syntax highlighting on Wed, 18 Apr 2018 02:04:02 GMT]]></title><description><![CDATA[<p dir="auto">Wow…when people type stuff in the <em>Compose</em> window and it shows really odd things in the <em>Preview</em> window…do they just keep going??  Or do they stop, scratch their head, and try to figure out why what they typed created such odd results?  Hmmm…there’s this link that says <strong>COMPOSE ?</strong>…maybe I’ll click <a href="https://daringfireball.net/projects/markdown/syntax" rel="nofollow ugc">that</a> and see what it says…maybe a <a href="https://daringfireball.net/projects/markdown/syntax#precode" rel="nofollow ugc">code block</a> could avoid all that craziness…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31720</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31720</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 18 Apr 2018 02:04:02 GMT</pubDate></item></channel></rss>