Flyspray:: Flyspray::RPG Next Gen: Recently opened tasks http://tickets.rpgnextgen.com/ 2010-08-27T19:11:22Z FS#171: Add content assist for variables to editor 2010-08-27T19:10:40Z 2010-08-27T19:10:40Z
see header
Mihael Schmidt http://tickets.rpgnextgen.com/:171
FS#170: Add variables to AST 2010-08-27T19:09:56Z 2010-08-27T19:09:56Z
Add local and global variables to AST.
Mihael Schmidt http://tickets.rpgnextgen.com/:170
FS#169: Add variables to Outline 2010-08-27T19:11:22Z 2010-08-27T16:31:40Z
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).
Aaron Bartell http://tickets.rpgnextgen.com/:169
FS#168: Open include context menu not showing in editor 2010-08-07T22:09:33Z 2010-08-07T22:09:33Z
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.
Mihael Schmidt http://tickets.rpgnextgen.com/:168
FS#167: Syntax coloring additions 2010-08-06T17:22:35Z 2010-08-06T17:22:35Z
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)
Aaron Bartell http://tickets.rpgnextgen.com/:167
FS#166: Syntax coloring abnormality 2010-08-06T22:23:32Z 2010-08-06T17:16:18Z
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.
Aaron Bartell http://tickets.rpgnextgen.com/:166
FS#165: Remember tabs not working 2010-08-05T15:42:35Z 2010-08-05T15:42:35Z
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
Aaron Bartell http://tickets.rpgnextgen.com/:165
FS#164: Auto-reconnect after timeout 2010-08-05T15:35:23Z 2010-08-05T15:35:23Z
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
Aaron Bartell http://tickets.rpgnextgen.com/:164
FS#163: Toggle Comment not working correctly any more 2010-08-03T21:51:12Z 2010-08-03T21:50:22Z
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.
Mihael Schmidt http://tickets.rpgnextgen.com/:163
FS#162: Search wildcard for *SRCPF 2010-08-03T22:29:40Z 2010-08-02T22:33:46Z
It appears as though I can't specify an asterisk for the source file when doing a search. It would be great if we could have wild card capabilities here just like in member option of the search.
Aaron Bartell http://tickets.rpgnextgen.com/:162