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#115 - Click twice to expand section

Attached to Project: RPG Next Gen
Opened by Aaron Bartell (aaronbartell) - Friday, 28 August 2009, 17:59 GMT+2
Last edited by Mihael Schmidt (Mihael) - Friday, 28 August 2009, 18:17 GMT+2
Task Type Bug Report
Category Main
Status New
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version 0.5
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Currently when I click to expand a section in Remote Systems view I click it once and it does something, and then I need to click it again to get it to expand. This is very annoying as the second time I click it I need to reposition my cursor ever so slightly to get the onhover feature to re-enable.

It would be good if you only had to click on an expandable section once and it would expand. This is a fundamental task that should be streamlined to work more efficient so as to not annoy new users and cause them to stop using the tool.
This task depends upon

Comment by Mihael Schmidt (Mihael) - Friday, 28 August 2009, 18:22 GMT+2
FYI: The model data has not been fetched from the server when the Remote Explorer is initially shown (only the libraries). On the first click the data (for example the objects of a library) are retrieved from the server and on the second click the objects are shown as child nodes of the element.

Actually I don't know how difficult it is to do it in one step as the fetching is done in a separate eclipse job so that the user can continue working with the application.

Loading...