Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Workspace3.6"

m (Java Compare)
m (Java Compare)
Line 10: Line 10:
 
* Use MultiEditor as base class of CompareEditor, compose Compare Editor of editors not source viewers (even if they are retrieved from editors)
 
* Use MultiEditor as base class of CompareEditor, compose Compare Editor of editors not source viewers (even if they are retrieved from editors)
 
=== Java Compare ===
 
=== Java Compare ===
*  
+
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=compare&classification=Eclipse&product=JDT&component=Text&component=UI&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailcc1=1&emailtype1=substring&email1=zarna&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=everconfirmed&type0-0-0=noop&value0-0-0= Bugs from JDT tagged with "compare" assigned to Tomasz (or with Tomasz on CC)]:
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=compare&classification=Eclipse&product=JDT&component=Text&component=UI&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailcc1=1&emailtype1=substring&email1=zarna&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=everconfirmed&type0-0-0=noop&value0-0-0= Bugs from JDT tagged with "compare" assigned to Tomasz (or with Tomasz on CC)]:
+
 
** [compare] auto-indent not working as expected {{bug|260531}}
 
** [compare] auto-indent not working as expected {{bug|260531}}
 
** [compare] Support mark occurrences in Java compare editor {{bug|262938}}
 
** [compare] Support mark occurrences in Java compare editor {{bug|262938}}

Revision as of 05:16, 24 April 2009

Workspace 3.6 Development Plan draft

Compare Editor

  • [Edit] Enhanced text compare bug 259410
  • Use views to present Structure Compare viewers
  • Outline view for the Compare Editor (showing changes with an option to switch to a structure viewer) bug 49915
  • [Sync View] Migrate Compare with Each Other to the Synchronize view bug 193321
  • [done] [Structure Viewers] Reconcile structure upon document changes bug 165434
  • [Patch] Generate diff from "Compare With" bug 71374
  • Use MultiEditor as base class of CompareEditor, compose Compare Editor of editors not source viewers (even if they are retrieved from editors)

Java Compare

Merge viewers switching

  • [Viewers][Preferences] Customize and persist the way *MergeViewers are picked and used in compare bug 271120
  • Selection issue when switching between Structure Merge Viewers bug 272668
  • Duplicated code in CompareUIPlugin bug 269959

Patch

  • [Patch][Sync View] Use Synchronize View for Apply Patch bug 236169
  • Improve matched/unmatched hunks browsing in the Apply Patch wizard
    • [Viewers] Hunk compare editor should help the user when context lines don't match bug 196228
    • [Patch] Indicate the offset used to match bug 205762
    • [Apply Patch] Show initial insertion point for a hunk bug 217075

Net

  • [Net] Add a facility to set a custom proxy provider bug 257443

Other

Back to the top