Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpguilet2017-03-17 15:54:17 +0000
committerPierre-Charles David2017-04-05 14:40:49 +0000
commite236175a1fd189d405f14e242de4ed892c844b02 (patch)
tree5739357ffc6de7b0d1245243c5521b9a429c7d8d /plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
parentc925db2a3bd6a055b61e35e42db5eb517643d4a8 (diff)
downloadorg.eclipse.sirius-e236175a1fd189d405f14e242de4ed892c844b02.tar.gz
org.eclipse.sirius-e236175a1fd189d405f14e242de4ed892c844b02.tar.xz
org.eclipse.sirius-e236175a1fd189d405f14e242de4ed892c844b02.zip
[487718] Add refreshEditor method in DialectUiManager
A method to fully refresh dialect editors is now provided by DialectUiManager class. It avoids complex constructions to do a simple refresh. Bug: 487718 Change-Id: Iab823dc9539f97979f8e452a9d887c7dbc483a24 Signed-off-by: pguilet <pierre.guilet@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile')
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
index 1dffac4779..9c1433d4ce 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
@@ -54,6 +54,7 @@ h4. Changes in @org.eclipse.sirius@
h4. Changes in @org.eclipse.sirius.ui@
+* <span class="label label-success">Added</span> The method @org.eclipse.sirius.ui.business.api.dialect.DialectUIServices.refreshEditor(DialectEditor, IProgressMonitor)@ has been added to allow specifiers to do a full refresh of its dialect editor easily.
* <span class="label label-success">Added</span> The method @org.eclipse.sirius.ui.tools.api.color.VisualBindingManager.getDefaultFontWithRuntimeSizeAndFromLabelFormat(List<FontFormat>)@ has been added to allow to retrieve a font using the given format and the default Sirius font (arial) and the runtime height.
* <span class="label label-success">Added</span> The method @org.eclipse.sirius.ui.tools.api.color.VisualBindingManager.getFontFromNameAndLabelFormatAndWithDefaultSize(List<FontFormat>, String)@ has been added to allow to retrieve a font using the given format and the given font name and the runtime height.
* <span class="label label-info">Modified</span> The method @org.eclipse.sirius.ui.tools.api.project.ModelingProjectManager.createLocalRepresentationsFile(IProject, IProgressMonitor)@ has its return type changed from @void@ to @Session@ to allow callers to have access to the newly created session directly.

Back to the top