<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for SimplyHTML</title><link>https://sourceforge.net/p/simplyhtml/activity/</link><description>Recent activity for SimplyHTML</description><language>en</language><lastBuildDate>Thu, 27 Nov 2025 10:22:20 -0000</lastBuildDate><item><title>Dmitry Du modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8bc4</link><description>I also see the exception with no highlighting but with hyperlinks, eg with the text below. STDERR: Nov 20, 2025 3:31:28 PM org.freeplane.core.util.LogUtils severe SEVERE: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 469 out of bounds for object array[468] at java.base/java.util.Vector.copyInto(Unknown Source) at java.desktop/javax.swing.text.DefaultHighlighter.getHighlights(Unknown Source) at java.desktop/javax.swing.text.GlyphView.paint(Unknown...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Thu, 27 Nov 2025 10:22:20 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8bc4</guid></item><item><title>Dmitry Du modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#134c</link><description>Hi! I have a problem with SimplyHTML in Freeplane related to highlighting regions in big texts. When I open the SimplyHTML editor an ArrayIndexOutOfBoundsException occurs. I could not reproduce the problem with only Latin characters so it might be specific.to non-Latin chars. Steps to reproduce with Freeplane 1.12.14 and Java 15.0.2 on Win 10 Pro: - create a new map with one node - Ctrl+F3 to open SimplyHTML - paste the big text below - highlight (change bg color) of the following piece [ с указанием...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Thu, 27 Nov 2025 10:20:47 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#134c</guid></item><item><title>Dmitry Du posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8f38/5480</link><description>I guess the Freemind ( or SimplyHTML) code has to be fixed to resolve the error as I have the latest Java installed ( for the portable Freeplane version on Win): Freeplane docs (https://docs.freeplane.org/getting-started/Distributions.html) read: FreeplanePortable-xxx.paf.exe: runs on Windows using Portable Apps launcher. Requires Open JDK JRE64 portable java version 15 to be installed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Thu, 27 Nov 2025 10:13:09 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8f38/5480</guid></item><item><title>Dmitry Du posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8f38</link><description>It appears this specific stack trace is a known "race condition in Swing's RepaintManager" in older versions of the Java Swing library. I will update Java ( from the current 15.0.2) but it may be worth considering some defensive coding strategies (like adding extra synchronization locks) or documenting the Java version where the problem is fixed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Tue, 25 Nov 2025 14:04:37 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8f38</guid></item><item><title>Dmitry Du posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#e323/864c</link><description>Dimitry, thank you for your quick response. I could not yet register at GitHub as their captcha support site (octocaptcha.com) is blocked in my region. Indeed this could be a Freeplane bug rather than a SimplyHTML one. I got another exception today (Freeplane log attached, SimplyHTML version 0.19.12, Java 15.0.2 on Win 10 Pro) with an approx 11K text block with Cyrillic chars. And all text fragments were pasted to Freeplane via Ctrl+Shift+V from the Google AI Mode page open in Firefox. That means...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Tue, 25 Nov 2025 13:47:52 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#e323/864c</guid></item><item><title>Dimitry Polivaev posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#e323</link><description>Could you please open submit your bug report to github as a Freeplane bug report at https://github.com/freeplane/freeplane/issues ? Maybe there is a waiting time after registering a new github account because many fresh accounts are used for spamming. Please attach all relevant html examples as zipped files, I can not reproduce the problem from text fragments mentioned here probably because source forge modifies them.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 23 Nov 2025 12:15:52 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#e323</guid></item><item><title>Dmitry Du modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/2274060b8c/?limit=25#17bd</link><description>duplicate of https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/ please delete</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Sun, 23 Nov 2025 11:45:57 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/2274060b8c/?limit=25#17bd</guid></item><item><title>Dmitry Du modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#134c</link><description>Hi! I have a problem with SimplyHTML in Freeplane related to highlighting regions in big texts. When I open the SimplyHTML editor an ArrayIndexOutOfBoundsException occurs. I could not reproduce the problem with only Latin characters so it might be specific.to non-Latin chars. Steps to reproduce with Freeplane 1.12.14 and Java 15.0.2 on Win 10 Pro: - create a new map with one node - Ctrl+F3 to open SimplyHTML - paste the big text below - highlight (change bg color) of the following piece [ с указанием...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Sun, 23 Nov 2025 11:42:45 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#134c</guid></item><item><title>Dmitry Du posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8bc4</link><description>I also see the exception with no highlighting but with hyperlinks, eg with the text below. STDERR: Nov 20, 2025 3:31:28 PM org.freeplane.core.util.LogUtils severe SEVERE: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 469 out of bounds for object array[468] at java.base/java.util.Vector.copyInto(Unknown Source) at java.desktop/javax.swing.text.DefaultHighlighter.getHighlights(Unknown Source) at java.desktop/javax.swing.text.GlyphView.paint(Unknown...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Sun, 23 Nov 2025 11:38:44 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#8bc4</guid></item><item><title>Dmitry Du posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/2274060b8c/?limit=25#17bd</link><description>I also see the exception with no highlighting but with hyperlinks, eg with the text below. STDERR: Nov 20, 2025 3:31:28 PM org.freeplane.core.util.LogUtils severe SEVERE: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 469 out of bounds for object array[468] at java.base/java.util.Vector.copyInto(Unknown Source) at java.desktop/javax.swing.text.DefaultHighlighter.getHighlights(Unknown Source) at java.desktop/javax.swing.text.GlyphView.paint(Unknown...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Thu, 20 Nov 2025 12:39:48 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/2274060b8c/?limit=25#17bd</guid></item><item><title>Dmitry Du posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#134c</link><description>Hi! I got the 599359@discussion.simplyhtml.p.re.sourceforge.net email address at https://sourceforge.net/p/simplyhtml/discussion/599359/ but I do not need a new Topic if the problem can be fixed without creating a new Topic. My intention was to submit a bug report but I found no way to do it. I have a problem with SimplyHTML in Freeplane related to highlighting regions in big texts. When I open the SimplyHTML editor an ArrayIndexOutOfBoundsException occurs. I could not reproduce the problem with...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Du</dc:creator><pubDate>Thu, 20 Nov 2025 11:48:02 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/discussion/599359/thread/255badfc59/?limit=25#134c</guid></item><item><title>Dimitry Polivaev committed [daceec]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/daceec8ea8e562e531c1145edcfc244d6962404f/</link><description>change build files to satisfy latest gradle version and repositories</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 18 Jul 2021 16:44:45 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/daceec8ea8e562e531c1145edcfc244d6962404f/</guid></item><item><title>Dimitry Mardiyan committed [db7003]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/db7003159a32dab4cf5ee68662e99950872ee74b/</link><description>fix image directory name</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Mardiyan</dc:creator><pubDate>Sun, 04 Apr 2021 13:31:48 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/db7003159a32dab4cf5ee68662e99950872ee74b/</guid></item><item><title>Dimitry Mardiyan committed [24b82f]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/24b82fc69ea4797f13f8d38f934c6ce8421a0218/</link><description>increase version number</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Mardiyan</dc:creator><pubDate>Sun, 04 Apr 2021 13:31:48 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/24b82fc69ea4797f13f8d38f934c6ce8421a0218/</guid></item><item><title>Dimitry Mardiyan committed [c7e65f]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/c7e65f24333a8526a647d7f757b93675ccccc04a/</link><description>Options to copy images when html is pasted</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Mardiyan</dc:creator><pubDate>Sun, 04 Apr 2021 13:31:48 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/c7e65f24333a8526a647d7f757b93675ccccc04a/</guid></item><item><title>Dimitry Polivaev committed [392e5c]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/392e5c94f0e3111d16b96e5a78e5ffa8f7a8529c/</link><description>require known URL before external image can be inserted</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 10 Jan 2021 18:49:52 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/392e5c94f0e3111d16b96e5a78e5ffa8f7a8529c/</guid></item><item><title>Dimitry Polivaev committed [c560bc]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/c560bcbf141c04dfe756555eac4b64bbff72ea29/</link><description>update version</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 10 Jan 2021 18:49:52 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/c560bcbf141c04dfe756555eac4b64bbff72ea29/</guid></item><item><title>Dimitry Polivaev committed [a4c41c]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/a4c41c0f7573cbc587b54877c2e9016050ad6d56/</link><description>update version number</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 14:13:50 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/a4c41c0f7573cbc587b54877c2e9016050ad6d56/</guid></item><item><title>Dimitry Polivaev committed [79bf8e]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/79bf8e461cdd342a1b6b66c0e0d7224afb59f27e/</link><description>Merge branch 'master' of ssh://git.code.sf.net/p/simplyhtml/code</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 14:13:50 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/79bf8e461cdd342a1b6b66c0e0d7224afb59f27e/</guid></item><item><title>Dimitry Polivaev committed [eb21cc]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/eb21cc1237507b57c7d5d6d5a35eb73ff66d23c4/</link><description>update version number</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 14:11:39 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/eb21cc1237507b57c7d5d6d5a35eb73ff66d23c4/</guid></item><item><title>Dimitry Polivaev committed [705491]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/7054917b74dbf4c8b6b95730fb053785baced2f1/</link><description>inline method</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 14:10:37 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/7054917b74dbf4c8b6b95730fb053785baced2f1/</guid></item><item><title>Dimitry Polivaev committed [3fa1eb]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/3fa1ebb9eb28c4857ce5c289d36a3bd68fa8cb0c/</link><description>don't use encoded characters in URL paths</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 13:59:12 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/3fa1ebb9eb28c4857ce5c289d36a3bd68fa8cb0c/</guid></item><item><title>Dimitry Polivaev committed [84f14f]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/84f14f32766792aa82cd404d245d878cca92b19d/</link><description>fix html preprocessing</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 13:21:17 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/84f14f32766792aa82cd404d245d878cca92b19d/</guid></item><item><title>Dimitry Polivaev committed [84527d]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/84527d9c4ea61aa227d0baed8f046dbf1ad803aa/</link><description>use new java dialog constructor</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 11:42:38 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/84527d9c4ea61aa227d0baed8f046dbf1ad803aa/</guid></item><item><title>Dimitry Polivaev committed [bd4ec4]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/bd4ec43573b83ee01067288025bb5c46bad49256/</link><description>use file specific image directory</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 09 Jan 2021 11:42:38 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/bd4ec43573b83ee01067288025bb5c46bad49256/</guid></item><item><title>Dimitry Polivaev committed [88aefd]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/88aefd868e392b053b6982177972bc0e4c1816f0/</link><description>wip copyExternalImages</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Fri, 08 Jan 2021 18:36:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/88aefd868e392b053b6982177972bc0e4c1816f0/</guid></item><item><title>Dimitry Polivaev committed [495f40]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/495f4048f7aae82dca44432ff99ed1e33185808d/</link><description>java 8</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Fri, 08 Jan 2021 18:36:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/495f4048f7aae82dca44432ff99ed1e33185808d/</guid></item><item><title>Dimitry Polivaev committed [660e1e]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/660e1e89a0c6300181f34bf5748d1bb5a24d6505/</link><description>save images  in image directory, only on external copy&amp;paste</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Fri, 08 Jan 2021 18:36:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/660e1e89a0c6300181f34bf5748d1bb5a24d6505/</guid></item><item><title>Dimitry Polivaev committed [858b9f]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/858b9fb90729a2800e79d0442308b926100f085b/</link><description>document base url is the html file, not the containing directory</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Fri, 08 Jan 2021 18:36:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/858b9fb90729a2800e79d0442308b926100f085b/</guid></item><item><title>Dimitry Polivaev committed [7db2c9]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/7db2c962b44c4bd639fbe02aaa37d82e431ac31a/</link><description>Remove map elements from html document when its text is replaced</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 06 Sep 2020 19:02:26 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/7db2c962b44c4bd639fbe02aaa37d82e431ac31a/</guid></item><item><title>Dimitry Polivaev committed [1ac592]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/1ac59230e233c68c6ac333b68cdc4f2ac77a82f6/</link><description>restore part of the previous logic</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 22 Aug 2020 20:10:02 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/1ac59230e233c68c6ac333b68cdc4f2ac77a82f6/</guid></item><item><title>Dimitry Polivaev committed [f10a66]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/f10a661b181b5bedc65c2148be6c0747986c7f98/</link><description>update version to 0.17.8</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 22 Aug 2020 18:58:07 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/f10a661b181b5bedc65c2148be6c0747986c7f98/</guid></item><item><title>Dimitry Polivaev committed [bbc4ab]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/bbc4ab70b88dfeea651c2047214ece38be54b558/</link><description>remove buggy insertion of &lt;p&gt; - element</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 22 Aug 2020 18:52:33 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/bbc4ab70b88dfeea651c2047214ece38be54b558/</guid></item><item><title>Dimitry Polivaev committed [475589]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/475589a9e26b2ec587cb8723372407442d5be21e/</link><description>use try blocks with autoclosables</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Fri, 17 Jul 2020 09:56:56 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/475589a9e26b2ec587cb8723372407442d5be21e/</guid></item><item><title>Dimitry Polivaev committed [520362]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/5203622827be78429bf1529daf4eae7d1d139d43/</link><description>update version number</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 06 Jun 2020 16:52:17 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/5203622827be78429bf1529daf4eae7d1d139d43/</guid></item><item><title>Dimitry Polivaev committed [0e14e1]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/0e14e1e7ecccdad124ddbadbeaa34e32e6d686f8/</link><description>Freeplane bug #2787 Character "&lt; " in html text node can corrupt map</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 06 Jun 2020 15:59:05 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/0e14e1e7ecccdad124ddbadbeaa34e32e6d686f8/</guid></item><item><title>Dimitry Polivaev committed [4d7962]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/4d796211a9fb3fa2335378a215782308c1419f76/</link><description>Merge branch 'master' of ssh://git.code.sf.net/p/simplyhtml/code</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 06 Jun 2020 15:59:05 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/4d796211a9fb3fa2335378a215782308c1419f76/</guid></item><item><title>Dimitry Polivaev committed [578109]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/5781094487131898c5a7f867a93dcce9ad9473dd/</link><description>Freeplane bug #2787 Character "&lt; " in html text node can corrupt map</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 06 Jun 2020 12:33:56 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/5781094487131898c5a7f867a93dcce9ad9473dd/</guid></item><item><title>Dimitry Polivaev committed [2141da]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/2141daee03223aff7fbaf1bea1d5476e858a9fd2/</link><description>allow to hide and show menu by preference change</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Fri, 13 Mar 2020 15:43:12 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/2141daee03223aff7fbaf1bea1d5476e858a9fd2/</guid></item><item><title>Dimitry Polivaev committed [e3d2ee]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/e3d2ee78ef2b1038fa06a2c6180eff7b4e4d6ef9/</link><description>allow to switch toolbar on and off by preference change</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Thu, 12 Mar 2020 19:55:07 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/e3d2ee78ef2b1038fa06a2c6180eff7b4e4d6ef9/</guid></item><item><title>Dimitry Polivaev committed [22fd84]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/22fd84cea810693743b0f9c4e830b93dca84e4d7/</link><description>update repo url to https</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 02 Feb 2020 11:43:22 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/22fd84cea810693743b0f9c4e830b93dca84e4d7/</guid></item><item><title>Dimitry Polivaev committed [9527aa]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/9527aa190dd809dfaee0371b09256db33c784454/</link><description>Use light and dark colors for quick color format based on current caret</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Fri, 03 Jan 2020 10:31:08 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/9527aa190dd809dfaee0371b09256db33c784454/</guid></item><item><title>Dimitry Polivaev committed [76b41d]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/76b41d86ef95d4ddf7afbdfa80255e18d85cf289/</link><description>fix inRange</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Wed, 01 Jan 2020 15:56:57 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/76b41d86ef95d4ddf7afbdfa80255e18d85cf289/</guid></item><item><title>Dimitry Polivaev committed [0cba03]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/0cba0338634225e427589bf064fc49a315c6f5e6/</link><description>update version number</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Wed, 01 Jan 2020 14:09:06 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/0cba0338634225e427589bf064fc49a315c6f5e6/</guid></item><item><title>Dimitry Polivaev committed [008eda]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/008eda96b0ddf7c6bef4bd2f94e1e80685380cab/</link><description>fix build</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Wed, 01 Jan 2020 14:09:06 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/008eda96b0ddf7c6bef4bd2f94e1e80685380cab/</guid></item><item><title>Dimitry Polivaev committed [6baab1]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/6baab1422d87f5c90beed1dcda34ad39c117014d/</link><description>fix build for gradle 6</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Wed, 01 Jan 2020 14:09:06 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/6baab1422d87f5c90beed1dcda34ad39c117014d/</guid></item><item><title>Dimitry Polivaev committed [46704a]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/46704aec97900b39c6ef539e9fb10c5091e57712/</link><description>refactor + do not encode non ascii chars</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Wed, 01 Jan 2020 14:09:06 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/46704aec97900b39c6ef539e9fb10c5091e57712/</guid></item><item><title>Dimitry Polivaev committed [f49529]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/f49529e95a88b5de8080c7c02d10b79a979e9782/</link><description>exclude help sources from distribution</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Wed, 01 Jan 2020 14:09:06 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/f49529e95a88b5de8080c7c02d10b79a979e9782/</guid></item><item><title>Dimitry Polivaev committed [2758c2]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/2758c2d7c765c9dcc74d1408322c2f6e96422c30/</link><description>use repo ${project.gradle.gradleUserHomeDir}/local-artifacts</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 15 Jul 2018 16:59:32 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/2758c2d7c765c9dcc74d1408322c2f6e96422c30/</guid></item><item><title>Dimitry Polivaev posted a comment on merge request #1</title><link>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#ad85</link><description>Unfortunately reviewing all changes in one pull request seems to be too hard. For doing selective pull request you can create a new branch starting with current 1.6.x freeplane branch and use gir command cherry-pick to select single commits. Then you can create a pull request from this branch and repeat after I review and merge it. Please concentrate on one topic each time: each pull request should have only one reason so that the reivew is easier. Regards, Dimitry</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Wed, 29 Nov 2017 15:36:39 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#ad85</guid></item><item><title>Xavier posted a comment on merge request #1</title><link>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#1b82</link><description>I agree with you J8 is not necessary and Im not using it for now Sadly, fixes and unrelated changes are mixed in the commits and GitHub doesn't provide a mechanism to make selective pull request, maybe we can use a feature branch next time. Can I create the pull request with all my changes? Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xavier</dc:creator><pubDate>Sun, 19 Nov 2017 06:00:43 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#1b82</guid></item><item><title>Dimitry Polivaev posted a comment on merge request #1</title><link>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#bc35</link><description>I have created a new github repository so that you can submit your pull request there: https://github.com/freeplane/shtml . It has an advantage that I can comment each line of each commit and so it is easier to discuss things. Now you can fork the github project and submit your pull requests there. You do not need to loose your changes as you can add your github fork as a second remote repository of your existing project. However there are some general issues. You need to make sure that your changes...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 12 Nov 2017 17:50:49 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#bc35</guid></item><item><title>Xavier posted a comment on merge request #1</title><link>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#5888/6ad0</link><description>Yes, please Mainly for educational reasons, I would like to apply Java 8/9 at some point and there is no better way to learn than programming. I think this project is perfect for my purposes, not so big not so small. Checking the code I found some errors and I think it is better to fix them than to change the version. Also, I would like to integrate these changes into Freemind, in which I've been working from time to time</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xavier</dc:creator><pubDate>Wed, 08 Nov 2017 02:51:33 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#5888/6ad0</guid></item><item><title>Dimitry Polivaev posted a comment on merge request #1</title><link>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#5888</link><description>Hello Xavier, I have learned that poor SourceForge implementation of merge requests does not allow me to comment on single code lines you changed. Therefore if you really want to contribute I need to move the source code to the github so that you can submit a pull request on a github where better review facilities are available. Should I do so? And could you explain me your motivation why you did the changes? Regards, Dimitry</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 04 Nov 2017 11:38:41 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/?limit=25#5888</guid></item><item><title>Xavier created merge request #1</title><link>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/</link><description>Small fixes, performance improvements and general clean code</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xavier</dc:creator><pubDate>Sat, 04 Nov 2017 02:56:21 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/merge-requests/1/</guid></item><item><title>SimplyHTML released /stable/simplyhtml_bin-0.17.3.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.17.3.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Thu, 24 Aug 2017 15:04:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.17.3.zip/download</guid></item><item><title>SimplyHTML released /stable/simplyhtml_src-0.17.3.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.17.3.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Thu, 24 Aug 2017 15:04:01 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.17.3.tar.gz/download</guid></item><item><title>Dimitry Polivaev committed [8a8078]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/8a80782af76390933b9efd5242dc5d9efeb2cdd7/</link><description>Fix toolbar element layout</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 26 Mar 2017 21:04:17 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/8a80782af76390933b9efd5242dc5d9efeb2cdd7/</guid></item><item><title>Dimitry Polivaev committed [719717]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/71971768772d15689150d18eebf937da981bb70a/</link><description>Version 0.17.3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 26 Mar 2017 21:04:17 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/71971768772d15689150d18eebf937da981bb70a/</guid></item><item><title>Dimitry Polivaev committed [c356b2]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/c356b2420c5a36cc91c45650850897717dd9c789/</link><description>fix recently broken logic</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 25 Mar 2017 19:30:04 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/c356b2420c5a36cc91c45650850897717dd9c789/</guid></item><item><title>Dimitry Polivaev committed [47319f]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/47319f3bf7605fbd23c317ffbafd2e575236da53/</link><description>Fix selected action icons</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Tue, 21 Mar 2017 14:39:50 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/47319f3bf7605fbd23c317ffbafd2e575236da53/</guid></item><item><title>Dimitry Polivaev committed [b84079]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/b84079ffd6fc16818d83089a53643446d5651c5f/</link><description>version 0.17.2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Tue, 21 Mar 2017 14:39:50 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/b84079ffd6fc16818d83089a53643446d5651c5f/</guid></item><item><title>Dimitry Polivaev committed [b4f752]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/b4f752202d82457368a263e0e54f326a5a59284f/</link><description>refactor + remove "_on" images</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Tue, 21 Mar 2017 14:39:50 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/b4f752202d82457368a263e0e54f326a5a59284f/</guid></item><item><title>Dimitry Polivaev committed [4dd03f]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/4dd03fd3886113026f90428021c2a2eea2081240/</link><description>Fix accessing internal resources for use in OSGi</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 12 Mar 2017 20:10:35 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/4dd03fd3886113026f90428021c2a2eea2081240/</guid></item><item><title>Dimitry Polivaev committed [412e64]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/412e6434fa82701db5a7ead35b12be357817d4e2/</link><description>Update version to 0.17.1</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 12 Mar 2017 19:11:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/412e6434fa82701db5a7ead35b12be357817d4e2/</guid></item><item><title>Dimitry Polivaev committed [ad3624]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/ad3624fe0e84f0d794b90af50d3b515732f764ba/</link><description>Allow setting icons using UI resources</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 12 Mar 2017 19:11:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/ad3624fe0e84f0d794b90af50d3b515732f764ba/</guid></item><item><title>Dimitry Polivaev committed [5488ef]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/5488ef9ca7fafc20ae440295a32c4e852fda19e3/</link><description>remove unused imports</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 12 Mar 2017 18:46:14 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/5488ef9ca7fafc20ae440295a32c4e852fda19e3/</guid></item><item><title>SimplyHTML released /stable/simplyhtml_bin-0.16.18.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.18.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 23 Jul 2016 13:43:39 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.18.zip/download</guid></item><item><title>SimplyHTML released /stable/simplyhtml_src-0.16.18.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.18.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 23 Jul 2016 13:43:39 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.18.tar.gz/download</guid></item><item><title>SimplyHTML released /stable/archive/simplyhtml_bin-0.16.17.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_bin-0.16.17.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 23 Jul 2016 13:39:26 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_bin-0.16.17.zip/download</guid></item><item><title>SimplyHTML released /stable/archive/simplyhtml_src-0.16.17.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_src-0.16.17.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 23 Jul 2016 13:39:26 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_src-0.16.17.tar.gz/download</guid></item><item><title>Dimitry Polivaev committed [746783]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/746783b0bfa1520550773ccdb84ba782e3eee301/</link><description>Refactor: remove duplication</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 21:39:14 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/746783b0bfa1520550773ccdb84ba782e3eee301/</guid></item><item><title>Dimitry Polivaev committed [405fd4]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/405fd4f32ce4be5fa05b211381adc8377fadc46d/</link><description>black color and remove font color actions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 21:17:23 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/405fd4f32ce4be5fa05b211381adc8377fadc46d/</guid></item><item><title>Dimitry Polivaev committed [d5f6fa]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/d5f6fae25ab1de1b1c7a240efb74bf400e2479cf/</link><description>Increase / decrease font size actions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 19:33:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/d5f6fae25ab1de1b1c7a240efb74bf400e2479cf/</guid></item><item><title>Dimitry Polivaev committed [fdfe7c]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/fdfe7c7bb654d8a24ce32f6fd29a7a03be8a75b2/</link><description>Edit link accelerator</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 19:33:03 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/fdfe7c7bb654d8a24ce32f6fd29a7a03be8a75b2/</guid></item><item><title>Dimitry Polivaev committed [14cab6]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/14cab6709af93180be1f160b3fa88494cb4b0739/</link><description>Set accelerators in properties</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 18:21:46 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/14cab6709af93180be1f160b3fa88494cb4b0739/</guid></item><item><title>Dimitry Polivaev committed [dbe8e3]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/dbe8e3d93bf3d87769f8123dd70dbb2b20299249/</link><description>Add color and clear formatting actions and acce...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 18:21:46 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/dbe8e3d93bf3d87769f8123dd70dbb2b20299249/</guid></item><item><title>Dimitry Polivaev committed [3b1c0e]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/3b1c0e3c58cd063672f6256d2b5bf3d299264707/</link><description>Update version number to 0.16.18</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 18:21:46 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/3b1c0e3c58cd063672f6256d2b5bf3d299264707/</guid></item><item><title>Dimitry Polivaev committed [105551]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/1055510e5e8dda240eaa32f58dfb6ff3993d6c16/</link><description>Ignore html paragraph elements inside of pre el...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sun, 17 Jul 2016 18:21:46 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/1055510e5e8dda240eaa32f58dfb6ff3993d6c16/</guid></item><item><title>SimplyHTML released /stable/simplyhtml_src-0.16.17.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.17.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 16 Apr 2016 16:45:04 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.17.tar.gz/download</guid></item><item><title>SimplyHTML released /stable/simplyhtml_bin-0.16.17.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.17.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 16 Apr 2016 16:45:04 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.17.zip/download</guid></item><item><title>SimplyHTML released /stable/archive/simplyhtml_bin-0.16.16.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_bin-0.16.16.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 16 Apr 2016 16:40:03 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_bin-0.16.16.zip/download</guid></item><item><title>SimplyHTML released /stable/archive/simplyhtml_src-0.16.16.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_src-0.16.16.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Sat, 16 Apr 2016 16:40:03 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_src-0.16.16.tar.gz/download</guid></item><item><title>Dimitry Polivaev committed [2748a4]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/2748a45fa670806fcd0e3f4909e12d74b637681d/</link><description>Update mnemonicsetter version</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitry Polivaev</dc:creator><pubDate>Sat, 16 Apr 2016 15:50:24 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/2748a45fa670806fcd0e3f4909e12d74b637681d/</guid></item><item><title>Felix Natter committed [8c172c]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/8c172ccf1068ec32d1fc0d76aaf08f60d8c99d04/</link><description>use basename 'SimplyHTML' for sources jar</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Natter</dc:creator><pubDate>Thu, 14 Apr 2016 19:39:16 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/8c172ccf1068ec32d1fc0d76aaf08f60d8c99d04/</guid></item><item><title>SimplyHTML released /stable/archive/simplyhtml_src-0.16.15.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_src-0.16.15.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Thu, 14 Apr 2016 17:25:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_src-0.16.15.tar.gz/download</guid></item><item><title>SimplyHTML released /stable/simplyhtml_bin-0.16.16.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.16.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Thu, 14 Apr 2016 17:25:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.16.zip/download</guid></item><item><title>SimplyHTML released /stable/simplyhtml_src-0.16.16.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.16.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Thu, 14 Apr 2016 17:25:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.16.tar.gz/download</guid></item><item><title>SimplyHTML released /stable/archive/simplyhtml_bin-0.16.15.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_bin-0.16.15.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Thu, 14 Apr 2016 17:25:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/simplyhtml_bin-0.16.15.zip/download</guid></item><item><title>Felix Natter committed [dff080]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/dff080ec4534493738c512839903ab288867053f/</link><description>0.16.16: remove gnu-regexp dependency</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Natter</dc:creator><pubDate>Thu, 14 Apr 2016 11:22:01 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/dff080ec4534493738c512839903ab288867053f/</guid></item><item><title>SimplyHTML released /stable/simplyhtml_bin-0.16.15.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.15.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Mon, 11 Apr 2016 08:23:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.15.zip/download</guid></item><item><title>Felix Natter committed [06ee58]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/06ee5848da31899ab8f533c7292d49ab1a51e7b3/</link><description>fix version in FrmMain.java</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Natter</dc:creator><pubDate>Mon, 11 Apr 2016 08:18:19 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/06ee5848da31899ab8f533c7292d49ab1a51e7b3/</guid></item><item><title>SimplyHTML released /stable/simplyhtml_src-0.16.15.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.15.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Tue, 05 Apr 2016 18:26:04 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_src-0.16.15.tar.gz/download</guid></item><item><title>SimplyHTML released /stable/simplyhtml_bin-0.16.15.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.15.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Tue, 05 Apr 2016 18:26:04 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/simplyhtml_bin-0.16.15.zip/download</guid></item><item><title>SimplyHTML released /stable/archive/SimplyHTML_src_0_16_13.tar.gz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/SimplyHTML_src_0_16_13.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Tue, 05 Apr 2016 18:22:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/SimplyHTML_src_0_16_13.tar.gz/download</guid></item><item><title>SimplyHTML released /stable/archive/SimplyHTML_manual_0_16_13.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/SimplyHTML_manual_0_16_13.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Tue, 05 Apr 2016 18:22:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/SimplyHTML_manual_0_16_13.zip/download</guid></item><item><title>SimplyHTML released /stable/archive/SimplyHTML_bin_0_16_13.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/simplyhtml/files/stable/archive/SimplyHTML_bin_0_16_13.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SimplyHTML</dc:creator><pubDate>Tue, 05 Apr 2016 18:22:02 -0000</pubDate><guid>https://sourceforge.net/projects/simplyhtml/files/stable/archive/SimplyHTML_bin_0_16_13.zip/download</guid></item><item><title>Felix Natter committed [b0f873]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/b0f873d44900dc27cedf5b574e46ce675070f2b1/</link><description>enable javadoc</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Natter</dc:creator><pubDate>Fri, 01 Apr 2016 20:02:28 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/b0f873d44900dc27cedf5b574e46ce675070f2b1/</guid></item><item><title>Felix Natter committed [da6c49]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/da6c49b419daea6ce58f33e326c320722d988ad3/</link><description>clean up distribs, move distrib tasks to own file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Natter</dc:creator><pubDate>Fri, 01 Apr 2016 19:51:25 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/da6c49b419daea6ce58f33e326c320722d988ad3/</guid></item><item><title>Felix Natter committed [e11045]</title><link>https://sourceforge.net/p/simplyhtml/code/ci/e11045140d9edfe0ac050b5f8e9e43822d0fd510/</link><description>add source distribution</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Natter</dc:creator><pubDate>Fri, 01 Apr 2016 19:41:43 -0000</pubDate><guid>https://sourceforge.net/p/simplyhtml/code/ci/e11045140d9edfe0ac050b5f8e9e43822d0fd510/</guid></item></channel></rss>