Binary downloads
<http://code.google.com/p/golangide>
Source code<https://github.com/visualfc/liteide>
Google group
<https://groups.google.com/group/liteide-dev>
--update log---
fast gocode in large source file.
add option to close gocode on exit
auto append GOPATH/bin to liteide env PATH
editor extern highlighting "TODO"
--
You received this message because you are subscribed to the Google Groups "liteide-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liteide-dev...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
--
官网: http://golang-china.org/
IRC: irc.freenode.net #golang-china
@golangchina
---
您收到此邮件是因为您订阅了 Google 网上论坛的“Golang-China”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 golang-china...@googlegroups.com。
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。
建议统一使用 LiteIDE 这个名称,不要再用类似 LiteIDEX、golangide 之类的名字来混淆。
另外,为什么不能定制上下左右移动光标的快捷键呢?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
GOROOT=/usr/local/go
GOBIN=/usr/local/go/bin
LiteIDE_GDB=/usr/local/bin/gdb
I also have to go into gosrc.xml and change this
<config id="Go" name="GO" value="/usr/local/go/bin/go"/>
Am I unique that I am using the Go installation program and don't have Go installed under my $HOME directory or am I just doing this wrong?
Thanks
LITEIDE_GDB=/usr/local/bin/gdb
I created this detailed blog post for installing all the software including LiteIDE for those of us who are new to the Mac Environment.
http://www.goinggo.net/2013/06/installing-go-gocode-gdb-and-liteide.html
I will update the blog post based on your changes today !!