[root]/src/app/net/sf/gridarta/gui/gameobjecttexteditor
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
akirschbaum | 35 (100.0%) | 367 (100.0%) | 10.4 |
Move gridarta module into subdirectory.
0 lines of code changed in 2 files:
Add @NotNull annotations.
1 lines of code changed in 1 file:
Display red "Game Object" tab if the selected game object includes incorrect attributes.
14 lines of code changed in 1 file:
Set cursor to end of text in CTRL-ALT-E (toggle game object text editor).
12 lines of code changed in 1 file:
Do not ignore caught exception.
2 lines of code changed in 1 file:
Remove unneeded type parameters.
5 lines of code changed in 1 file:
Move code into ArchetypeType.
2 lines of code changed in 1 file:
Implement #2951536 (Different color for unknown fields): use red text for incorrect attributes in game object text editor.
40 lines of code changed in 1 file:
Consistently format source code.
9 lines of code changed in 1 file:
Update comments.
16 lines of code changed in 1 file:
Move code from TextEditorTab to GameObjectTextEditor.
13 lines of code changed in 1 file:
Update copyright headers.
2 lines of code changed in 2 files:
Move AttributeListUtils to archetype package.
1 lines of code changed in 1 file:
Reorganize classes into packages.
0 lines of code changed in 1 file:
Do not normalize game object attributes unless the user changes anything.
10 lines of code changed in 1 file:
Correctly update game object text editor when changing direction.
0 lines of code changed in 1 file:
Move GameObject.diffArchTextValues() to AttributeListUtils.
2 lines of code changed in 1 file:
Move GameObject.diffArchTextKeys() to AttributeListUtils.
1 lines of code changed in 1 file:
Simplify code; distribute code into GameObject/Archetype.
3 lines of code changed in 1 file:
Weaken types.
2 lines of code changed in 1 file:
Weaken types.
2 lines of code changed in 1 file:
Suppress empty undo/redo steps caused by the auto-apply feature of the game object attributes panel.
11 lines of code changed in 1 file:
Fix #1816940 ('Game object text editor' should warn of unapplied changes): changes are now automatically applied.
8 lines of code changed in 1 file:
Extract code into AttributeListUtils.removeAttribute().
7 lines of code changed in 1 file:
Order import statements.
0 lines of code changed in 1 file:
Whitespace changes.
5 lines of code changed in 2 files:
Remove unneeded static qualifiers.
2 lines of code changed in 1 file:
Fix Javadoc issues.
1 lines of code changed in 1 file:
Add final modifiers.
1 lines of code changed in 1 file:
Extract anonymous class.
51 lines of code changed in 2 files:
Move game object text editor to common code base.
144 lines of code changed in 1 file: