LiteIDE x14是否能正常工作?

huangapple go评论96阅读模式
英文:

Does LiteIDE x14 work at all?

问题

我正在尝试使用LiteIDE来编写golang代码,但是没有相关的文档,也没有论坛。我已经设置了我的环境和go安装的环境变量。当我尝试在hello.go文件上使用它(作为文件或项目)时,我只得到以下内容:

<action id="Run" cmd="${TARGETPATH}" args="${TARGETARGS}">
<start=" " workdir="C:/liteide.projects"/>



<error msg="process failed to start" />

</action>

(对不起,这个论坛中的代码示例标签无法处理XML块的格式。)

很多其他人也遇到了同样的问题。

TARGETPATH和TARGETARGS是什么?

有关如何配置LiteIDE的文档吗?

英文:

I'm trying out LiteIDE for golang and there are no docs to speak of and apparently no forum. I've set the Env for my environment and go installation. When I try to use it on the hello.go file (as a file or a a project) all I get is

&lt;action id=&quot;Run&quot; cmd=&quot;${TARGETPATH}&quot; args=&quot;${TARGETARGS}&quot;&gt;
&lt;start=&quot; &quot; workdir=&quot;C:/liteide.projects&quot;/&gt;



&lt;error msg=&quot;process failed to start&quot; /&gt;

&lt;/action&gt;

(Sorry for the formatting but the Code Sample tags in this forum can't handle XML blocks.)

Lots of other people have seen the same thing.

What are the TARGETPATH and TARGETARGS that is shown?

Is there any documentation on how to configure LiteIDE?

答案1

得分: 6

只是给那些来这里的人一个更新:我开始在Windows 7上使用LiteIDE X(x14.1),它运行得非常好。:-) 轻量级和高效...

英文:

Just an update for those coming here: I started to use LiteIDE X (x14.1) on Windows 7 and it works superbly. LiteIDE x14是否能正常工作? Lightweight and efficient...

答案2

得分: 4

LiteIDE 显然无法工作。我提交了这个错误报告,他们的建议是尝试下一个版本的最新测试版。然而,那也没有起作用。

英文:

LiteIDE apparently does not work. I filed this bug report and their advice was to try a recent beta of the next release. That didn't work either, however.

答案3

得分: 0

我没有足够的声望来评论,但只是想补充一下,最新的版本x21运行得非常好。这回答了你的问题“它是否工作?”肯定是的!=D

还想提供正确的常见问题解答链接,因为该项目已经迁移到Github。https://github.com/visualfc/liteide/wiki/Faq

英文:

I don't have enough rep to comment, but just wanted to add that the latest build x21 is running beautifully. This answers your question "Does it work at all?" with a resounding yes! =D

Also wanted to provide the proper FAQ link as the project has moved to Github. https://github.com/visualfc/liteide/wiki/Faq

答案4

得分: 0

我已经使用liteide超过6个月了,它运行良好。
我目前使用的版本是X27.1,并在OpenSuSE上运行它。

英文:

I have been using liteide for more than 6 months and it works well.
Current version which I am using is X27.1 & running it on OpenSuSE.

答案5

得分: 0

LiteIDE,同时版本为X30.3(2016年12月),非常成熟且仍在积极维护。我在Windows 10、Debian Jessie和Ubuntu上使用它。

它是一个简单、开源、跨平台的Go IDE,具有其他IDE没有的独特功能。我遇到的少数问题更多与我的X11环境有关,而不是LiteIDE本身。

目前支持以下操作系统:

  • Windows x86(32位或64位)
  • Linux x86(32位或64位)
  • MacOS X10.6或更高版本(64位)
  • FreeBSD 9.2或更高版本(32位或64位)
  • OpenBSD 5.6或更高版本(64位)

还有构建说明,可以让您在其他平台上构建LiteIDE。只是不要期望对此提供支持。

英文:

LiteIDE, meanwhile Version X30.3 (December 2016), is quite mature and still actively maintained. I'm using it on Windows 10, Debian Jessie and Ubuntu.

It's a simple, open source, cross-platform Go IDE with unique features other IDE's dont have. The few issues I had were more related to my X11 environment than to LiteIDE itself.

The following operating systems are are currently supported:

  • Windows x86 (32-bit or 64-bit)
  • Linux x86 (32-bit or 64-bit)
  • MacOS X10.6 or higher (64-bit)
  • FreeBSD 9.2 or higher (32-bit or 64-bit)
  • OpenBSD 5.6 or higher (64-bit)

There are build instruction that let you build LiteIDE on other platforms as well. Just dont expect support for this.

huangapple
  • 本文由 发表于 2012年5月6日 08:04:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/10466988.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定