- Joined
- Nov 16, 2015
- Messages
- 106
- Reaction score
- 71
- Primarily Uses
Description of the Feature:
This option would, instead of writing all the commands in an event to one line, write them out one per line.
Why is this feature good?
I use version control with my projects, and it seems most software is not very good at handling diffing of long lines. In the least, it makes changes very hard to locate. This is important when I'm doing refactoring, because I want to make sure I didn't change something I shouldn't have.
(Currently I have a program to extract and linearize all the commands in my maps, so at least I could diff with those for now, but I really rather be able to see proper diffs on GitLab.)
Possible issues with this feature?
Larger file size, but that could be optimized away when packaging for distribution.
This option would, instead of writing all the commands in an event to one line, write them out one per line.
Why is this feature good?
I use version control with my projects, and it seems most software is not very good at handling diffing of long lines. In the least, it makes changes very hard to locate. This is important when I'm doing refactoring, because I want to make sure I didn't change something I shouldn't have.
(Currently I have a program to extract and linearize all the commands in my maps, so at least I could diff with those for now, but I really rather be able to see proper diffs on GitLab.)
Possible issues with this feature?
Larger file size, but that could be optimized away when packaging for distribution.
