Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Switched from ISerializationCallbackReceiver to ondemand serialization
- Added support for Collection serialization for variables stored in anonymous functions (TODO: Fix warning about serialization loop that has been created instead) - Other Bugfixes in serialization system - Reworked UndoProTestWindow to easily visualize if anything has gone wrong with tracking (use this to verify suspicions, if anything breaks, bold UndoPro records will get a normal font, split up and shift: 'Normal / Pro') - Added Begin-/EndRecordStack to be able to group singular UndoPro records together as a group
- Loading branch information
Showing
7 changed files
with
248 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1 @@ | ||
| workspace.xml | ||
| junitvmwatcher*.properties | ||
| build.properties | ||
|
|
||
| # generated java classes and java source files | ||
| # manually add any custom artifacts that can't be generated from the models | ||
| # http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git | ||
| classes_gen | ||
| source_gen | ||
| source_gen.caches | ||
|
|
||
| # generated test code and test results | ||
| test_gen | ||
| test_gen.caches | ||
| TEST-*.xml | ||
| junit*.properties | ||
| **/*.meta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.