Community
Participate
Working Groups
This is a follow up of Bug 56570 on log interactions views. Sébastien Veyrière: ' In order to enable the "rearrange feature", you need to call "SDWidget.setReorderMode(true)" in your loader. The user will then be able to rearrange the lifeline using a Drag and Drop gesture. Two new methods have been added to allow the loaders to maintain the reodering consistency when the pages change or when a previously reodered diagram is restored - SDWidget.getLifelineReoderList: this method return an ArrayList which represents the reoder sequence performed by the user. Each arrayList element is of type Lifeline[2] with Lifeline[1] inserted before Lifeline[1] in the diagram (Of course, each ArrayList element must use the same Lifeline reference than the one stored in the frame using Frame.addLifeline) -Frame.reorder(ArrayList): This method programmatically reoders the frame (the parameter and comment regarding reference are the same than for getLifelineReoderList) A "Drag and Drop collapsing" feature has also been add. By default this feature is disabled. If you when to use it in your loader, you just have to implement the ISDCollapsingProvider and set it in the SDView. Your Collapsing provider will then be called back when the user will request two lifelines to be merged using a Drag and Drap gesture.'
Deferring from 4.1 as per the official 4.1 enhancement plan. http://eclipse.org/tptp/home/project_info/featureplans/features.php?source=All&project=All&release=4.1&file=TPTPFeatures_4.1.xml
Not in plan for 4.4; Moving target to future
Due to lack of resources this enhancement request is resolved as WONTFIX. Please feel free to reopen if you consider it's a required enhancement.
Closing.
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As such, TPTP is not delivering enhancements. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement is resolved as WONTFIX. For this enhancement to be considered, please re-open with an attached patch including the Description Document (see http://www.eclipse.org/tptp/home/documents/process/development/description_documents.html), code (see http://www.eclipse.org/tptp/home/documents/resources/TPTPDevGuide.htm), and test cases (see http://www.eclipse.org/tptp/home/documents/process/TPTP_Testing_Strategy.html).