Older
-
r244
(Removed info() statements, previously added for debugging pu...) committed by ChristophKulla
- Removed info() statements, previously added for debugging purposes.
Removed info() statements, previously added for debugging purposes.
-
r243
(Removed @Override annotations which lead to errors.) committed by ChristophKulla
- Removed @Override annotations which lead to errors.
Removed @Override annotations which lead to errors.
-
-
-
r241
(Added package for export.) committed by ChristophKulla
- Added package for export.
Added package for export.
-
-
r240
(Added info() statements for debugging purposes (sporadic pro...) committed by ChristophKulla
- Added info() statements for debugging purposes (sporadic problems with addAll). Will be removed when
the issue is fixed.
Added info() statements for debugging purposes (sporadic problems with addAll). Will be removed when
the issue is fixed.
-
r239
(Removed block diagram plugins from trunk) committed by ChristophKulla
- Removed block diagram plugins from trunk
Removed block diagram plugins from trunk
-
r238
(Fixed wron import. Moved block diagram plug-ins to trunk.) committed by ChristophKulla
- Fixed wron import. Moved block diagram plug-ins to trunk.
Fixed wron import. Moved block diagram plug-ins to trunk.
-
r237
(Initial checkin of block diagram plug-ins.) committed by ChristophKulla
- Initial checkin of block diagram plug-ins.
Initial checkin of block diagram plug-ins.
-
-
-
r235
(Fixed cross meta model references. They will appear with the...) committed by ChristophKulla
- Fixed cross meta model references. They will appear with their package name in front.
Fixed cross meta model references. They will appear with their package name in front.
-
r234
(Added ".qualifier" to plugin version (same as in the graphvi...) committed by ChristophKulla
- Added ".qualifier" to plugin version (same as in the graphviz.demo project)
Added ".qualifier" to plugin version (same as in the graphviz.demo project)
-
r233
(Convert file names to full path names (canonical name). Othe...) committed by ChristophKulla
- Convert file names to full path names (canonical name). Otherwise files could not be found in a
hierarchical maven build.
Convert file names to full path names (canonical name). Otherwise files could not be found in a
hierarchical maven build.
-
-
r231
(Improved the transformation of alternatives. Added a start a...) committed by ChristophKulla
- Improved the transformation of alternatives. Added a start and end node to reduce the number of
edges.
Improved the transformation of alternatives. Added a start and end node to reduce the number of
edges.
-
r230
(Added collect statement to prevent sporadic problems when ex...) committed by ChristophKulla
- Added collect statement to prevent sporadic problems when executing this.
Added collect statement to prevent sporadic problems when executing this.
-
r229
(Make use of string converter.) committed by ChristophKulla
- Make use of string converter.
Make use of string converter.
-
r228
(Make use of string converter.) committed by ChristophKulla
- Make use of string converter.
Make use of string converter.
-
r227
(Added string converter to encode special characters for dot.) committed by ChristophKulla
- Added string converter to encode special characters for dot.
Added string converter to encode special characters for dot.
-
r226
(Fixed parameter showUsedGrammars.) committed by ChristophKulla
- Fixed parameter showUsedGrammars.
Fixed parameter showUsedGrammars.
-
r225
(Added newly created fragments for demonstration.) committed by ChristophKulla
- Added newly created fragments for demonstration.
Added newly created fragments for demonstration.
-
r224
(Created fragment to visualize a grammar model. Useful for a...) committed by ChristophKulla
- Created fragment to visualize a grammar model. Useful for analyzing the grammar structure.
Created fragment to visualize a grammar model. Useful for analyzing the grammar structure.
-
r223
(Initial version of xtext grammar to syntax diagram transform...) committed by ChristophKulla
- Initial version of xtext grammar to syntax diagram transformation.
Initial version of xtext grammar to syntax diagram transformation.
-
r222
(Removed printf() statement.) committed by ChristophKulla
- Removed printf() statement.
Removed printf() statement.
-
r221
(Several improvement to EObject diagrams.) committed by ChristophKulla
- Several improvement to EObject diagrams.
Several improvement to EObject diagrams.
-
r220
(Initialize uid with 1 instead of 0, currentUid returns now t...) committed by ChristophKulla
- Initialize uid with 1 instead of 0, currentUid returns now the current id and not the next one.
Initialize uid with 1 instead of 0, currentUid returns now the current id and not the next one.
-
r219
(Make use of uniqueToken (was missing before).) committed by ChristophKulla
- Make use of uniqueToken (was missing before).
Make use of uniqueToken (was missing before).
-
r218
(Added support for attributes.) committed by ChristophKulla
- Added support for attributes.
Added support for attributes.
-
-
-
-
-
-
-
-
-
r215
(fixed test.graphmm: the weight was "-50" but defined as INT...) committed by philipp.bollbach.dev
- fixed test.graphmm: the weight was "-50" but defined as INT in the grammer which can not handle
negative numbers as it seems
fixed createModel.mwe: usage of MWE and the test.graphmm
fixed test.graphmm: the weight was "-50" but defined as INT in the grammer which can not handle
negative numbers as it seems
fixed createModel.mwe: usage of MWE and the test.graphmm
-
-
r214
(added src-gen folder to prevent obscure errors after checkou...) committed by philipp.bollbach.dev
- added src-gen folder to prevent obscure errors after checkout (classpath issues) like in the
graphmm35-projekt
added src-gen folder to prevent obscure errors after checkout (classpath issues) like in the
graphmm35-projekt
-
-
r213
(Added a transformation for arbitrary EMF objects to dot. Thi...) committed by ChristophKulla
- Added a transformation for arbitrary EMF objects to dot. This transformation provides a basic
visualization of any model. It should help analyzing models (for debugging etc.). The workflow in
the example generator project demonstrates the transformation.
Added a transformation for arbitrary EMF objects to dot. This transformation provides a basic
visualization of any model. It should help analyzing models (for debugging etc.). The workflow in
the example generator project demonstrates the transformation.
-
r212
(Set path to /usr/local/bin for non windows systems.) committed by ChristophKulla
- Set path to /usr/local/bin for non windows systems.
Set path to /usr/local/bin for non windows systems.
-
r211
(Added support for executing graphviz on non windows machines...) committed by ChristophKulla
- Added support for executing graphviz on non windows machines.
Added support for executing graphviz on non windows machines.
-
-
r209
(Added empty src-gen directory.) committed by ChristophKulla
- Added empty src-gen directory.
Added empty src-gen directory.
-
-
r207
(Set JRE to default instead of 1.6 as this gives problems wit...) committed by ChristophKulla
- Set JRE to default instead of 1.6 as this gives problems with mac.
Set JRE to default instead of 1.6 as this gives problems with mac.
-
r206
(Added empty src-gen folders to prevent problems with the pro...) committed by ChristophKulla
- Added empty src-gen folders to prevent problems with the project setup in eclipse. Without the src-
gen folders the workflows can not be executed as the properties file is not copied over to the bin
directory.
Added empty src-gen folders to prevent problems with the project setup in eclipse. Without the src-
gen folders the workflows can not be executed as the properties file is not copied over to the bin
directory.
|