Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Bug 527664 - [AFViewpoints] Architecture Model Editor removeMaged Elaasar1-1/+1
CreationCommandClass property value Converted the Creation/ConversionCommandClass properties in the architecture editor to be of type string instead of Class. They can now reference class names from the workspace (on their project's class path). Also added validation rules for that. Finally, I added a Browse... button in the property sheet to help put values for them. remove some reexport increase version to take in account API tool Change-Id: I6792449fbee70b089f83780c4935242fff72d50b Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-04-16Bug 528199 - [Xtext, Constraints] The edition of constraints does not choose ↵Ansgar Radermacher1-1/+1
a suitable editor - Cleanup implementation in DirectEditorsUtil: * Assure that method implementations are consistent and based on each other (before, implementations were duplicated, some respected priorities while others did not), fix comments * Rename getDirectEditorConfiguration (name was misleading, keep old method as deprecated) - Set version of oep.extensionpoints.editors plugin to 3.0.0, adapt all references (other MANIFEST files) accordingly - If no editor with for a given language is found, search all editors without taking language tag into account (implementations must still be compatible with semantic element). This assures that other editors are used, if the default editor is not compatible (e.g. OCL is default editor for opaque expression, but not compatible with non-OCL bodies) - Add an EmbeddedEditor.usecases txt file in plugin oep.extensionpoints.editors - Replace calls to old methods (in diagram.common, property.sheet, uml.diagram.sequence, diagram.stereotype.edition, service.types.ui and natable.xtext.valuespecification/integration) - Move OCL editor registration from generic plugin oep.uml.properties.xtext to OCL plugin. - Add a test to the existing oep.uml.textedit.tests plugin that checks whether a suitable editor is opened on an opaque expression with (1) a C++ body and (2) OCL body (the plugin registers a dummy C++ editor) Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Change-Id: I4cee823b91e13f9601ecb7a9655409a74e3d7579
2018-03-23Bug 532639: [Table][Matrix] System shall enable to specify the creation ↵Vincent Lorenzo2-7/+7
location of relationships created using a matrix editor. Change-Id: I4ffde565f069e65c85c838bd14aebb4b809c61b7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez105-7565/+7565
- Format the EOL of all the files matched by: grep -rIUs . | xargs -Ifile dos2unix -k 'file' Change-Id: I5c41d540a9a67b50de9b912ab35e16cc9a912961 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-12-14Bug 527876 - [Property View] Facilitate the use of xtext editors in property ↵Ansgar Radermacher5-1/+104
view - Export elements of oep.uml.properties.xtext plugin - Add missing copyright messages in some classes of the oep.uml.properties.xtext plugin - Add "getter" method for accessing the text-control in XtextLanguageEditor - Add new abstract class that specific xtext-editors should subclass. - Provide the editing of state-machine transitions via xtext as an example. - Add LANGUAGE string constant to TransitionEditorConfigurationContribution Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Change-Id: Ied704ae35277d324595ee8e3b874206bbb989313
2017-12-14Bug 518317 - [UMLPropertiesView] Autocompletion for type of propertiesBenoit Maggi1-3/+3
- new auto-completion editor: - no binding to uml element - available in example for property type - add a predicate filter for INameResolutionHelper - add completion proposal and processor for UML NamedElements - fix a bunch of quality warnings for Java 8 Change-Id: I38722b6782c13fb8de511c8d0e253ba491c27136 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-12-12Bug 528490 - [Quality] Remove plugin and feature string from nameBenoit Maggi3-3/+3
- remove plugin string in plugin name - remove feature string in feature name - fix some duplicated names - extract feature name in feature.properties Change-Id: I23303b5d32390fd01aa903214d430c930618c982 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-10-31Bug 526676 - [Example] Textual Editor property view missingBenoit Maggi3-8/+20
- fix namespaces in xwt files - use meaning full labels - add missing license Change-Id: I3e341d06d1f745dae3170392d3835e406f1fcf47 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-27Bug 525256 [userxp] moving menu from main menu to developer menuFrancois Le Fevre1-1/+1
- changing the urilocation Change-Id: Ieee27d14e9af96595b3fab37ce338373eb8a3521 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525256 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-27Bug 525256 [userxp] moving menu from main menu to developer menuFrancois Le Fevre2-2/+2
- changing the urilocation Change-Id: Ibecebd2a312547d244c4638623d9751b246ff135 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525256 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-26[Quality] Improve example for comment editorBenoit Maggi10-20/+23
- no bug since bugzilla down - extract Bundle Vendor and Bundle Name - replace deprecated api - remove unused import Change-Id: Ic9b8371b166484c29c4b9522fc673d96d2711661 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-26Bug 521476: [userxp] plugin that declare a menu not at the right place Francois Le Fevre17-682/+0
- deletion of the plugin - zip the code in bug 521476 Change-Id: Id32f15017393db9ac71005a469573f7ddb72edad Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521476 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-26bug 517742: [Table][Matrix] The row axis must be updated when the rows ↵Vincent Lorenzo1-4/+4
sources change Change-Id: I5e3b92093b907a88be4367889923e4e2aed3fd21 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-09-25Bug 521475 - [userxp] the following plugin logs directly into theBenoit Maggi9-58/+74
console with System.out.println - replace system.out by logs - fix some quality warnings - add missing licenses - export all package at runtime Change-Id: I02879db9ff9ec91cbda577303910420c5a8b0463 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-06Bug 521572 - [General] Various cleanupsPierre GAUTIER2-6/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 fix remaining output 'target/classes' in some .classpath cleanup of various basic build.properties warnings including : - remove useless bin.. - incorrect source.. - incorrect output.. - includes Change-Id: I5bf3480020ab53c8acf1fd6fc35d92377c231eaa Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-04Bug 521794 - [Photon] [Test] Failing tests on the bundle tests [...]Pierre GAUTIER24-12/+210
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521794 Fix BundleTests - set version bundle-version="[5.3.0,6.0.0)" to uml2.uml and uml2.uml.edit dependencies in diagram.component and diagram.composite - add missing about.html - fix some pluginVendor issues - fix some plugin_id issues Change-Id: Ibfe2713fb4794b24fc56184dab3603c2c705cac8 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-01Bug 521572 - [General] Various cleanupsPierre GAUTIER16-0/+32
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 define project-specific, overriding workspace-scoped, preferences for UTF8 encoding and Unix end of line preferences Change-Id: I260d84ab76c08866cd3e8709967d4218d992c095 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-08-29Bug 521415 - [devxp] deletion of old examples pluginsFrancois Le Fevre22-6625/+0
Actions -check with patrick status of the model defined in the plugins -deletion of all plugins Change-Id: I85d96235016187dadeb5d8ba5fa6c371bd83c223 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521415 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-29Bug 520271 - [Property View] Generator should ignore redefined properties.Vincent Lorenzo1-1/+1
Change-Id: I5d73f2441ff5e23f937ab155488cf29fb249a65c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-08-29Bug 521409: [examples] create an example of project to manage examplesFrancois Le Fevre22-288/+468
models Actions -rename the plugin -add it to the biuld reactor -respect convention for maven plugins that acts as pom Test -start an eclipse applciation and check presence of the Example in new examples Change-Id: I64953fa92c63ef91967bb1a1888977875e72eb97 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521409 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-25Bug 519891 - [SequenceDiagram] move an element can implies move of otherptessier2-3/+3
elements in the sequence diagram update weak references Change-Id: I4335ce56501ef6827175ba227882ed0cf4278789
2017-08-25Bug 521378 - [userxp] deletion of the plugin GenerateHugeModel Francois Le Fevre12-307/+0
Actions -suppression of the plugin -removing references in pom.xml and feature.xml -adding the project zip in the bug for future integration in a github repository Test -check reference in other MANIFEST.MF Change-Id: I6a8596daf0dcc27a02a5dbd0e0dd578ce14c20eb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521378 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-24Bug 520458 - [Wizards] remove the name Papyrus from all wizardsQuentin Le Menez3-3/+3
Actions -remove all papyrus prefix of wizard name, but not for Project and Model Tests -open runtime Review -are we sure we wxant that? Change-Id: Ib0568768b49ce8869a59095c0f38f10623d8c2bb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520458 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-03Bug 515806: [Table] Provide a preference to choose the string to displayThanh Liem PHAN1-1/+1
instead of N/A https://bugs.eclipse.org/bugs/show_bug.cgi?id=515806 - Create a cell preference page in which a string can be defined for the cell content of non supported column - Replace the usage of final var ICellManager.NOT_AVALABLE by the method CellHelper.getUnsupportedColumnCellText, which allows the modification of string immediately without having to restart Papyrus - JUnit Test Change-Id: I0ddf37889caf9a7a504a39b16a4df85a1a3a992c Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-07-31Bug 517840 - [test] several bundle version has to be fixed, mainly inFrancois Le Fevre11-48/+49
the examples and tests plugins Actions -changing strict version to version range for all oe.papyrus Tests -running mvn verify locally Change-Id: Iefc32a646fdce40fed46e305a5d5c250fce609a0 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-06-16Bug 518341 - [Releng] [Papyrus] Remove the extra architecture from the git ↵Quentin Le Menez1-5/+0
repository - Removed the modules in the root pom - Removed the references to the extra repository in both dev and examples pom - Removed the empty features - Removed the empty extra tests - Removed the unnecessary extra target platforms - Removed extra references in the maven launch configurations - Cleanup toolkit folder Change-Id: I42c4ab5683331dce5919c81d91f444333ddb0ac0 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-30Bug 516081 - [Toolsmiths][userxp] homogenize the New... menu in order toFrancois Le Fevre2-13/+19
highlight all papyrus extensions Actions -externalize string -add papyrus as root word Change-Id: I87460d8996d9d522672ead66736efc14081cdf7a Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-10Bug 516177 - [Toolsmiths][userxp] group new File under two new foldersFrancois Le Fevre5-26/+24
Actions -declaration of secundary category -migration of new element into category Tests -start runtime and check the presence of menu Change-Id: I17b94d34b2a6b105c907aea3a83b06b10a947a15 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-04-18Bug 515171 - [Examples] Fix example projects for Oxygen releaseFrancois Le Fevre30-2965/+2980
Actions - Update extensions to respect new extension point definitions - Fix example code to match new API Change-Id: I5ac042f03f82de93188590ee46ec8d3a56deb3d8 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-03-30[releng] Update plugins and feature version numbers for Oxygen withFlorian Noyrit1-17/+17
Neon.3 as baseline Change-Id: Icb3b699de6846ce60370a1fedc169e1df741ace2
2017-03-30Bug 513963: [Table] Update NatTable dependency and build to use NatTableThanh Liem PHAN1-1/+1
1.5 https://bugs.eclipse.org/bugs/show_bug.cgi?id=513963 - Update NatTable version from 1.4.0 to 1.5.0 Change-Id: I40e051ede6f90ddece37a9287d8ca6faca0e4052 Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net>
2017-02-03Bug 464625: [All Diagrams] Direct edition should rely on service edit toBenoit Maggi1-204/+204
manipulate values https://bugs.eclipse.org/bugs/show_bug.cgi?id=464625 - Modify AbstractElementTypeBasedAttributeParser to use IElementEditService - Modify Template regenerate all diagrams (except InteractionOverview with the missing gmfgen) Change-Id: I19a0f8fe5a2e6b9ec4e5e92be6990753bc1dbf9b Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-01-24Bug 508843 - [Toolsmiths] migrate expansion model into its own pluginFrancois Le Fevre2-2/+2
-just moving exapnasion model into its own plugin -reexporting the different package -updating manifest.mf with this new plugin -package renaming with genmodel update -moving to right bundle version in a manifest.mf -adding it into its feature -retrigger after merge conflict resolution -dispatching class in their own package Change-Id: If81918a014ca46e67a9e6fb60b1e0bf21c5645ab Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-01-09Bug 508512 - [Core] respecting maven conventionFrancois Le Fevre21-21/+42
-adding pom.xml -adding the schema in the header enabling to remove the warning in eclipse Change-Id: I8ab35fb6c6a696c5feb44aa5236db1c02e86f08e Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2016-12-02Bug 476222: [examples] how to add the examplesFrancois Le Fevre - CEA94-1587/+1701
- trying to integrate examples as a separate features - creation of intermediate poms Change-Id: I20af1ad53555a9256a2590fdd84fb0e8d60627e4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=476222 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
2016-09-16Bug 489206 - [Examples] Move org.eclipse.papyrus.uml.diagram.emftree toBenoit Maggi17-0/+1211
examples - move emftree to example - add it to the build Change-Id: Iaeddad4d35bf8589779b591eca180cebf077b7ba Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2016-01-15Bug 485859 - [Table] Update used nattable version to 1.4.0Nicolas FAUVERGUE1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485859 - Change the nattable version from 1.3.0 to 1.4.0 Change-Id: I1389e08a7f442e7d55d7a1cad1568f5496177d47 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2015-11-17Bug 481686 - [Moka] End migration by removing source from the main repoBenoit Maggi12-722/+0
- remove all resources related to moka - new repository : https://git.eclipse.org/c/papyrus/org.eclipse.papyrus-moka.git/ Change-Id: Ie187cc32fadd83e33dc9b345a6f159765f28c46f Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-11-12Bug 473378: [Table] Update used nattable versionNicolas FAUVERGUE1-11/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=473378 Nattable From 1.2 to 1.3 Change-Id: Ia0ccc84fe440769fa2e92860868dd9fa76bfce93 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2015-09-09Bug 476200: [releng] refactoring of parent pom Francois Le Fevre - CEA1-2/+3
Change-Id: Ib7e26b7cce68e35d2f6d633d8a72a2ab1ff97179 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=476200 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez13-26/+26
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2015-04-27Bug 446865: lowerValue and upperValue cardinality values not accessibleNicolas FAUVERGUE1-1/+2
through UI https://bugs.eclipse.org/bugs/show_bug.cgi?id=446865 Manage the multiplicity editor with 2 modes : - The 'simple' mode which allow to edit the lower and upper value in a single editor - The 'advanced' mode which allow to edit the lower and the upper values in two ValueSpecification editors. The editors of ValueSpecification can be : - Simple editor with CLabel - XText editor - Manage the JUnit tests for the specific lower and upper values The XText editors have some spcifications depending on lower or upper values : - The lower XText ValueSpecification editor always create LiteralInteger instead of LiteralUnlimitedNatural - The upper XText ValueSpecification editor always create LiteralUnlimitedNatural instead of LiteralInteger when this is possible (-1 (or *), 0 or positive) A validator on the upper value is available for the UnlimitedNatural help assist Preferences Multiplicity Editor are available to manage the mode display. Multiplicity editor help is available in this commit. Change-Id: If7bc2be230e25dde7e1c113cd09f4b0add8bb94d Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> Reviewed-on: https://git.eclipse.org/r/45542 Tested-by: Hudson CI Reviewed-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-04-08Bug 463881: [XText] The ValueSpecification XText editor in propertiesNicolas FAUVERGUE1-1/+1
view must be defined by XWT element https://bugs.eclipse.org/bugs/show_bug.cgi?id=463881 - Recvery code which allow to get the direct editor configuration to get it from XWT attribute with java reflexive instead of getting direct editor configuration from object to edit with defined extension points Change-Id: I1aa730f216873ea0912bd705ea63761d7e2c69a5 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> Reviewed-on: https://git.eclipse.org/r/45231 Reviewed-by: vincent lorenzo <vincent.lorenzo@cea.fr> Tested-by: vincent lorenzo <vincent.lorenzo@cea.fr>
2015-03-30459747: [XText] Papyrus must provides a XText editor for theNicolas FAUVERGUE1-1/+1
ValueSpecification https://bugs.eclipse.org/bugs/show_bug.cgi?id=459747 - Manage the EditorConfiguration by an other way than the preferences Change-Id: Iba2f6dca4814c96fcbf6e1f0730294a9340d05d7 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2015-03-30Fix build for textual editors in papyrusVincent Lorenzo1-28/+0
2015-03-30459747: [XText] Papyrus must provides a XText editor for the ↵Vincent Lorenzo1-0/+28
ValueSpecification + 427136: [Table 2] It should be possible to edit cells representing references using a textual editor Papyrus
2015-03-30Fix build for textual editors in papyrusVincent Lorenzo2-30/+2
2015-03-30Fix number version for textual editors in papyrusVincent Lorenzo1-2/+2
2015-03-30Fix number version for textual editors in papyrusVincent Lorenzo1-11/+11
2015-03-30459747: [XText] Papyrus must provides a XText editor for the ↵Vincent Lorenzo17-0/+467
ValueSpecification + 427136: [Table 2] It should be possible to edit cells representing references using a textual editor Papyrus

Back to the top