Skip to content

Commit 9f90667

Browse files
committed
gdxAI behavior trees: Completion, Goto Definition, Find Usages and basic refactoring support for tasks and attributes.
1 parent cf64d4c commit 9f90667

File tree

112 files changed

+3588
-778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3588
-778
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
/stuff/
99
.intellijPlatform
1010
.kotlin
11+
gen/com/gmail/blueboxware/libgdxplugin/filetypes/atlas2/_Atlas2Lexer.java~
12+
gen/com/gmail/blueboxware/libgdxplugin/filetypes/bitmapFont/_BitmapFontLexer.java~
13+
gen/com/gmail/blueboxware/libgdxplugin/filetypes/json/_GdxJsonLexer.java~
14+
gen/com/gmail/blueboxware/libgdxplugin/filetypes/skin/_SkinLexer.java~
15+
gen/com/gmail/blueboxware/libgdxplugin/filetypes/tree/TreeLexer.java~

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Files with a `.fnt` extension are treated as Bitmap Font Files, with:
105105
Files with a `.tree` extension are treated as gdxAI behaviour tree files, with:
106106
* Syntax highlighting
107107
* (Re)formatting, code style support
108+
* Completion, Goto Definition, Find Usages and basic refactoring support for tasks and attributes
108109

109110
## Skin resources and Atlas region names in Java and Kotlin code
110111

0 commit comments

Comments
 (0)