简体   繁体   English

是否可以将 gedit 文本编辑器与 Java LibGDX 一起使用?

[英]Is it possible to use gedit text editor with Java LibGDX?

I have been using the gedit text editor for java, for some time now.一段时间以来,我一直在为 java 使用 gedit 文本编辑器。 But now i gonna try out LibGDX.但现在我要试试 LibGDX。 Is it possible to use the gedit text editor with LibGDX or do i have to switch to Ecplise or IntelliJ IDEA?是否可以将 gedit 文本编辑器与 LibGDX 一起使用,还是我必须切换到 Ecplise 或 IntelliJ IDEA?

You can use whatever editor but it means that to launch all your Gradle Task to compile / build you will need to do so in command line.您可以使用任何编辑器,但这意味着要启动所有 Gradle 任务来编译/构建,您需要在命令行中执行此操作。 I use Android Studio to do my games and it works well.我使用 Android Studio 来做我的游戏,它运行良好。 This also allow you to use the LibGDX formater plugin.这也允许您使用 LibGDX 格式化程序插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM