<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 1069: JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/</link><description>Recent changes to 1069: JsonFormatter</description><atom:link href="https://sourceforge.net/p/jedit/plugin-central-submission/1069/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Aug 2021 19:14:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jedit/plugin-central-submission/1069/feed.rss" rel="self" type="application/rss+xml"/><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#df47/060a/6452/2945/83b9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Actually, this looks like an oversight in Beauty, the default json formatter isn't set in the Beauty properties file like the rest of the built-in formatters, so it needs to be set manually at the moment. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Anson</dc:creator><pubDate>Thu, 05 Aug 2021 19:14:26 -0000</pubDate><guid>https://sourceforge.net8840968a63aea42ecf4317f42240f573f889bc33</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#df47/060a/6452/2945</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Oh, good idea! It shouldn't be hard to adjust the code to detect the mode and apply the appropriate formatter if one is available.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Anson</dc:creator><pubDate>Thu, 05 Aug 2021 18:17:22 -0000</pubDate><guid>https://sourceforge.net881238695be298d0a031d39015e062d706590ca5</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#df47/060a/6452</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;wow! you first need to configure the plugin to use the json beautifer for json mode, to make it work... this is really a bad UX!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Meyer</dc:creator><pubDate>Thu, 05 Aug 2021 16:21:28 -0000</pubDate><guid>https://sourceforge.netc8bfe1f663fbce7881635d01a3a415a350e3ba2f</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#df47/2701</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;maybe it's also a good idea to mention that the Beatuy plugin supports JSON formatting somewhere in the plugins description, because currently this is not "findable" by the Plugin-Manager, search for "json" brings up only JSLint plugin...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Meyer</dc:creator><pubDate>Thu, 05 Aug 2021 16:12:07 -0000</pubDate><guid>https://sourceforge.net3475eeb54c893a3a5c36ab8372c7a829f2d82ebb</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#42fe/890b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;yes. I think it should be possible to add another if to try to format the whole buffer if there's no selection&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Meyer</dc:creator><pubDate>Thu, 05 Aug 2021 15:53:03 -0000</pubDate><guid>https://sourceforge.netecd141c3dc09a7406b2ae4193e5a4dc210c16be3</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#df47/060a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
how to use that mode? The plugin only seems to tell me: "Error: can't beatify this buffer because I don't know how to handle this mode".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Meyer</dc:creator><pubDate>Thu, 05 Aug 2021 15:50:23 -0000</pubDate><guid>https://sourceforge.net0a1febc9e19e5da63515a3e4019fb4c184ce8ad7</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#617a</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; pending&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Le Lay</dc:creator><pubDate>Thu, 05 Aug 2021 15:38:37 -0000</pubDate><guid>https://sourceforge.netba3a6d5e1043cf910f168915666f59cf65d723df</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#df47</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In fact the Beauty plugin already has json pretty printing.&lt;br/&gt;
What enhancement does your plugin provide?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Le Lay</dc:creator><pubDate>Sun, 16 May 2021 16:08:42 -0000</pubDate><guid>https://sourceforge.net64dd59777af064679127cb58fa4ab9b958b0c163</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#30b5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;My bad, it's not deprecated: it's just wrong. JsonWriter will choose utf-8 encoding. ByteArrayOutputStream.toString() will use whatever your platform has for default encoding.&lt;br/&gt;
So, you should give JsonWriter a StringWriter to avoid this problem and the the useless encoding/decoding from bytes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Le Lay</dc:creator><pubDate>Sun, 16 May 2021 16:06:48 -0000</pubDate><guid>https://sourceforge.net30f5c0a5f7a878e7e127c234b7000f6d57387da2</guid></item><item><title>#1069 JsonFormatter</title><link>https://sourceforge.net/p/jedit/plugin-central-submission/1069/?limit=25#e053</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;textArea.setSelectedText(s, baos.toString()) is deprecated. Specify an encoding&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Le Lay</dc:creator><pubDate>Sun, 16 May 2021 15:57:40 -0000</pubDate><guid>https://sourceforge.net09f534e85f2c5436a6c60a289e3e176651b02153</guid></item></channel></rss>