<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/rsyntaxtextarea/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 29 Jun 2014 20:02:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/rsyntaxtextarea/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>RSyntaxTextArea 2.5.3 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2014/06/rsyntaxtextarea-253-released/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="rsyntaxtextarea-253-release-notes"&gt;RSyntaxTextArea 2.5.3 Release Notes&lt;/h2&gt;
&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing.  It&lt;br /&gt;
supports syntax highlighting for over 30 programming languages, code folding,&lt;br /&gt;
search &amp;amp; replace, and has add-on libraries for code completion and spell&lt;br /&gt;
checking.&lt;/p&gt;
&lt;p&gt;This release brings the following changes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Improvements to PHP syntax highlighting.&lt;/li&gt;
&lt;li&gt;In HTML and XML, "mark occurrences" should match tag names even when the&lt;br /&gt;
   caret is in an attribute, not just when it is in the tag name itself.&lt;/li&gt;
&lt;li&gt;Java syntax highlighting updated for Java 8 classes, interfaces, and enums.&lt;/li&gt;
&lt;li&gt;SQL: Matching opening/closing parens are now highlighted.&lt;/li&gt;
&lt;li&gt;Fixed several bugs.&lt;/li&gt;
&lt;li&gt;Updates to the AutoComplete, RSTAUI, SpellChecker, and RSTALanguageSupport library.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Sun, 29 Jun 2014 20:02:16 -0000</pubDate><guid>https://sourceforge.neta32fae39e93428d8494dfdf72fea03ba70e29ab3</guid></item><item><title>RSyntaxTextArea 2.5.2 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2014/03/rsyntaxtextarea-252-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;Here's what's new in 2.5.2:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Whether or not curly braces denote code blocks is now handled on a&lt;br /&gt;
   language-index level, not per TokenMaker. This means TokenMakers such as&lt;br /&gt;
   HTML, JSP, and PHP can provide auto-indentation and curly brace closing for&lt;br /&gt;
   'sub-languages' such as JSP and CSS.&lt;/li&gt;
&lt;li&gt;Java syntax highlighting updated for Java 8 classes, interfaces, and enums.&lt;/li&gt;
&lt;li&gt;Added "mark occurrences" support for HTML.&lt;/li&gt;
&lt;li&gt;Curly braces can now be automatically closed when editing CSS.&lt;/li&gt;
&lt;li&gt;The SearchEngine class now automatically selects the next match after a&lt;br /&gt;
   Replace operation.&lt;/li&gt;
&lt;li&gt;Fixed errors when loading/saving Theme XML.&lt;/li&gt;
&lt;li&gt;Fixed several bugs.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;And here's what's new in the RSTALanguageSupport download:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The JavaScript language support can now use JSHint for its squiggle&lt;br /&gt;
   underlining of errors and warnings.  A .jshintrc file can be specified&lt;br /&gt;
   to override the default JSHint behavior.&lt;/li&gt;
&lt;li&gt;CSS code completion.&lt;/li&gt;
&lt;li&gt;Fixing bug in XML outline tree for XML files with DTDs specified.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Sun, 09 Mar 2014 05:14:00 -0000</pubDate><guid>https://sourceforge.netc879f05406787571fd99d1b3572fb513c0532cfb</guid></item><item><title>RSyntaxTextArea 2.5.1 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2013/11/rsyntaxtextarea-251-released/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="rsyntaxtextarea-251-released"&gt;RSyntaxTextArea 2.5.1 Released&lt;/h2&gt;
&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release adds find/replace toolbars as more modern analogs for the dialogs, improves Clojure syntax highlighting, fixes a bug with rendering when visible whitespace was enabled, and a few other issues.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Thu, 14 Nov 2013 03:55:41 -0000</pubDate><guid>https://sourceforge.net8f210e95fa57ea64e6f48c2df090714bd36571a8</guid></item><item><title>RSyntaxTextArea 2.5.0 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2013/08/rsyntaxtextarea-250-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release brings rendering improvements, adds syntax highlighting and code folding for .htaccess files, fixes bugs in the Clojure and JavaScript syntax highlighting, and several other small changes.  The minimum required JRE has changed to Java 5 from 1.4 as well.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Tue, 27 Aug 2013 02:54:05 -0000</pubDate><guid>https://sourceforge.netf9b36aef422a4f842f4563bd4494084936796bd7</guid></item><item><title>RSyntaxTextArea 2.0.6 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2013/01/rsyntaxtextarea-206-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release adds syntax highlighting and code folding for JSON, makes code completion popup windows look good when using a Substance Look and Feel, and updates localizations.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Tue, 22 Jan 2013 04:29:24 -0000</pubDate><guid>https://sourceforge.netc3bcab4626a29481fe52d7e945e15170c73321cf</guid></item><item><title>RSyntaxTextArea 2.0.5.1 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2012/12/rsyntaxtextarea-2051-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release fixes a keyboard handling bug on non-QWERTY keyboards, and updates the Arabic translation.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Tue, 18 Dec 2012 01:29:43 -0000</pubDate><guid>https://sourceforge.net92dba6f404fc031322472c924a5d3a6961ac8fcc</guid></item><item><title>RSyntaxTextArea 2.0.5 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2012/11/rsyntaxtextarea-205-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release adds code folding for PHP, JSP, and HTML files.  It also adds syntax highlighting and code folding for NSIS scripts, as well as code folding for Scala.  A few bugs were also fixed.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Thu, 22 Nov 2012 04:00:51 -0000</pubDate><guid>https://sourceforge.net1971eef41fa5ec6ff931b8fec4a1a15ae54b5d78</guid></item><item><title>RSyntaxTextArea 2.0.4 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2012/09/rsyntaxtextarea-204-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release adds CSS highlighting in HTML, JSP, and PHP files, template completions, and a lot of other cool new stuff.  Check out the readme files for each download to see everything that's new.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Sun, 02 Sep 2012 18:55:06 -0000</pubDate><guid>https://sourceforge.netb9a039ee9eaeefd1b716d5f9f3bb6cf363f364bb</guid></item><item><title>RSyntaxTextArea 2.0.3 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2012/05/rsyntaxtextarea-203-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 30 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release adds LaTeX syntax highlighting and code folding, DTD syntax highlighting, and fixes a few bugs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Tue, 01 May 2012 23:58:00 -0000</pubDate><guid>https://sourceforge.netbdcdb9b2c89334c40b2f83a386160d4c5b38a765</guid></item><item><title>RSyntaxTextArea 2.0.2 Released</title><link>https://sourceforge.net/p/rsyntaxtextarea/news/2012/03/rsyntaxtextarea-202-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RSyntaxTextArea is a syntax highlighting text component written in Swing. It supports syntax highlighting for over 25 programming languages, code folding, search &amp;amp; replace, and has add-on libraries for code completion and spell checking.&lt;/p&gt;
&lt;p&gt;This release changes the license from LGPL to modified BSD.  It also fixes a few bugs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Futrell</dc:creator><pubDate>Tue, 13 Mar 2012 03:22:41 -0000</pubDate><guid>https://sourceforge.net7ddd200a2e599ca285fb6e40dca384dce74baba3</guid></item></channel></rss>