- 04 Apr, 2019 6 commits
-
-
Maxime Perrotin authored
When user moves cursor on a new word, and this work is a variable, select it in the data dictionary, to allow easy retrieval of the corresponding type
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
to get the right column size
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 03 Apr, 2019 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 02 Apr, 2019 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
calls to setParentItem make Qt crash if the new parent is not in the same scene as the item.
-
- 01 Apr, 2019 4 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
When a state is copy-pasted, and then renamed, the tool now checks if the copied state was nested. If so it makes a deep copy of the nested state at the time when it is renamed. This way the nested content is not lost and does not refer to the same nested state.
-
Maxime Perrotin authored
-
- 28 Mar, 2019 1 commit
-
-
- 22 Mar, 2019 4 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 21 Mar, 2019 1 commit
-
-
Maxime Perrotin authored
-
- 20 Mar, 2019 3 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 07 Mar, 2019 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 06 Mar, 2019 3 commits
-
-
Maxime Perrotin authored
mantis bug #842
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 04 Mar, 2019 1 commit
-
-
Maxime Perrotin authored
-
- 02 Mar, 2019 7 commits
-
-
Maxime Perrotin authored
this version adds basic support for the newtype construct, allowing to define internal types using the SDL syntax. only support definition of array types: newtype MyType array (SomeInteger, SomeType) endnewtype; this will be transformed into: MyType ::= SEQUENCE (SIZE (minOfSomeInteger .. maxOfSomeInteger)) OF SomeType
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-
- 01 Mar, 2019 2 commits
-
-
Maxime Perrotin authored
-
Maxime Perrotin authored
-