Flyspray:: http://tickets.rpgnextgen.com/ Flyspray::RPG Next Gen: Recently opened tasks 2010-09-08T21:39:52Z FS#172: Connecting to server with SSL encryption http://tickets.rpgnextgen.com/index.php?do=details&task_id=172 2010-09-08T21:39:52Z Mihael Schmidt 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. FS#171: Add content assist for variables to editor http://tickets.rpgnextgen.com/index.php?do=details&task_id=171 2010-08-27T19:10:40Z Mihael Schmidt see header FS#170: Add variables to AST http://tickets.rpgnextgen.com/index.php?do=details&task_id=170 2010-08-27T19:09:56Z Mihael Schmidt Add local and global variables to AST. FS#169: Add variables to Outline http://tickets.rpgnextgen.com/index.php?do=details&task_id=169 2010-08-27T19:11:22Z Aaron Bartell 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). FS#168: Open include context menu not showing in editor http://tickets.rpgnextgen.com/index.php?do=details&task_id=168 2010-08-07T22:09:33Z Mihael Schmidt 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.
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.]]>
FS#167: Syntax coloring additions http://tickets.rpgnextgen.com/index.php?do=details&task_id=167 2010-08-06T17:22:35Z Aaron Bartell 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 "marketing" RNG because RDi doesn't even have all of those (i.e. sub procedure calls)
- 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 "marketing" RNG because RDi doesn't even have all of those (i.e. sub procedure calls)
]]>
FS#166: Syntax coloring abnormality http://tickets.rpgnextgen.com/index.php?do=details&task_id=166 2010-08-06T22:23:32Z Aaron Bartell 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.
So it seems to be something to do with the case of the /free statement. Let me know if you need screen shots.]]>
FS#165: Remember tabs not working http://tickets.rpgnextgen.com/index.php?do=details&task_id=165 2010-08-05T15:42:35Z Aaron Bartell 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
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]]>
FS#164: Auto-reconnect after timeout http://tickets.rpgnextgen.com/index.php?do=details&task_id=164 2010-08-05T15:35:23Z Aaron Bartell 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 "Keep connection alive time interval" 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 http://mowyourlawn.com/temp/RNG_connectiondrop.png

Note I have set my "Keep connection alive time interval" 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]]>
FS#163: Toggle Comment not working correctly any more http://tickets.rpgnextgen.com/index.php?do=details&task_id=163 2010-08-03T21:51:12Z Mihael Schmidt 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.
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.]]>