Directory src/app/net/sf/gridarta/gui/gameobjecttexteditor/

Directory Created:
2007-11-21 16:02
Directory Deleted:
2013-05-28 14:00
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/src/app/net/sf/gridarta/gui/gameobjecttexteditor

Lines of Code

src/app/net/sf/gridarta/gui/gameobjecttexteditor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
akirschbaum 35 (100.0%) 367 (100.0%) 10.4

Most Recent Commits

akirschbaum 2013-05-28 14:00 Rev.: 9237

Move gridarta module into subdirectory.

0 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (del), ScrollingTextPane.java (del)
akirschbaum 2010-12-10 13:48 Rev.: 8813

Add @NotNull annotations.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+1)
akirschbaum 2010-12-10 12:04 Rev.: 8812

Display red "Game Object" tab if the selected game object includes incorrect attributes.

14 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+14 -3)
akirschbaum 2010-06-24 11:22 Rev.: 8450

Set cursor to end of text in CTRL-ALT-E (toggle game object text editor).

12 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+12)
akirschbaum 2010-06-06 04:35 Rev.: 8165

Do not ignore caught exception.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+2 -2)
akirschbaum 2010-05-24 15:42 Rev.: 7990

Remove unneeded type parameters.

5 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+5 -7)
akirschbaum 2010-05-24 11:39 Rev.: 7981

Move code into ArchetypeType.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+2 -2)
akirschbaum 2010-05-12 14:39 Rev.: 7724

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:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+40 -8)
akirschbaum 2010-05-08 11:24 Rev.: 7706

Consistently format source code.

9 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: ScrollingTextPane.java (+9 -3)
akirschbaum 2010-05-07 10:47 Rev.: 7693

Update comments.

16 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+16 -7)
akirschbaum 2010-05-07 10:44 Rev.: 7692

Move code from TextEditorTab to GameObjectTextEditor.

13 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+13 -7)
akirschbaum 2010-02-03 15:55 Rev.: 7429

Update copyright headers.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+1 -1), ScrollingTextPane.java (+1 -1)
akirschbaum 2009-12-03 14:59 Rev.: 7304

Move AttributeListUtils to archetype package.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+1 -1)
akirschbaum 2009-11-29 18:37 Rev.: 7272

Reorganize classes into packages.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (changed)
akirschbaum 2009-11-06 11:55 Rev.: 7195

Do not normalize game object attributes unless the user changes anything.

10 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+10 -6)
akirschbaum 2009-11-03 14:36 Rev.: 7166

Correctly update game object text editor when changing direction.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (-12)
akirschbaum 2009-10-25 17:02 Rev.: 7156

Move GameObject.diffArchTextValues() to AttributeListUtils.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+2 -2)
akirschbaum 2009-10-25 16:43 Rev.: 7155

Move GameObject.diffArchTextKeys() to AttributeListUtils.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+1 -1)
akirschbaum 2009-10-25 14:55 Rev.: 7150

Simplify code; distribute code into GameObject/Archetype.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+3 -3)
akirschbaum 2009-10-11 15:52 Rev.: 7109

Weaken types.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+2 -2)
akirschbaum 2009-09-27 13:09 Rev.: 6951

Weaken types.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+2 -1)
akirschbaum 2008-08-09 03:52 Rev.: 4819

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:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+11)
akirschbaum 2008-08-07 12:14 Rev.: 4783

Fix #1816940 ('Game object text editor' should warn of unapplied changes): changes are now automatically applied.

8 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+8)
akirschbaum 2008-07-24 12:08 Rev.: 4416

Extract code into AttributeListUtils.removeAttribute().

7 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+7 -23)
akirschbaum 2008-07-04 17:39 Rev.: 4242

Order import statements.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (-1)
akirschbaum 2008-07-04 16:09 Rev.: 4235

Whitespace changes.

5 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+1 -5), ScrollingTextPane.java (+4 -3)
akirschbaum 2008-07-04 15:12 Rev.: 4229

Remove unneeded static qualifiers.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+2 -2)
akirschbaum 2008-03-08 02:03 Rev.: 3665

Fix Javadoc issues.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: ScrollingTextPane.java (+1 -1)
akirschbaum 2008-02-04 11:13 Rev.: 3519

Add final modifiers.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+1 -1)
akirschbaum 2007-11-21 16:14 Rev.: 3436

Extract anonymous class.

51 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (+1 -19), ScrollingTextPane.java (new 50)
akirschbaum 2007-11-21 16:02 Rev.: 3435

Move game object text editor to common code base.

144 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjecttexteditor: GameObjectTextEditor.java (new 144)
Generated by StatSVN 0.7.0