Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn/Porting Guide"

(Changes in 3.1)
(Changes in 3.1)
Line 12: Line 12:
  
 
* <code>AbstractRepositoryConnectorUi.getAddExistingTaskWizard()</code> now returns null
 
* <code>AbstractRepositoryConnectorUi.getAddExistingTaskWizard()</code> now returns null
* New hyperlink detection
+
* New hyperlink detection {{bug|167941}}
 
* <code>AttributeEditorFactory</code> now requires an <code>IContextService</code> to enable the WikiText task editor extensions
 
* <code>AttributeEditorFactory</code> now requires an <code>IContextService</code> to enable the WikiText task editor extensions
 
* <code>AbstractTaskRepositoryLinkProvider.setTaskRepository()</code> may have repository set to <code>null</code> if association is cleared
 
* <code>AbstractTaskRepositoryLinkProvider.setTaskRepository()</code> may have repository set to <code>null</code> if association is cleared
 +
* <code>AbstractRepositorySettingsPage</code> is now extensible
 +
* <code>IUserAttentionListener.userAttentionGained()</code> only fired once {{bug|250072}}
  
 
= Pending changes for 3.x =
 
= Pending changes for 3.x =
  
 
* Closing of idle HttpClient connections
 
* Closing of idle HttpClient connections

Revision as of 18:56, 5 November 2008


Porting from 1.0 to 2.0

See the Mylyn Porting Guide 2.0

Porting from 2.0 to 3.0

See the Mylyn/Porting Guide/3.0

Changes in 3.1

  • AbstractRepositoryConnectorUi.getAddExistingTaskWizard() now returns null
  • New hyperlink detection bug 167941
  • AttributeEditorFactory now requires an IContextService to enable the WikiText task editor extensions
  • AbstractTaskRepositoryLinkProvider.setTaskRepository() may have repository set to null if association is cleared
  • AbstractRepositorySettingsPage is now extensible
  • IUserAttentionListener.userAttentionGained() only fired once bug 250072

Pending changes for 3.x

  • Closing of idle HttpClient connections

Back to the top