<?xml version="1.0" ?><rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="http://www.rpgnextgen.com/tickets/">
    <title>Flyspray::</title>
    <link>http://www.rpgnextgen.com/tickets/</link>
    <description>Flyspray::RPG Next Gen: Recently opened tasks</description>
    <dc:date>2010-09-08T21:39:52Z</dc:date>
    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=172" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=171" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=170" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=169" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=168" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=167" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=166" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=165" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=164" />
                <rdf:li rdf:resource="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=163" />
              </rdf:Seq>
    </items>
    		
  </channel>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=172">
    <title>FS#172: Connecting to server with SSL encryption</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=172</link>
    <dc:date>2010-09-08T21:39:52Z</dc:date>
    <dc:creator>Mihael Schmidt</dc:creator>
    <description>The user should be able to choose if he wants to connect normally (telnet port 23) or with ssl support (f. e. port 992 with SSLv3). The choice should be available in the extended attributes section and without ssl should be the default.</description>
    <content:encoded><![CDATA[The user should be able to choose if he wants to connect normally (telnet port 23) or with ssl support (f. e. port 992 with SSLv3). The choice should be available in the extended attributes section and without ssl should be the default.]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=171">
    <title>FS#171: Add content assist for variables to editor</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=171</link>
    <dc:date>2010-08-27T19:10:40Z</dc:date>
    <dc:creator>Mihael Schmidt</dc:creator>
    <description>see header</description>
    <content:encoded><![CDATA[see header]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=170">
    <title>FS#170: Add variables to AST</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=170</link>
    <dc:date>2010-08-27T19:09:56Z</dc:date>
    <dc:creator>Mihael Schmidt</dc:creator>
    <description>Add local and global variables to AST.</description>
    <content:encoded><![CDATA[Add local and global variables to AST.]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=169">
    <title>FS#169: Add variables to Outline</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=169</link>
    <dc:date>2010-08-27T19:11:22Z</dc:date>
    <dc:creator>Aaron Bartell</dc:creator>
    <description>I end up paging up and down alot in source because I forget the exact name of variables I defined globally.  It would be great to have variables defined in the Outline so I could do Ctrl+Space to prompt for them. (Similar to RDi).</description>
    <content:encoded><![CDATA[I end up paging up and down alot in source because I forget the exact name of variables I defined globally.  It would be great to have variables defined in the Outline so I could do Ctrl+Space to prompt for them. (Similar to RDi).]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=168">
    <title>FS#168: Open include context menu not showing in editor</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=168</link>
    <dc:date>2010-08-07T22:09:33Z</dc:date>
    <dc:creator>Mihael Schmidt</dc:creator>
    <description>The context menu entry for opening an include or copybook is not always showing.

This is due to the fact that the ast is asked for the line type at the current cursor position and the source for the ast may include copy book lines. So the line numbers in the source do not match those in the ast.</description>
    <content:encoded><![CDATA[The context menu entry for opening an include or copybook is not always showing.<br />
<br />
This is due to the fact that the ast is asked for the line type at the current cursor position and the source for the ast may include copy book lines. So the line numbers in the source do not match those in the ast.]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=167">
    <title>FS#167: Syntax coloring additions</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=167</link>
    <dc:date>2010-08-06T17:22:35Z</dc:date>
    <dc:creator>Aaron Bartell</dc:creator>
    <description>It would be great to have syntax coloring for the following:

- sub procedure calls
- colons in a sub procedure call
- specification columns (i.e. H,F,D,P,etc)
- data type column in D specs
- keywords on F and D specs (i.e. usropn, prefix, extname, qualified, const, varying, like, likeds, value, options, etc)

This would be a great addition for &amp;quot;marketing&amp;quot; RNG because RDi doesn&amp;#039;t even have all of those (i.e. sub procedure calls)</description>
    <content:encoded><![CDATA[It would be great to have syntax coloring for the following:<br />
<br />
- sub procedure calls<br />
- colons in a sub procedure call<br />
- specification columns (i.e. H,F,D,P,etc)<br />
- data type column in D specs<br />
- keywords on F and D specs (i.e. usropn, prefix, extname, qualified, const, varying, like, likeds, value, options, etc)<br />
<br />
This would be a great addition for &quot;marketing&quot; RNG because RDi doesn&#039;t even have all of those (i.e. sub procedure calls)<br />]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=166">
    <title>FS#166: Syntax coloring abnormality</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=166</link>
    <dc:date>2010-08-06T22:23:32Z</dc:date>
    <dc:creator>Aaron Bartell</dc:creator>
    <description>I have been noticing some syntax coloring abnormalities.  For example, in a sub procedure when I have /FREE it will color string literals correctly but turns off syntax coloring for op-codes.  If I have /free then it will color op-codes correctly but not string literals.

So it seems to be something to do with the case of the /free statement.  Let me know if you need screen shots.</description>
    <content:encoded><![CDATA[I have been noticing some syntax coloring abnormalities.  For example, in a sub procedure when I have /FREE it will color string literals correctly but turns off syntax coloring for op-codes.  If I have /free then it will color op-codes correctly but not string literals.<br />
<br />
So it seems to be something to do with the case of the /free statement.  Let me know if you need screen shots.]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=165">
    <title>FS#165: Remember tabs not working</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=165</link>
    <dc:date>2010-08-05T15:42:35Z</dc:date>
    <dc:creator>Aaron Bartell</dc:creator>
    <description>I get the following when I restart Eclipse and had source members open when I shut it down.

http://mowyourlawn.com/temp/RNG_rememberOpenTabsNotWorking.png

Note that it *does* prompt me to log in and I am able to log in successfully (as is indicated by the connection being available in the Remote Explorer).  

AaronBartell.com</description>
    <content:encoded><![CDATA[I get the following when I restart Eclipse and had source members open when I shut it down.<br />
<br /><a href="
http://mowyourlawn.com/temp/RNG_rememberOpenTabsNotWorking.png">
http://mowyourlawn.com/temp/RNG_rememberOpenTabsNotWorking.png</a><br />
<br />
Note that it *does* prompt me to log in and I am able to log in successfully (as is indicated by the connection being available in the Remote Explorer).  <br />
<br />
AaronBartell.com]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=164">
    <title>FS#164: Auto-reconnect after timeout</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=164</link>
    <dc:date>2010-08-05T15:35:23Z</dc:date>
    <dc:creator>Aaron Bartell</dc:creator>
    <description>I work on a lot of remote IBMi machines and my open-for-edit members lose connection multiple times throughout the day if I am not saving them on a regular basis.  I get the following message: http://mowyourlawn.com/temp/RNG_connectiondrop.png

Note I have set my &amp;quot;Keep connection alive time interval&amp;quot; to 30,000 milliseconds (30 seconds) in the RNG settings withing Eclipse.

It would be great if when that error comes up it gives me the option to do a re-connect without first copy/pasting the source into a different TextEditor, closing the connection, opening it, expanding the Remote Explorer tree to the member, opening the member, pasting the code back in, and THEN finally saving it.

AaronBartell.com</description>
    <content:encoded><![CDATA[I work on a lot of remote IBMi machines and my open-for-edit members lose connection multiple times throughout the day if I am not saving them on a regular basis.  I get the following message:<a href=" http://mowyourlawn.com/temp/RNG_connectiondrop.png"> http://mowyourlawn.com/temp/RNG_connectiondrop.png</a><br />
<br />
Note I have set my &quot;Keep connection alive time interval&quot; to 30,000 milliseconds (30 seconds) in the RNG settings withing Eclipse.<br />
<br />
It would be great if when that error comes up it gives me the option to do a re-connect without first copy/pasting the source into a different TextEditor, closing the connection, opening it, expanding the Remote Explorer tree to the member, opening the member, pasting the code back in, and THEN finally saving it.<br />
<br />
AaronBartell.com]]></content:encoded>
  </item>
    <item rdf:about="http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=163">
    <title>FS#163: Toggle Comment not working correctly any more</title>
    <link>http://www.rpgnextgen.com/tickets/index.php?do=details&amp;task_id=163</link>
    <dc:date>2010-08-03T21:51:12Z</dc:date>
    <dc:creator>Mihael Schmidt</dc:creator>
    <description>Toggle Comment does not work any more. It always puts in fixed style comments when it should be free.

This may be the cause if the AST is asked for the line type using the document line. Since the last version the document line numbers and the AST line numbers are not in sync any more because copy books are included in the AST source code.</description>
    <content:encoded><![CDATA[Toggle Comment does not work any more. It always puts in fixed style comments when it should be free.<br />
<br />
This may be the cause if the AST is asked for the line type using the document line. Since the last version the document line numbers and the AST line numbers are not in sync any more because copy books are included in the AST source code.]]></content:encoded>
  </item>
  </rdf:RDF>
