rolandschulz / PTP

Eclipse Parallel Tools Platform
http://www.eclipse.org/ptp/
6 stars 3 forks source link

Add sync context menu #24

Closed eblen closed 12 years ago

eblen commented 13 years ago

Allow the user to synchronize all configurations by use of a button. Also add option to sync current configuration, perhaps in a menu.

rolandschulz commented 13 years ago

The menu should like: https://bugs.eclipse.org/bugs/attachment.cgi?id=195547 The bug is copied at https://bugs.eclipse.org/bugs/show_bug.cgi?id=345673

rolandschulz commented 13 years ago

bumping up in priority because 2 bugs (#2 and #9) depend on it

we should decide on the discussion in issue #1 (should their be a local sync provide) before we address this issue

eblen commented 13 years ago

Commit c6b5d1824682b312dc83f603c9768ef7dd9a1b8e adds GUI elements (plugins and supporting class). Now we just need to wire the GUI information to appropriate actions.

eblen commented 13 years ago

Commit 935976b144a8b9abdf11d20d08737ee4abdd0b67 mostly completes the sync context menu. There are only a few items left to do:

1) Implement ability to "permanently" disable connection errors

2) Fix initialization problems (settings not loaded on startup)

3) More testing needed

eblen commented 13 years ago

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=355526 for remaining issues (#1 above and adding icons). We should be able to close that bug and this issue at the same time.

rolandschulz commented 12 years ago

1 is fixed. 355526 is different. Main issue is fixed. If something else is still to do than that should be a separate issue.