<?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/jedicodeformat/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/jedicodeformat/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 14 Oct 2015 20:52:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jedicodeformat/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>typecast in for .. in .. do</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/67/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;would love to see this work :-)&lt;br/&gt;
    var&lt;br/&gt;
        objs: TFPList;&lt;br/&gt;
    begin&lt;br/&gt;
    for Pointer(obj) in objs do&lt;br/&gt;
    begin&lt;br/&gt;
    end;&lt;br/&gt;
    end.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Error</dc:creator><pubDate>Wed, 14 Oct 2015 20:52:22 -0000</pubDate><guid>https://sourceforge.net19f8e68fa97a88d493a4a99fb9373aa6c9810bcc</guid></item><item><title>#66 expect 'div' and 'mod' as operators</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/66/?limit=25#0793</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i can't even find the code responsible ...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Error</dc:creator><pubDate>Sat, 13 Jun 2015 19:01:28 -0000</pubDate><guid>https://sourceforge.net763b61029ab36950830b8b64df88140d92fab356</guid></item><item><title>expect 'div' and 'mod' as operators</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/66/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;operator div (const a,b: TFancyType): TFancyType;&lt;/p&gt;
&lt;p&gt;won't be formatted :-(&lt;/p&gt;
&lt;p&gt;Error: Exception TEParseError  Unexpected token, expected "&lt;em&gt; + - / &amp;lt; = &amp;gt; &lt;/em&gt;&lt;em&gt; &lt;/em&gt;= += -= /= := &amp;lt;= &amp;gt;= OR AND XOR ENUMERATOR"&lt;br /&gt;
Near DIV&lt;/p&gt;
&lt;p&gt;i'm stil working out whether i'm smart enough to create a patch :-p&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Error</dc:creator><pubDate>Sat, 13 Jun 2015 18:48:23 -0000</pubDate><guid>https://sourceforge.netd5daf4dab4045fe5c713c48326836d6999ee76f4</guid></item><item><title>Indent for Params</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/65/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Howdy,&lt;/p&gt;
&lt;p&gt;The following feature would be a "nice to have" feature":&lt;/p&gt;
&lt;p&gt;When mult. params are present in a mod. declaration, offer &lt;br /&gt;
the option to left align the 2nd and subsequent params with the &lt;br /&gt;
1st param.  For example, here is a before &amp;amp; after (in terms of this &lt;br /&gt;
param indent feature):&lt;/p&gt;
&lt;p&gt;Procedure TForm.ListViewOnSelectItem( Sender: TObject; Item:TListItem; Selected: Boolean);&lt;/p&gt;
&lt;p&gt;Procedure TForm.ListViewOnSelectItem( Sender: TObject; &lt;br /&gt;
Item: TListItem;&lt;br /&gt;
Selected: Boolean);&lt;/p&gt;
&lt;p&gt;NOTE: I'm fairly new to this wonderful utility - if the above ability is already present, &lt;br /&gt;
please do let me know how \ where to find it.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc Bolen</dc:creator><pubDate>Wed, 17 Apr 2013 17:33:38 -0000</pubDate><guid>https://sourceforge.net034996106e0c3f86b4b45560c76f8c2802d0ee72</guid></item><item><title>Allow custom Keywords for indention</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/64/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;sometimes you want to indent certain blocks of codes depending on code-specific keyword.&lt;/p&gt;
&lt;p&gt;it would be really great if it was possible to to allow a user to add such keywords&lt;/p&gt;
&lt;p&gt;like for instance&lt;br /&gt;
glNewList(..,..);&lt;br /&gt;
glStuff();&lt;br /&gt;
glEndList;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;glBegin;&lt;br /&gt;
glStuff;&lt;br /&gt;
glEnd&lt;/p&gt;
&lt;p&gt;Kind regards, werbear&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Error</dc:creator><pubDate>Fri, 12 Apr 2013 14:02:45 -0000</pubDate><guid>https://sourceforge.netf65d5c80a2cf811e188e645ea333197bbca9cb53</guid></item><item><title>Add support of Free Pascal generics syntax</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/63/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add support of Free Pascal Generics specific syntax.&lt;br /&gt;
The line bellow is the example of correct Free Pascal line of code, but is not understandable to the JCF and causes that JCF fails to format file.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;TRandomItemList = specialize TFPGList&amp;lt;TRandomItem&amp;gt;; &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 13 Nov 2012 01:08:43 -0000</pubDate><guid>https://sourceforge.netcf079d5e9185825cd1a783d241b4f0ca01e67085</guid></item><item><title>Else without begin</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/62/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'd like to request the following feature: on Clarify -&amp;gt; Line Breaking -&amp;gt; Blocks there's the option for "Else begin", I'd like to ask for the "Else without begin" feature:&lt;/p&gt;
&lt;p&gt;A code like this&lt;/p&gt;
&lt;p&gt;if something then&lt;br /&gt;
-- do something&lt;br /&gt;
else do something_else&lt;/p&gt;
&lt;p&gt;Would be formated like&lt;/p&gt;
&lt;p&gt;if something then&lt;br /&gt;
-- do something&lt;br /&gt;
else&lt;br /&gt;
-- do something_else&lt;/p&gt;
&lt;p&gt;thanks a lot for this tool :)&lt;br /&gt;
-- Anderson Fortaleza&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 22 Apr 2009 17:29:41 -0000</pubDate><guid>https://sourceforge.net4a8f84a4c3a4b87a1e7ca7e347f5ffcb670dcde0</guid></item><item><title>Re-arrange procedures</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/61/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add option to re-arrange class procedures and functions (alphabetical order) in implementation section.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laszlo Pontos</dc:creator><pubDate>Thu, 02 Apr 2009 09:50:46 -0000</pubDate><guid>https://sourceforge.net61a59b3ba5b7c1e2968c6ada9f486c63beb1398f</guid></item><item><title>Put conditions in brackets</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/60/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Put IF, WHILE, UNTIL conditions in brackets.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Obucina</dc:creator><pubDate>Thu, 19 Mar 2009 14:40:07 -0000</pubDate><guid>https://sourceforge.net1d92b21961ffefcaee8023aab8dda8381d3ef80a</guid></item><item><title>Finer grained control on warnings....</title><link>https://sourceforge.net/p/jedicodeformat/feature-requests/59/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The warnings functionality is great however:&lt;/p&gt;
&lt;p&gt;- The ability to turn the ones wanted on and off would be handy&lt;br /&gt;
- Also when it comes to empty begin..end blocks it would be nice if I could specify when it is *really* empty. Eg.&lt;/p&gt;
&lt;p&gt;TMyClass_Base = class(TObject)&lt;br /&gt;
procedure MyMethod; virtual;&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;TMyClass_Base.Mythod;&lt;br /&gt;
begin&lt;br /&gt;
//Do nothing in the base class&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;For the code implementation I don't want to declare the method as virtual; abstract; as it is not suitable for the implementation. However as it is virtual I need to implement it but want to annotate that it does nothing in the base class. So in the above circumstance I don't want a warning ie. if the method contains only comments then optionally dont display the warning.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Donovan J. Edye</dc:creator><pubDate>Thu, 18 Dec 2008 05:17:23 -0000</pubDate><guid>https://sourceforge.netf2e2ea796d073e63017b02c15765724fa2cd4ffd</guid></item></channel></rss>