<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/japi/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/japi/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 14 May 2009 08:33:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/japi/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Converter for EnumSet&lt;T&gt;</title><link>https://sourceforge.net/p/japi/feature-requests/30/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There should be a Converter for EnumSet&amp;lt;T&amp;gt; to allow options with multiple enum arguments.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Thu, 14 May 2009 08:33:19 -0000</pubDate><guid>https://sourceforge.nete5537b329836320a629a2222d7612c1d32fcaf2c</guid></item><item><title>CachedResultSetTableModel should work on sqlite</title><link>https://sourceforge.net/p/japi/feature-requests/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CachedResultSetTableModel currently does not work on sqlite.&lt;br /&gt;
But CachedResultSetTableModel is especially made for small dbms with not many features.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Wed, 13 May 2009 00:41:27 -0000</pubDate><guid>https://sourceforge.net54522f5616ce408026c9d33818e5f7e8ac885924</guid></item><item><title>Generate md5 checksums for released files</title><link>https://sourceforge.net/p/japi/feature-requests/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Files should have an md5 checksum so users can verify the correctness of their downloads.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Sat, 28 Feb 2009 13:37:15 -0000</pubDate><guid>https://sourceforge.net422f8072d4f69bf7ee60d9a7f0caec3575441f29</guid></item><item><title>Support fields besides methods for options</title><link>https://sourceforge.net/p/japi/feature-requests/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For lazy programmers, @Option should also work on fields, not just methods.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Tue, 24 Feb 2009 23:50:25 -0000</pubDate><guid>https://sourceforge.netf812c555de64ab6805328f2a1e64ba5b6790a0bc</guid></item><item><title>Conditional actions (e.g. use Action not in Applets)</title><link>https://sourceforge.net/p/japi/feature-requests/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;An action like quit() only makes sense if the application is not run as applet. ActionBuilder should be extended in a way that it is possible to specify contexts and certain actions are only available in certain contexts.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Mon, 23 Feb 2009 17:33:41 -0000</pubDate><guid>https://sourceforge.netda66b2b667c0f303d53b0ba0ea245133e56f71b5</guid></item><item><title>Have two types of .iml files</title><link>https://sourceforge.net/p/japi/feature-requests/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the .iml files only work properly if the whole project is checked out. There should be two types of .iml files:&lt;br /&gt;
* One type which works fine if the whole project is checked out -&amp;gt; all trunk/ are available.&lt;br /&gt;
* Another type which works fine if a single module is checked out, and comes along with a .ipr file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Thu, 19 Feb 2009 23:57:56 -0000</pubDate><guid>https://sourceforge.netdbdc755dcb33c671c8470a297f8311aa83406c35</guid></item><item><title>TodoScanner should support formatted TODOs</title><link>https://sourceforge.net/p/japi/feature-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The TodoScanner should properly support formatted TODOs as suggested by Ralf Holly:&lt;br /&gt;
&lt;a href="http://www.approxion.com/?p=39" rel="nofollow"&gt;http://www.approxion.com/?p=39&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Thu, 19 Feb 2009 23:53:11 -0000</pubDate><guid>https://sourceforge.netb79403859bd28c10a8d7bdbcdc4a9477dbe4458d</guid></item><item><title>Modules could have different checkstyle settings</title><link>https://sourceforge.net/p/japi/feature-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It should be possible for a module to have different checkstyle settings.&lt;br /&gt;
Example: TodoScanner requires a differnet setting than other modules because it contains TODO strings in non-TODO format to scan for TODO comments itself.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Thu, 19 Feb 2009 23:50:48 -0000</pubDate><guid>https://sourceforge.net6e9ef6fd477a1e5e93a47b7b35abcf53c682dc0e</guid></item><item><title>common/lib content should be downloaded</title><link>https://sourceforge.net/p/japi/feature-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The content of common/lib should be downloaded automatically to reduce the size of src distribution archives.&lt;br /&gt;
Or alternatively provide a src (without libs) and a fullsrc (with libs) distribution archive.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Wed, 18 Feb 2009 04:29:08 -0000</pubDate><guid>https://sourceforge.net2f57e580a233329093e3aa25da20aaa55ae1516d</guid></item><item><title>release.sh should support -h option</title><link>https://sourceforge.net/p/japi/feature-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;release.sh should support -h option which should print a help on how the command is used.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Hujer</dc:creator><pubDate>Wed, 18 Feb 2009 00:14:50 -0000</pubDate><guid>https://sourceforge.net2da12fcf5ec0cb866d56feebffb28767060e6cc6</guid></item></channel></rss>