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.
FS#109 - Integrate compile listing with source code editing
Attached to Project:
RPG Next Gen
Opened by Jim Rothwell (jwrothwell) - Wednesday, 19 August 2009, 20:28 GMT+2
Last edited by Mihael Schmidt (Mihael) - Wednesday, 19 August 2009, 21:12 GMT+2
Opened by Jim Rothwell (jwrothwell) - Wednesday, 19 August 2009, 20:28 GMT+2
Last edited by Mihael Schmidt (Mihael) - Wednesday, 19 August 2009, 21:12 GMT+2
|
DetailsTie compile listing to source code so that clicking on an error in the listing takes you to corresponding source line. Alternatively, show compile errors in source code, above or below the code in error, with facility to jump to next error.
|
This task depends upon
If there is somebody who also likes the LPEX way of giving error feedback can make a contribution to the editor but I won't spend any resources on it. There are other tasks which results in more productivity than implementing this (like Content Assist #22).
I double click on en entry and the line in the editor is highlighted. What now?
If I add an icon on which the user can click to get to the next error he can also double click on the next error. Key Binding to get to the next error. Ok that makes more sense if I don't use the mouse that much and want to stick to the keyboard.
Any ideas? Suggestions?