[go-nuts] liteidex18.2 released

494 views
Skip to first unread message

vfc

unread,
May 21, 2013, 9:31:50 AM5/21/13
to golang-nuts, Golang-China, litei...@googlegroups.com
Hi. liteide x18.2 released, thanks for Nik-U(https://github.com/Nik-U)

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" 

Dobrosław Żybort

unread,
May 21, 2013, 9:47:13 AM5/21/13
to litei...@googlegroups.com, golang-nuts, Golang-China
Thank you.

Best regards,
Dobrosław Żybort

vfc

unread,
May 22, 2013, 2:24:26 AM5/22/13
to litei...@googlegroups.com, golang-nuts, Golang-China
I'm sorry, the x18.2 have multi string \ highlighting bug. please update to x18.2.1 or download bugfix patch.


2013/5/21 Dobrosław Żybort <matr...@gmail.com>
--
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.
 
 

Able Gao

unread,
May 22, 2013, 10:06:49 PM5/22/13
to litei...@googlegroups.com, golang-nuts, Golang-China
按住command +鼠标滚动是会缩放字号。 拜托告诉我怎么修改这个东西?

在 2013年5月21日星期二UTC+8下午9时31分50秒,vfc写道:

vfc

unread,
May 22, 2013, 10:14:35 PM5/22/13
to litei...@googlegroups.com, golang-nuts, Golang-China
2013/5/23 Able Gao <abl...@gmail.com>
按住command +鼠标滚动是会缩放字号。 拜托告诉我怎么修改这个东西?

标准行为,不提供更改。
 

able

unread,
May 22, 2013, 10:53:27 PM5/22/13
to golang...@googlegroups.com, litei...@googlegroups.com, golang-nuts
源码里面哪段代码可以关闭这个功能?
--
--
官网: 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。
 
 

Able Gao

unread,
May 22, 2013, 11:08:22 PM5/22/13
to litei...@googlegroups.com, golang-nuts, Golang-China
源码里的哪段代码可以修改这个功能?

在 2013年5月23日星期四UTC+8上午10时14分35秒,vfc写道:

vfc

unread,
Jun 2, 2013, 9:27:23 PM6/2/13
to litei...@googlegroups.com, golang-nuts, Golang-China
liteediotr: add wheel zomming option

2013/5/23 Able Gao <abl...@gmail.com>

able

unread,
Jun 2, 2013, 10:30:27 PM6/2/13
to golang...@googlegroups.com, litei...@googlegroups.com, golang-nuts
太感谢了。 

Jingcheng Zhang

unread,
Jun 2, 2013, 11:02:30 PM6/2/13
to vfc, litei...@googlegroups.com, Golang-China, golang-nuts

建议统一使用 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.

vfc

unread,
Jun 25, 2013, 7:57:57 AM6/25/13
to golang-nuts, Golang-China, litei...@googlegroups.com


2013/5/21 vfc <visu...@gmail.com>

pow3...@gmail.com

unread,
Jun 25, 2013, 11:34:14 AM6/25/13
to golan...@googlegroups.com, Golang-China, litei...@googlegroups.com
Thank you, very good job. Congratulations.

William Kennedy

unread,
Jun 25, 2013, 1:00:47 PM6/25/13
to golan...@googlegroups.com, Golang-China, litei...@googlegroups.com
Gocode was not included in the MacOS folder. This was provided in the last 18.2 release from May.

William Kennedy

unread,
Jun 25, 2013, 2:38:51 PM6/25/13
to litei...@googlegroups.com, golang-nuts, Golang-China
The installation package for Go on the Mac installs Go in /usr/local/go.  The initial environment that comes with LiteIDE assumes Go is installed at $HOME/go. WIth every new version I have to go back into the environment files and change these variables:

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

vfc

unread,
Jun 25, 2013, 9:15:42 PM6/25/13
to golang-nuts, Golang-China, litei...@googlegroups.com
sorry, the qt5 build version has same bug. please download liteide for macosx10.8  (Retina)  (qt4.8.4 build) 


2013/6/25 vfc <visu...@gmail.com>

William Kennedy

unread,
Jun 26, 2013, 9:41:17 AM6/26/13
to litei...@googlegroups.com, golang-nuts, Golang-China
Thanks for putting back gocode in the MacOS folder and changing the darwin64.env file to point to /usr/local/go

One last request.  The version of the GDB that is installed on the mac is too old to be used to debug.  That is installed in /usr/bin. When you install the new version of GDB it is placed under /usr/local/bin. The default path environment has /usr/bin before /usr/local/bin.

If you could change this in the default darwin64.env file no changes would have to be made

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 !!

William Kennedy

unread,
Jun 27, 2013, 12:22:58 PM6/27/13
to litei...@googlegroups.com, golang-nuts, Golang-China
I was wrong about one point. You still need to change this line in the gosrc.xml file.

<config id="Go" name="GO" value="/usr/local/go/bin/go"/>

Without this change I was getting: "process failed to start".

I guess I never restarted LiteIDE after I made those other changes.
Reply all
Reply to author
Forward
0 new messages