Skip to content
Success

Changes

Summary

  1. Add event file in maven workflow (commit: f60d7af) (details)
  2. [quickfix] add method to trace all endpoint interfaces from a given connections and the desired trace direction (commit: ccbfba3) (details)
  3. Add DataType for VAR_TEMP in hover label (commit: 931c8b3) (details)
  4. fix usage of List.getLast in Xtend code for Java 21 (commit: 92e6b1b) (details)
  5. update to Java 21 (commit: dd416cb) (details)
  6. update compiler settings for Java 21 (commit: 30b1567) (details)
  7. update GitHub workflow to Java 21 and Maven 3.9.6 (commit: 8ebcc33) (details)
  8. update Jenkins to Java 21 (commit: 1938c5d) (details)
  9. add function blocks for Revolution Pi (commit: aeae966) (details)
  10. try to remove ^M from Revolution Pi function blocks (commit: 4345831) (details)
  11. fix ctrl+click for ECC to create state plus transition (commit: a988e01) (details)
  12. Ensure that escaped xml is always using LF for newline (commit: dd2f94c) (details)
  13. Ensure that \n is used as the newline character (commit: 0f9f2c1) (details)
  14. Extend open type in editor to struct and adapter pins (commit: 85b200b) (details)
  15. Add auto sync workflow (commit: d4016bd) (details)
  16. do not add margins for validating comment positions (commit: 5bb8160) (details)
  17. Use IEC 61499 Coord. System for Conn Bendpoints in Model (commit: 95b7b54) (details)
  18. Use IEC 61499 Coord. System for Element sizes (commit: 38f477c) (details)
  19. Use IEC 61499 Coord. System for Segment Width (commit: b2b2f0e) (details)
  20. Removed Unused Conversion Methods from CoordinateConverter (commit: b918e9e) (details)
  21. Removed Ctrl+Click open Type in Editor Feature (commit: 43073e2) (details)
  22. Add basic Manifest editor (commit: 3e42d2c) (details)
  23. Basic Manifest editor (commit: 42e8436) (details)
  24. Add Margin Border to Subapp Content (commit: 067dd49) (details)
  25. Added MoveThroughHierarchy based on MoveToParent (commit: 5de33d2) (details)
  26. Added prototype for MoveThroughHierarchy dialog (commit: 6bc4ece) (details)
  27. Added Moving to MoveThroughHierarchy (commit: 0f51760) (details)
  28. Created SubAppHierarchyDialog to select FBNetwork of SubApps (commit: cb146a4) (details)
  29. Added reconnecting of input connections for MoveThroughHierarchy (commit: 3129237) (details)
  30. Added reconnecting of output connections for MoveThroughHierarchy (commit: 2564958) (details)
  31. Clean up (commit: 55406a9) (details)
  32. Changed Connection handling for MoveElementsFromSubAppCommand (commit: acae8e3) (details)
  33. Added check for connections between moved blocks in MoveThroughHierarchy (commit: 8c14e8f) (details)
  34. Changed BoarderCrossingReconnect to check outside subapps (commit: 5385300) (details)
  35. Renamed MoveElementsFromSubAppCommand -> MoveAndReconnectCommand (commit: 4d35f93) (details)
  36. Changed SubAppHierarchyDialog to exclude certain subapps (commit: 9903a3e) (details)
  37. Added move and reconnect from application network (commit: 28454b0) (details)
  38. Improved selection in editor after using MoveThroughHierarchy (commit: c0d43b4) (details)
  39. Improve Loading of TypeEditable (commit: 4a3c80d) (details)
  40. CompositeNetworkEditPart wrongly uses EContentAdapter (commit: 50653b9) (details)
  41. Caching connection anchors for InterfaceEditParts (commit: b5c2aef) (details)
  42. Fixed Extract Struct (commit: 15ae927) (details)
  43. Extend TargetPin Searching Across Subapp boundaries (commit: 1911205) (details)
  44. Fix double click on subapp crossing target pins (commit: fa46e7c) (details)
  45. Enable follow connection to handle subapp crossing target pins (commit: a279997) (details)
  46. TypeEditor put an EContentAdapter on the whole type (commit: b296c85) (details)
  47. Lazy loading of InitialValueRefreshJob for ValueEditPart (commit: 77318c3) (details)
  48. Extented RenameElement Refactoring (commit: d0def0c) (details)
  49. Implemented Reconnected PinChange (commit: 2135f9d) (details)
  50. cleanup and added also delete option to preview (commit: fb18438) (details)
  51. Added missing copright header (commit: dddba10) (details)
  52. Removed Sys.out.print (commit: f1a3739) (details)
  53. do not save visible children attribute unnecessarily (#114) (commit: a90ee0c) (details)
  54. fix invalid thread access in typeentryadapter (commit: 791bc3b) (details)
  55. Add retain to type export (#109) (commit: 12a7940) (details)
  56. Remove Unnecessary firePropertyChange(IEditorPart.PROP_DIRTY) (commit: 8f1d1ac) (details)
  57. Rework Refactoring Type Save to not Use Editor Save (commit: fd208c4) (details)
  58. Adapt refactoring command change to not save via the editor (commit: 4969ddb) (details)
  59. Added typed subapp support for move through hierarchy (commit: 00793c1) (details)
  60. Added icon for SubAppTypes (commit: 27dce54) (details)
  61. expanded interface layout cleanup (commit: f796032) (details)
  62. initial expanded interface collapse (commit: 8aa18c5) (details)
  63. Fix type update on library import (commit: 1f6f6b1) (details)
  64. reorganize methods (commit: bf0ac40) (details)
  65. layout command with new coordinates (commit: 4a43bf3) (details)
  66. auto layout for expanded subapp content (commit: 1c5e3ab) (details)
  67. auto layout correct fb size (commit: a5f18b2) (details)
  68. exclude expanded interface connections for auto layout (commit: 781dc2d) (details)
  69. consider top connections for auto layout inside subapp (commit: 3afeaec) (details)
  70. remove auto layout unit test (commit: 0683468) (details)
  71. improve search and update for structmanipulators (commit: 161ca81) (details)
  72. Changed error marker creation in UpdateStructCommand (commit: 2e34675) (details)
The file was modified .github/workflows/maven.yml (diff)
Commit ccbfba38be8a492a6fa7d2b6f2a505502115d6e1 by Alois Zoitl
[quickfix] add method to trace all endpoint interfaces from a given connections and the desired trace direction

As the actual trace function is private (which should stay that way) a new method for this functionality is necessary for a visdiac feature. It traces the given connection along the given direction to all connected endpoint interfaces.
(commit: ccbfba3)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/helpers/FBEndpointFinder.java (diff)
Commit 931c8b3cb0a3b60867a04d713989951f25fa6388 by Alois Zoitl
Add DataType for VAR_TEMP in hover label

Add STVarDeclaration as a possible source of elements with a instatiated Type
(commit: 931c8b3)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.ui/src/org/eclipse/fordiac/ide/structuredtextcore/ui/hovering/STCoreHoverProvider.xtend (diff)
Commit 92e6b1b4689974a9f2663f33277d633ea649064c by bwiesmayr
fix usage of List.getLast in Xtend code for Java 21

Java 21 adds List.getLast(), which throws an exception if the list is
empty. Xtend also has an extension method getLast(), which returned
null. Since the Java 21 method is declared directly in List, it has
precedence over the extension method, which changes the behavior of
existing Xtend code. This change fixes the problematic cases where
getLast is called in Xtend code.
(commit: 92e6b1b)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor/src/org/eclipse/fordiac/ide/structuredtextfunctioneditor/formatting2/STFunctionFormatter.xtend (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm/src/org/eclipse/fordiac/ide/structuredtextalgorithm/formatting2/STAlgorithmFormatter.xtend (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ui/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.export/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.model/model/STAlgorithm.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.product/org.eclipse.fordiac.ide.product (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ide/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug.ui.st/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.tests/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemmanagement.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_lua/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.st/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment/model/monitoringBase.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.edit/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.library.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.util/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.runtime/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.eval.st/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.contracts/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.bootfile/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.doc/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model.commands/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/model/fordiac.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.eval/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.images/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.util/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ide/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model.commands/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gef/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ant/.externalToolBuilders/AntTaskBuilder.launch (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter.editor/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.datatypeeditor/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.ide/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemmanagement/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.validation/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter/model/OperationalSemantics.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.debug/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.eval/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ide/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.datatypeeditor/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.util/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug.st/.classpath (diff)
The file was modified pom.xml (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.model/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.fb.interpreter/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug.ui.st/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.ui/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model.eval/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.model/model/hierarchy.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtext.mwe/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.emf.compare/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.bootfile/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter.edit/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.util/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment/model/devResponse.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gef/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ide/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.debug.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.resourceediting/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ui.tests/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.contracts/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_lua/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.doc/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter.edit/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.model.edit/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ui.errormessages/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbrtlauncher/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.model/model/STFunction.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration.segment/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fortelauncher/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.monitoring/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.monitoring/model/monitoring.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.xmi/model/xmiexport.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.tests/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbrtlauncher/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.attributetypeeditor/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.comgeneration/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.iec61499/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.tests/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.subapptypeeditor/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.library.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtext.mwe/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_ng.st/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter.design/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_ng.st/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.iec61499/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.eval/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ide/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.resourceediting/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_lua.st/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fmu/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fortelauncher/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.debug.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.edit/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ant/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.opcua/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.model/model/GlobalConstants.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.monitoring/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ide/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration.segment/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.library.model/model/library.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug.st/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gitlab/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui.tests/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.fb.interpreter/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_ng/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gitlab/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.eval.st/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ant/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.model/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.comgeneration/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.tests/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ui.errormessages/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.tests/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.ide/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.validation/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.debug/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.runtime/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.model/model/STCore.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter.editor/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.opcua/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.contracts/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.eval/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_lua.st/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_ng/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.tests/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.xmi/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.compare/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration.segment/model/communication.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.contracts/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.subapptypeeditor/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.export/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.model/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.st/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.model.edit/.classpath (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model.eval/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.compare/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fmu/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.xmi/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.attributetypeeditor/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemmanagement/.classpath (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/META-INF/MANIFEST.MF (diff)
Commit 30b1567af7319a41c38b71f577c0a81b943f3277 by bwiesmayr
update compiler settings for Java 21
(commit: 30b1567)
The file was modified plugins/org.eclipse.fordiac.ide.debug.st/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.tests/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.model.edit/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.fb.interpreter/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.comgeneration/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.subapptypeeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter.edit/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.systemconfiguration/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextcore.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.deployment.opcua/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.library.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ide/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextalgorithm.tests/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.util/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model.eval/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ide/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.iec61499/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.emf.compare/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.debug.ui.st/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.gef/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.gef/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.typemanagement/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedtests/org.eclipse.fordiac.ide.test.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.globalconstantseditor.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.fmu/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.deployment.debug/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.application/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.model.eval/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextcore.ide/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.fbtypeeditor.st/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.deployment.opcua/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.globalconstantseditor.ide/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextalgorithm.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_ng/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextalgorithm/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.contracts/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.deployment.bootfile/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.export.xmi/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.model.commands/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.ui.errormessages/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextcore/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.resourceediting/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.model.search/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.model.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.model.eval.st/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.systemmanagement.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.runtime/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.runtime/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.datatypeeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.hierarchymanager.model.edit/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.fortelauncher/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.export/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.globalconstantseditor.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.fbrtlauncher/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.attributetypeeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.export.forte_lua/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.export.forte_ng.st/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.debug.st/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.hierarchymanager.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextcore.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.hierarchymanager.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.export.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.debug.ui.st/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ide/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified tests/org.eclipse.fordiac.ide.test.model.commands/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedtests/org.eclipse.fordiac.ide.test.export/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ui.tests/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.fbtypeeditor.doc/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.tests/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedtests/org.eclipse.fordiac.ide.test.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.systemmanagement/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.debug.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbrtlauncher/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.fb.interpreter.edit/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified tests/org.eclipse.fordiac.ide.test.contracts/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter.editor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.tests/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.model.edit/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.ide/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.globalconstantseditor.tests/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.edit/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_lua.st/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.util/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.fbtypeeditor/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.deployment.bootfile/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.export.compare/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedtests/org.eclipse.fordiac.ide.test.fb.interpreter/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.st/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ant/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.export/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedtests/org.eclipse.fordiac.ide.test.contracts/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.doc/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.fb.interpreter.editor/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.deployment/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.export.forte_lua.st/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.debug.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ide/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.debug/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_lua/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.systemmanagement/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.deployment.debug.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.gitlab/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.debug.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.ant/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.application/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.validation/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.globalconstantseditor.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified tests/org.eclipse.fordiac.ide.test.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.elk/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.monitoring/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.ui/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration.segment/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.ui.errormessages/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.attributetypeeditor/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.library.model/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.eval/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.util/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.gitlab/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.export.compare/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.model.eval.st/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.fb.interpreter/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.monitoring/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.eval/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.export/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_ng.st/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.deployment.eval/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.globalconstantseditor.tests/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.deployment.debug/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.export.xmi/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.comgeneration/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.validation/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fortelauncher/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.contracts/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.emf.compare/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.fmu/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.deployment.iec61499/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.elk/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.export.forte_ng/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextcore.ide/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.datatypeeditor/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedtests/org.eclipse.fordiac.ide.test.model.commands/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.systemconfiguration.segment/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedtests/org.eclipse.fordiac.ide.test.model.eval/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.subapptypeeditor/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified tests/org.eclipse.fordiac.ide.test.fb.interpreter/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.resourceediting/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedtests/org.eclipse.fordiac.ide.test.util/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextfunctioneditor.ui.tests/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.model/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedplugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.globalconstantseditor/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.hierarchymanager.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was modified plugins/org.eclipse.fordiac.ide.debug/.settings/org.eclipse.jdt.core.prefs (diff)
The file was modified plugins/org.eclipse.fordiac.ide.structuredtextalgorithm.ui/.settings/org.eclipse.jdt.core.prefs (diff)
Commit 8ebcc337e61026f8d73430d77dae2314467a870b by bwiesmayr
update GitHub workflow to Java 21 and Maven 3.9.6
(commit: 8ebcc33)
The file was modified .github/workflows/maven.yml (diff)
The file was modified Jenkinsfile (diff)
Commit aeae9661d60c36ed46e917a3c232b1df8df225f4 by Alois Zoitl
add function blocks for Revolution Pi
(commit: aeae966)
The file was addeddata/typelibrary/io-1.0.0/typelib/revpi/IORevPiDIO.fbt
The file was addeddata/typelibrary/io-1.0.0/typelib/revpi/IORevPiAIO.fbt
The file was addeddata/typelibrary/io-1.0.0/typelib/revpi/IORevPiBusAdapter.adp
The file was addeddata/typelibrary/io-1.0.0/typelib/revpi/IORevPiCore.fbt
Commit 43458310b5958849cf4e7c726cd04799d7b63742 by Alois Zoitl
try to remove ^M from Revolution Pi function blocks
(commit: 4345831)
The file was modified data/typelibrary/io-1.0.0/typelib/revpi/IORevPiDIO.fbt (diff)
The file was modified data/typelibrary/io-1.0.0/typelib/revpi/IORevPiCore.fbt (diff)
The file was modified data/typelibrary/io-1.0.0/typelib/revpi/IORevPiAIO.fbt (diff)
The file was modified data/typelibrary/io-1.0.0/typelib/revpi/IORevPiBusAdapter.adp (diff)
Commit a988e01cc0dafed464a9d40c60fbccdd8e3dbd10 by Alois Zoitl
fix ctrl+click for ECC to create state plus transition

When pressing ctrl while dragging an ECC transition, a new state is
created. This allows to quickly draw ECCs. With the recent change on the
position, this caused now an NPE. Additionally, the state is now created
directly under mouse position again (it had an offset for some time
already).
(commit: a988e01)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/src/org/eclipse/fordiac/ide/fbtypeeditor/ecc/editors/ECCEditorEditDomain.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/src/org/eclipse/fordiac/ide/fbtypeeditor/ecc/commands/CreateTransitionCommand.java (diff)
Commit dd2f94c1dd43361a711d85a4d03ae2a59f28439f by Alois Zoitl
Ensure that escaped xml is always using LF for newline

Text from multiline editors may contain CR LF as line delimiter
(commit: dd2f94c)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataexport/CommonElementExporter.java (diff)
Commit 0f9f2c1ce041de6a70a89c65f90f1af1443a3017 by Alois Zoitl
Ensure that \n is used as the newline character

Multiline Editor for "Description" inserts whitespace if CR is left in the string
(commit: 0f9f2c1)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataimport/CommonElementImporter.java (diff)
Commit 85b200b01480dc4225a5f34f22b45981a93740f6 by Michael Oberlehner
Extend open type in editor to struct and adapter pins

With this change open type in editor is also correctly shown for struct
and adapter pins. For pins of event type and elementary data type pins
the context menu entry is grey.

The menu entry in the Navigate menu works the same.

Addresses: https://github.com/eclipse-4diac/4diac-ide/issues/55
(commit: 85b200b)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/OpenTypeHandler.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/plugin.xml (diff)
Commit d4016bd7374d54d7c172496e1a6901bec9654673 by Alois Zoitl
Add auto sync workflow

Create autosync.yml
(commit: d4016bd)
The file was added.github/workflows/autosync.yml
Commit 5bb8160517f72170f4de58274352bf8fe9273efd by Alois Zoitl
do not add margins for validating comment positions
(commit: 5bb8160)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/libraryElement/impl/FBNetworkAnnotations.java (diff)
Commit 95b7b5434ba8fb7d54457dc458b02302414238b5 by Alois Zoitl
Use IEC 61499 Coord. System for Conn Bendpoints in Model

In order to minimize noise when saving on different screens we now store
the bendpoints of connections in IEC 61499 coordinate system in the
model. Only when connections are reposition the bendpoints are adjusted.
Furthermore we only store two digits in the xml file. This should reduce
noise in the change history.
(commit: 95b7b54)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/ConnectionRoutingData.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/Connection.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataexport/FBNetworkExporter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gef/src/org/eclipse/fordiac/ide/gef/tools/FordiacConnectionDragCreationTool.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/FordiacLayoutData.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/ConnectionImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataexport/CommonElementExporter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gef/src/org/eclipse/fordiac/ide/gef/router/MoveableRouter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/model/lib.ecore (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gef/src/org/eclipse/fordiac/ide/gef/commands/AdjustConnectionCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gef/src/org/eclipse/fordiac/ide/gef/tools/ScrollingConnectionEndpointTracker.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataimport/FBNetworkImporter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/model/fordiac.genmodel (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model.commands/src/org/eclipse/fordiac/ide/elk/commands/LayoutCommandTest.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/LibraryElementPackageImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/ConnectionRoutingDataImpl.java (diff)
Commit 38f477cde9ed47a54ec9da48fc9d7ef23a06b380 by Alois Zoitl
Use IEC 61499 Coord. System for Element sizes

With this change we use the IEC 61499 coordinate system units also
inside of the model. For drawing the coordinates are translated to
screen units and back. This removes rounding errors. Together with
storing now the values with two digits after the comma it should reduce
noise in the XML files.
(commit: 38f477c)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/change/ChangeCommentBoundsCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/ErrorMarkerFBNElementImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/commands/LayoutCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/ConvertSubappToGroupCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/FBNetworkElementImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.edit/src-gen/org/eclipse/fordiac/ide/model/libraryElement/provider/CommentItemProvider.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/model/lib.ecore (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/ErrorMarkerFBNElement.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/create/CreateGroupCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/Group.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/GroupImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/properties/SubAppPropertySection.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.edit/src-gen/org/eclipse/fordiac/ide/model/libraryElement/provider/SubAppItemProvider.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/GroupEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/FB.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/CommentEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/properties/GroupPropertySection.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/change/ChangeSubAppBoundsCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataexport/FBNetworkExporter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/SubAppForFBNetworkEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/Comment.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/SubAppImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataimport/FBNetworkImporter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/model/fordiac.genmodel (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/change/AbstractChangeContainerBoundsCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/libraryElement/impl/FBNetworkAnnotations.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/CommentImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataimport/SubAppNetworkImporter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/change/ChangeGroupBoundsCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/SubApp.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/FordiacLayoutData.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/LibraryElementPackageImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/FBImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.edit/src-gen/org/eclipse/fordiac/ide/model/libraryElement/provider/GroupItemProvider.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/FBNetworkElement.java (diff)
Commit b2b2f0e9f3081c7fd8dd988ad5fd0d9ead05b28d by Alois Zoitl
Use IEC 61499 Coord. System for Segment Width
(commit: b2b2f0e)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/Segment.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration/src/org/eclipse/fordiac/ide/systemconfiguration/commands/SegmentSetConstraintCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemconfiguration/src/org/eclipse/fordiac/ide/systemconfiguration/editparts/SegmentEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataimport/SystemImporter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/SegmentImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src-gen/org/eclipse/fordiac/ide/model/libraryElement/impl/LibraryElementPackageImpl.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/model/lib.ecore (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/dataexport/SystemExporter.java (diff)
Commit b918e9ee37cfb67b67d0da6ae86c3fad81d11bc2 by Alois Zoitl
Removed Unused Conversion Methods from CoordinateConverter

The methods for converting IEC 61499 coordinates directly from string
and to string are not needed any more and removed.
(commit: b918e9e)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/CoordinateConverter.java (diff)
Commit 43073e22c893d60c5124c51e52a068ec549115eb by Alois Zoitl
Removed Ctrl+Click open Type in Editor Feature

With this commit the feature which allowed to ctrl+click on an FBType
name or on an adapter pin is removed.

Furthermore some clean-ups in the touched files where performed.

Fixes: https://github.com/eclipse-4diac/4diac-ide/issues/55
(commit: 43073e2)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/FBEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.monitoring/src/org/eclipse/fordiac/ide/monitoring/editparts/MonitoringAdapterEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/figures/FBNetworkElementFigure.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/policies/AdapterNodeEditPolicy.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/ErrorMarkerFBNEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/AbstractStructManipulatorEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/figures/ErrorMarkerFBNeworkElementFigure.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/org/eclipse/fordiac/ide/fbtypeeditor/editparts/AdapterInterfaceEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/org/eclipse/fordiac/ide/fbtypeeditor/editparts/FBInterfaceEditPartFactory.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/policies/EventNodeEditPolicy.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/policies/InterfaceElementEditPolicy.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/policies/VariableNodeEditPolicy.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/figures/SubAppForFbNetworkFigure.java (diff)
Commit 3e42d2c70726463ccff37993b0aee76ba0059847 by Alois Zoitl
Add basic Manifest editor

create library.ui project
create Manifest editor
create extension point
(commit: 3e42d2c)
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/.settings/org.eclipse.core.resources.prefs
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/.settings/org.eclipse.jdt.core.prefs
The file was modified features/org.eclipse.fordiac.ide.workbench.feature/feature.xml (diff)
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/build.properties
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/plugin.xml
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/plugin.properties
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/.classpath
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/src/org/eclipse/fordiac/ide/library/ui/editors/ManifestUpdateFormPage.java
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/src/org/eclipse/fordiac/ide/library/ui/editors/ManifestEditor.java
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/.settings/org.eclipse.xtend.core.Xtend.prefs
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/.settings/org.eclipse.jdt.ui.prefs
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/.project
The file was addedplugins/org.eclipse.fordiac.ide.library.ui/META-INF/MANIFEST.MF
Commit 42e843636341108fc8747625cec511261733e22a by Alois Zoitl
Basic Manifest editor

editor for manifest consisting of:
- basic text editor for file
- table for updating dependencies
(commit: 42e8436)
The file was modified plugins/org.eclipse.fordiac.ide.library.ui/src/org/eclipse/fordiac/ide/library/ui/editors/ManifestEditor.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/librarylinker/InstanceUpdateDialog.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/src/org/eclipse/fordiac/ide/model/search/types/BlockTypeInstanceSearch.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/wizards/ArchivedLibraryImportWizardPage.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/util/FBUpdater.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.library.ui/src/org/eclipse/fordiac/ide/library/ui/editors/ManifestUpdateFormPage.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/typelibrary/TypeLibrary.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/librarylinker/LibraryLinker.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.library.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.fordiac.ide.library.model/src/org/eclipse/fordiac/ide/library/model/util/ManifestHelper.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/typelibrary/ILibraryLinker.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/typelibrary/TypeLibraryManager.java (diff)
Commit 067dd490a4702a5b8555e54db865067514c79a68 by Alois Zoitl
Add Margin Border to Subapp Content

In order to have space for any hidden connection labels ad the pins of
the subapp a margin border was introduced to the subapp content.
(commit: 067dd49)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/EditorWithInterfaceEditPart.java (diff)
Commit 5de33d2a4aed8810a020d93a01c580a81a196d62 by Michael Oberlehner
Added MoveThroughHierarchy based on MoveToParent

Change-Id: I65e20e7e105c925bf0d6531385d2607ae2ffb5d3
Signed-off-by: Sebastian Hollersbacher <s.hollersbacher@outlook.at>
(commit: 5de33d2)
The file was modified plugins/org.eclipse.fordiac.ide.application/plugin.xml (diff)
The file was addedplugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java
Commit 6bc4ece418889c00fcd5c7eec088064b31e761f0 by Michael Oberlehner
Added prototype for MoveThroughHierarchy dialog

Change-Id: Id9f3d3722aa544023bad5d012e4c158e8cdb8aac
Signed-off-by: Sebastian Hollersbacher <s.hollersbacher@outlook.at>
(commit: 6bc4ece)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
Commit 0f51760d4ce5c99fb09784d16c271e1840d47588 by Michael Oberlehner
Added Moving to MoveThroughHierarchy

Added Moving to MoveThroughHierarchy by using
MoveElementsFromSubAppCommand
Also improved Dialog

Signed-off-by: Sebastian Hollersbacher <s.hollersbacher@outlook.at>
(commit: 0f51760)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/messages.properties (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/Messages.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/MoveElementsFromSubAppCommand.java (diff)
Commit cb146a417818d0f9fe5b996e946360105d833dc3 by Michael Oberlehner
Created SubAppHierarchyDialog to select FBNetwork of SubApps

Updated Dialog to not only show parent subapps
Also delete all Connections before moving
(commit: cb146a4)
The file was addedplugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/utilities/SubAppHierarchyDialog.java
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
Commit 3129237c6e0a417c2d94c75dbf090651f1a0c287 by Michael Oberlehner
Added reconnecting of input connections for MoveThroughHierarchy

Works if MoveElementFromSubAppCommand does not handle connections
Also, BoarderCrossingReconnectCommand doesn't handle reconnect on same
pin (Pin already used)
(commit: 3129237)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
Commit 2564958651c53d1808ca2c58953c0b36daf165a0 by Michael Oberlehner
Added reconnecting of output connections for MoveThroughHierarchy

Works if MoveElementFromSubAppCommand does not handle connections
(commit: 2564958)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
Commit acae8e3bac2960b4723154166411edae71266e2a by Michael Oberlehner
Changed Connection handling for MoveElementsFromSubAppCommand

Moved connection handling from MoveThroughHierarchyHandler to
MoveElementsFromSubAppCommand
(commit: acae8e3)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/MoveElementsFromSubAppCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
Commit 8c14e8f24ceae72de2ad34ec6f01ba8cd47c213e by Michael Oberlehner
Added check for connections between moved blocks in MoveThroughHierarchy

When moving multiple blocks, connection between these blocks already
gets moved so we don't have to reconnect them
(commit: 8c14e8f)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/MoveElementsFromSubAppCommand.java (diff)
Commit 5385300d878e189d5a74645d801fd2028108894e by Michael Oberlehner
Changed BoarderCrossingReconnect to check outside subapps

Also fixed reconnect with multiple output-connections
(commit: 5385300)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/BorderCrossingReconnectCommand.java (diff)
Commit 4d35f93fad51df356162f64ed2639850c2966c47 by Michael Oberlehner
Renamed MoveElementsFromSubAppCommand -> MoveAndReconnectCommand
(commit: 4d35f93)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveToParentHandler.java (diff)
The file was removedplugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/MoveElementsFromSubAppCommand.java
The file was modified tests/org.eclipse.fordiac.ide.test.model.commands/src/org/eclipse/fordiac/ide/application/commands/MoveElementsFromSubAppCommandTest.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/policies/FBNetworkXYLayoutEditPolicy.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/policies/FBAddToSubAppLayoutEditPolicy.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/policies/SubAppContentLayoutEditPolicy.java (diff)
The file was addedplugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/MoveAndReconnectCommand.java
Commit 9903a3e1ffd26d750463e2b12809b6a9c46ee80e by Michael Oberlehner
Changed SubAppHierarchyDialog to exclude certain subapps

Also cleaned up code in MoveAndReconnectCommand
(commit: 9903a3e)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/utilities/SubAppHierarchyDialog.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/MoveAndReconnectCommand.java (diff)
Commit 28454b0c3017567148b25be5feef8ce033b6f8c1 by Michael Oberlehner
Added move and reconnect from application network

Also fixed ClassCast error when reconnecting
(commit: 28454b0)
The file was modified plugins/org.eclipse.fordiac.ide.application/plugin.xml (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/src/org/eclipse/fordiac/ide/fbtypeeditor/network/viewer/ConnectionEditPartRO.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/commands/MoveAndReconnectCommand.java (diff)
Commit c0d43b4436f1e1afcfb36bb083c179c2770a064d by Michael Oberlehner
Improved selection in editor after using MoveThroughHierarchy
(commit: c0d43b4)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
Commit 4a3c80d20b2c90188d253910fc08f957f159d5fc by Michael Oberlehner
Improve Loading of TypeEditable

Loading the typeeditable sofar copied the type model. However copying
takes for larger types app the same amount of time then loading from
xml. So if the type was not loaded, loading type editable costed twice
the time.

This fix now only copies if the type is loaded and in the other case
loads it from the file.
(commit: 4a3c80d)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/typelibrary/impl/AbstractTypeEntryImpl.java (diff)
Commit 50653b93c6f51b0b293f177c1abd28c81434ed08 by Michael Oberlehner
CompositeNetworkEditPart wrongly uses EContentAdapter

The CompositeNetworkEditPart was attaching an EContentAdapter to all its
contained elements. As this class is also used for typed Subapps this
could lead to major performance issues.

With this commit the code that is used for untyped subapps is also used
for CompositeNetworkEditParts.
(commit: 50653b9)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/EditorWithInterfaceEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/UISubAppNetworkEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/src/org/eclipse/fordiac/ide/fbtypeeditor/network/editparts/CompositeNetworkEditPart.java (diff)
Commit b5c2aefd92d664d9c987fdde45022c446db8203d by Michael Oberlehner
Caching connection anchors for InterfaceEditParts

Recreating connection anchors on each request can especially for larger
applications mean a long startup time (old anchors need to be detached
new added). This commit caches the anchors in the source and target
editparts reducing editor startup time.
(commit: b5c2aef)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/InterfaceEditPartForFBNetwork.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/SubAppInternalInterfaceEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/UntypedSubAppInterfaceElementEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.gef/src/org/eclipse/fordiac/ide/gef/editparts/InterfaceEditPart.java (diff)
Commit 15ae927794901d42792f7ca810e03916c4b10507 by Michael Oberlehner
Fixed Extract Struct

Fixed invalid thread access for Extract Struct option
(commit: 15ae927)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/wizards/ExtractStructTypeWizard.java (diff)
Commit 1911205d3373c584d1047b739db7193872e2487c by Michael Oberlehner
Extend TargetPin Searching Across Subapp boundaries

Target pins are now searched and shown also across subapp boundaries.
(commit: 1911205)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/TargetInterfaceAdapter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/TargetPinManager.java (diff)
Commit fa46e7c14b3bd6cacf6715ee45d6d5b0cfe7508e by Michael Oberlehner
Fix double click on subapp crossing target pins
(commit: fa46e7c)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/TargetInterfaceElementEditPart.java (diff)
Commit a27999730c52c9af21a728973b88a872f7bd5fe5 by Michael Oberlehner
Enable follow connection to handle subapp crossing target pins
(commit: a279997)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/FollowConnectionHandler.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/TargetInterfaceElementEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/AbstractFollowTargetPinConnectionHandler.java (diff)
Commit b296c85851908fe6f45343c35d7e65b9f41d4a4b by Michael Oberlehner
TypeEditor put an EContentAdapter on the whole type

In several places the interface editor used an EContentAdapter either on
the whole type or at least on the InterfaceList. This was partly not
needed or costed a lot of performance. This fix reduces the number of
adapters and uses less heavy adapters where possible.
(commit: b296c85)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/org/eclipse/fordiac/ide/fbtypeeditor/editparts/TypeEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/org/eclipse/fordiac/ide/fbtypeeditor/editparts/InterfaceContainerEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/org/eclipse/fordiac/ide/fbtypeeditor/editparts/FBTypeRootEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/org/eclipse/fordiac/ide/fbtypeeditor/editparts/FBTypeEditPart.java (diff)
Commit 77318c33bd285fa4ad58e607aa760022c059f264 by Michael Oberlehner
Lazy loading of InitialValueRefreshJob for ValueEditPart

An InitialValueRefreshJob was created and scheduled for all
ValueEditParts even if no value is shown. With this change the job is
created lazily only when it is needed. Reducing resources and improving
performance.
(commit: 77318c3)
The file was modified plugins/org.eclipse.fordiac.ide.gef/src/org/eclipse/fordiac/ide/gef/editparts/ValueEditPart.java (diff)
Commit d0def0c1f14cd89005c1d3a28797c4d9da259317 by Alois Zoitl
Extented RenameElement Refactoring

It should be able to reconnt instances after a pin has changed.
(commit: d0def0c)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementChange.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/IFordiacPreviewChange.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementRefactoringProcessor.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/plugin.xml (diff)
The file was addedplugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/ReconnectPinChange.java
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementRefactoringParticipant.java (diff)
Commit 2135f9d0ee73e3f6a7b8e73a63c442e301571562 by Alois Zoitl
Implemented Reconnected PinChange
(commit: 2135f9d)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/plugin.xml (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementRefactoringParticipant.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementChange.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementRefactoringProcessor.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/ReconnectPinChange.java (diff)
Commit fb18438727ae97189ebc04a0c73225d42ce335f3 by Alois Zoitl
cleanup and added also delete option to preview
(commit: fb18438)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/IFordiacPreviewChange.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/ReconnectPinChange.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/Messages.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/messages.properties (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementRefactoringProcessor.java (diff)
Commit dddba106e5faf7c0c04e1b642b53494a9d10da4a by Alois Zoitl
Added missing copright header
(commit: dddba10)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/ReconnectPinChange.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/RenameElementRefactoringParticipant.java (diff)
Commit a90ee0c86cc767ff04a97e28ac436d872b9e871c by GitHub
do not save visible children attribute unnecessarily (#114)

* do not save visible children attribute unnecessarily

With recent changes, there was a problem that the visible children
attribute was saved even when the demux was not configured. The current
change tries to fix this problem by checking first whether the attribute
is the default attribute - in which case the attribute is not exported.
Additionally, the visible children attribute is not stored for new FBs
anymore (check for isIsConfigured). Hence, also the string comparison is
only done for configured FBs

* fix type update for error marker demux
(commit: a90ee0c)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/libraryElement/impl/ConfigurableFBManagement.java (diff)
The file was modified tests/org.eclipse.fordiac.ide.test.model.commands/src/org/eclipse/fordiac/ide/model/commands/create/AddDeleteDemuxPortCommandTest.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/change/ChangeStructCommand.java (diff)
Commit 791bc3bba340f58278b56cf906dabdb62af205d7 by Bianca Wiesmayr
fix invalid thread access in typeentryadapter
(commit: 791bc3b)
The file was modified plugins/org.eclipse.fordiac.ide.model.edit/src/org/eclipse/fordiac/ide/model/edit/TypeEntryAdapter.java (diff)
Commit 12a794045e42c8476365c793e225c2ccc177e749 by GitHub
Add retain to type export (#109)

* add retain flag to type exporter

* restructure generation

* replace hardcoded strings

* replace hardcoded strings

* move filter argument into seperate method

* remove boolean variable from setInitialValues

as discussed the setInitialValues() will only effect the values of variables during a warm restart. therefore it should only contain variables not tagged with RETAIN

* remove comments

* move empty line
(commit: 12a7940)
The file was modified plugins/org.eclipse.fordiac.ide.export.forte_ng/src/org/eclipse/fordiac/ide/export/forte_ng/ForteFBTemplate.xtend (diff)
Commit 8f1d1accad2451b33748a5c10548b84d6cab8dcb by bwiesmayr
Remove Unnecessary firePropertyChange(IEditorPart.PROP_DIRTY)

The command stack listeners of our editors are already taking care of
firing the property change. Doing that also in the save method doubles
the number of events and is not needed.
(commit: 8f1d1ac)
The file was modified plugins/org.eclipse.fordiac.ide.datatypeeditor/src/org/eclipse/fordiac/ide/datatypeeditor/editors/DataTypeEditor.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/org/eclipse/fordiac/ide/fbtypeeditor/editors/FBTypeEditor.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.attributetypeeditor/src/org/eclipse/fordiac/ide/attributetypeeditor/editors/AttributeTypeEditor.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/src/org/eclipse/fordiac/ide/fbtypeeditor/ecc/editors/ECCEditor.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.systemmanagement.ui/src/org/eclipse/fordiac/ide/systemmanagement/ui/editors/AutomationSystemEditor.java (diff)
Commit fd208c4abb679f405ca4e4ae9ddb8bb80a9c40b9 by bwiesmayr
Rework Refactoring Type Save to not Use Editor Save

As now the save method is given a library element we don't need to use
the editor when its open to save it. Furthermore type editors may
trigger additional dialogs on saving which we don't want to have during
saving.
(commit: fd208c4)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/src/org/eclipse/fordiac/ide/model/search/AbstractLiveSearchContext.java (diff)
Commit 4969ddb271823c5d39f78a18a0df40d641702f2b by Alois Zoitl
Adapt refactoring command change to not save via the editor

Also adapt the refactoring command change to not save via the editor.
(commit: 4969ddb)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/AbstractCommandChange.java (diff)
Commit 00793c1a62ccd7b479b3e944b86391a66849ce31 by Alois Zoitl
Added typed subapp support for move through hierarchy
(commit: 00793c1)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/utilities/SubAppHierarchyDialog.java (diff)
Commit 27dce54933957ce565a7859eaf660beffbf2cd63 by Alois Zoitl
Added icon for SubAppTypes

Also moved LabelProvider for SubAppHierarchyDialog
(commit: 27dce54)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/utilities/SubAppHierarchyDialog.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/handlers/MoveThroughHierarchyHandler.java (diff)
Commit f7960329d5c1949caa5e34693dcf67e189ad98b7 by Alois Zoitl
expanded interface layout cleanup
(commit: f796032)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/figures/ExpandedSubappInterfaceLayout.java (diff)
Commit 8aa18c58f1f5b92d63df05a8ae58df93eb3c98ea by Alois Zoitl
initial expanded interface collapse
(commit: 8aa18c5)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/TargetInterfaceElement.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/TargetInterfaceElementEditPart.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/TargetPinManager.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/utilities/ExpandedInterfacePositionMap.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/editparts/UntypedSubAppInterfaceElementEditPart.java (diff)
Commit 1f6f6b18ff9491eb44ad0b4a0d91830fde975969 by Alois Zoitl
Fix type update on library import
(commit: 1f6f6b1)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/librarylinker/LibraryLinker.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/typelibrary/ILibraryLinker.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/util/FBUpdater.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/librarylinker/LibraryLinker.java (diff)
Commit 4a43bf3750c0780caf4ea2123dcd67332cd69625 by Alois Zoitl
layout command with new coordinates

The auto layout command now uses the new coordinate utilities to
calculate the correct positions for fb network elements.
(commit: 4a43bf3)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/commands/LayoutCommand.java (diff)
Commit 1c5e3abfaf04dc4dc912f86e5779fe4723034eed by Alois Zoitl
auto layout for expanded subapp content

The layouter can now process expanded subapps when the menu entry is opened from the content area of a subapp.
(commit: 1c5e3ab)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/helpers/FordiacGraphDataHelper.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/FordiacLayoutMapping.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/helpers/FordiacGraphBuilder.java (diff)
Commit 781dc2d9aa62ef328683117e098ae70e6fd74ce7 by Alois Zoitl
exclude expanded interface connections for auto layout
(commit: 781dc2d)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/helpers/FordiacGraphBuilder.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/helpers/FordiacGraphDataHelper.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/FordiacLayoutMapping.java (diff)
Commit 3afeaec7484820535f89c92312080558378092a0 by Alois Zoitl
consider top connections for auto layout inside subapp
(commit: 3afeaec)
The file was modified plugins/org.eclipse.fordiac.ide.application/src/org/eclipse/fordiac/ide/application/utilities/ExpandedInterfacePositionMap.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.elk/src/org/eclipse/fordiac/ide/elk/helpers/FordiacGraphDataHelper.java (diff)
Commit 0683468403538cdf33eb8da04bdb73dde28ae8dd by Alois Zoitl
remove auto layout unit test

The unit test was created in the wake of the "write a weekly test" event a few years ago but has since evolved into more of a hindrance than a helpful tool.
(commit: 0683468)
The file was removedtests/org.eclipse.fordiac.ide.test.model.commands/src/org/eclipse/fordiac/ide/elk/commands/LayoutCommandTest.java
Commit 161ca81ec50fc734d7f44a47ce8e6882e7645de9 by Alois Zoitl
improve search and update for structmanipulators
(commit: 161ca81)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/src/org/eclipse/fordiac/ide/model/search/types/DataTypeInstanceSearch.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/src/org/eclipse/fordiac/ide/model/search/types/StructDataTypeSearch.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/change/ChangeStructCommand.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model.search/src/org/eclipse/fordiac/ide/model/search/types/IEC61499SearchFilter.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.model/src/org/eclipse/fordiac/ide/model/typelibrary/DataTypeLibrary.java (diff)
The file was modified plugins/org.eclipse.fordiac.ide.typemanagement/src/org/eclipse/fordiac/ide/typemanagement/refactoring/SafeStructDeletionChange.java (diff)
Commit 2e346758756d2be224c8c031838a56139b38c7df by Alois Zoitl
Changed error marker creation in UpdateStructCommand
(commit: 2e34675)
The file was modified plugins/org.eclipse.fordiac.ide.model.commands/src/org/eclipse/fordiac/ide/model/commands/change/ChangeStructCommand.java (diff)