Skip to content

Commit 4540e0f

Browse files
committed
update doc&ver
1 parent f5dc611 commit 4540e0f

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LiteIDE X
99

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

12-
* Version: X34 (support go1.11 Go modules)
12+
* Version: X34.1 (support go1.11 Go modules)
1313
* Author: [visualfc](mailto:[email protected])
1414

1515
### Features

liteidex/deploy/welcome/en/changes.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
## LiteIDE X Version
44
LiteIDE is a simple, open source, cross-platform Go IDE.
55

6+
### 2018.08.12 Ver X34.1
7+
* LiteIDE
8+
* update gotools support go1.11 modules
9+
* update gocode support go1.11 modules and vendor
10+
* LiteEditor
11+
* enable open binary file for editor
12+
* change widget readonly by binary file (ignore text file)
13+
* gocode
14+
* change parser by source use gotools/types
15+
* fix parser vendor & modules
16+
617
### 2018.07.26 Ver X34
718
* LiteIDE
819
* update gotools support go1.11 modules

liteidex/deploy/welcome/zh_CN/changes.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
## LiteIDE X Version
44
LiteIDE is a simple, open source, cross-platform Go IDE.
55

6+
### 2018.08.12 Ver X34.1
7+
* LiteIDE
8+
* update gotools support go1.11 modules
9+
* fix gocode support go1.11 modules and vendor
10+
* LiteEditor
11+
* enable open binary file for editor
12+
* change widget readonly by binary file (ignore text file)
13+
* gocode
14+
* change parser by source use gotools/types
15+
* fix parser vendor & modules
16+
617
### 2018.07.26 Ver X34
718
* LiteIDE
819
* update gotools support go1.11 modules

liteidex/src/liteapp/liteapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#endif
7474
//lite_memory_check_end
7575

76-
#define LITEIDE_VERSION "X34"
76+
#define LITEIDE_VERSION "X34.1"
7777

7878
QString LiteApp::getRootPath()
7979
{

liteidex/src/plugins/liteeditor/liteeditorplugin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class PluginFactory : public LiteApi::PluginFactoryT<LiteEditorPlugin>
4848
m_info->setId("plugin/liteeditor");
4949
m_info->setName("LiteEditor");
5050
m_info->setAuthor("visualfc");
51-
m_info->setVer("X33.3");
51+
m_info->setVer("X34.1");
5252
m_info->setInfo("Core Editor");
5353
m_info->setMustLoad(true);
5454
}

0 commit comments

Comments
 (0)