Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Feb 5, 2019
1 parent 01a6094 commit b62c1d5
Show file tree
Hide file tree
Showing 21 changed files with 655 additions and 591 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LiteIDE X

_LiteIDE is a simple, open source, cross-platform Go IDE._

* Version: X35.4 (support go1.11 Go modules)
* Version: X35.5 (support go1.11 Go modules)
* Author: [visualfc](mailto:[email protected])

### Features
Expand Down
2 changes: 1 addition & 1 deletion build/liteide_archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: Matthew Zimmerman <[email protected]>

pkgname=liteide
pkgver=35.4
pkgver=35.5
pkgrel=1
pkgdesc='IDE for editing and building projects written in the Go programming language'
license=('LGPL')
Expand Down
Binary file modified liteidex/deploy/translations/liteide_ru.qm
Binary file not shown.
Binary file modified liteidex/deploy/translations/liteide_zh.qm
Binary file not shown.
12 changes: 12 additions & 0 deletions liteidex/deploy/welcome/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## LiteIDE X Version
LiteIDE is a simple, open source, cross-platform Go IDE.

### 2019.02.05 Ver X35.5
* LiteIDE
* bug fix version
* GolangEdit
* fix cursor selections usages lookup
* add byteOffsetToColumn to fix gotools/guru output byte offset to editor offset
* LiteEditor
* add allow vertical scrolling to the last line option
* check file writed size != data.size and show error message
* LiteFind
* update search result item text for all same linenumber

### 2019.01.30 Ver X35.4
* LiteIDE
* source code navigation can be used in wrong source code
Expand Down
2 changes: 1 addition & 1 deletion liteidex/deploy/welcome/en/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LiteIDE X

_LiteIDE is a simple, open source, cross-platform Go IDE._

* Version: X35.4
* Version: X35.5
* Author: [visualfc](mailto:[email protected])


Expand Down
12 changes: 12 additions & 0 deletions liteidex/deploy/welcome/zh_CN/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## LiteIDE X Version
LiteIDE is a simple, open source, cross-platform Go IDE.

### 2019.02.05 Ver X35.5
* LiteIDE
* bug fix version
* GolangEdit
* fix cursor selections usages lookup
* add byteOffsetToColumn to fix gotools/guru output byte offset to editor offset
* LiteEditor
* add allow vertical scrolling to the last line option
* check file writed size != data.size and show error message
* LiteFind
* update search result item text for all same linenumber

### 2019.01.30 Ver X35.4
* LiteIDE
* source code navigation can be used in wrong source code
Expand Down
2 changes: 1 addition & 1 deletion liteidex/deploy/welcome/zh_CN/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LiteIDE X

_LiteIDE 是一个轻量级的开源跨平台 Go语言 IDE._

* 版本: X35.4
* 版本: X35.5
* 作者: [七叶 (visualfc)](mailto:[email protected])

### 功能
Expand Down
Loading

0 comments on commit b62c1d5

Please sign in to comment.