RPG Next Gen

RPG Next Gen Editor is a lightweight RPG editor solely based on the Eclipse platform. It has some basic plugins which among other things provide a tree view on the QSYS filesystem. The focus for the editor lies on small size and speed. The goal for this project is a feature complete RPG free-format editor which can be used to develop small to midsized projects for even the most advanced programming style.
| Tasklist |

FS#121 - Open program source via context menu of prototype

Attached to Project: RPG Next Gen
Opened by Mihael Schmidt (Mihael) - Thursday, 10 September 2009, 14:36 GMT+2
Task Type Enhancement
Category Editor
Status New
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 0.5
Due in Version 0.7
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

If the user activates the context menu over a prototype with the keyword "extpgm" and the program name of the keyword is a constant value (either enclosed in ' or a constant) the context menu should have an entry to open the source of this program in an editor.

As the program can be any object of type PGM there should be a search sequence like

1. QRPGLESRC
2. QRPGSRC
3. QCLLESRC
4. QCLSRC
5. QCBLSRC
6. QCBLLESRC
7. QCSRC
8. QCLESRC
9. ?

Don't know if the action should be submitted to a new Eclipse job because the search for the right source could take some time as every source file in the libl must be checked for the right source.
This task depends upon

Loading...