Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does LiteIDE x14 work at all?

Tags:

go

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

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



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

</action>

(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?

like image 775
Dean Schulze Avatar asked May 06 '12 00:05

Dean Schulze


People also ask

What is liteide?

LiteIDE is a simple, open source, cross-platform Go IDE. LiteIDE X37.4 发布,此版本为功能修复版本。 在 macOS 上删除到回收站功能改用本地 API实现;修复了查找/替换/重构时的编辑器刷新显示问题;重新规划了复制粘贴、复制路径、集成终端等功能的右键菜单显示。

How to login to liteide in Unix mode?

support login mode --login (unix) load enviroment from LiteIDE action (unix) mouse to select, enter key copy to clipboard (ctrl+c/command+c) ctrl+v / command+v to paste from clipboard folder add open integrated terminal action update hide tool window action icon.

How to load enviroment from liteide action?

load enviroment from LiteIDE action (unix) mouse to select, enter key copy to clipboard (ctrl+c/command+c) ctrl+v / command+v to paste from clipboard folder add open integrated terminal action update hide tool window action icon.

How to copy and paste from liteide to clipboard?

load enviroment from LiteIDE action (unix) mouse to select, enter key copy to clipboard (ctrl+c/command+c) ctrl+v / command+v to paste from clipboard folder add open integrated terminal action update hide tool window action icon. folder view enable create folder in files fix SideWindowStyle::moveToolWindow crash


2 Answers

Just an update for those coming here: I started to use LiteIDE X (x14.1) on Windows 7 and it works superbly. :-) Lightweight and efficient...

like image 54
PhiLho Avatar answered Oct 22 '22 05:10

PhiLho


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.

like image 4
Dean Schulze Avatar answered Oct 22 '22 03:10

Dean Schulze