Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Jul 12, 2016
1 parent d1bc105 commit fda394c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
3 changes: 2 additions & 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: X30.1
* Version: X30.2
* Author: [visualfc](mailto:[email protected])

### Features
Expand All @@ -21,6 +21,7 @@ _LiteIDE is a simple, open source, cross-platform Go IDE._
* Configurable auto-completion with WordApi
* MIME type based system
* Plugin support
* Quick Open
* Golang support
* Package browser
* Class view and outline
Expand Down
7 changes: 7 additions & 0 deletions liteidex/deploy/welcome/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## LiteIDE X Version
LiteIDE is a simple, open source, cross-platform Go IDE.

### 2016.7.12 Ver X30.2
* LiteApp
* add new vs-dard css, thanks [tupunco](https://github.com/tupunco)
* fix and re-implement editor list menu
* QuickOpen
* QuickOpenFile skip same folder and same files

### 2016.7.5 Ver X30.1
* LiteIDE
* add OpenEditor tool windows
Expand Down
7 changes: 7 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,13 @@
## LiteIDE X Version
LiteIDE is a simple, open source, cross-platform Go IDE.

### 2016.7.12 Ver X30.2
* LiteApp
* add new vs-dard css, thanks [tupunco](https://github.com/tupunco)
* fix and re-implement editor list menu
* QuickOpen
* QuickOpenFile skip same folder and same files

### 2016.7.5 Ver X30.1
* LiteIDE
* add OpenEditor tool windows
Expand Down
2 changes: 1 addition & 1 deletion liteidex/src/liteapp/liteapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#endif
//lite_memory_check_end

#define LITEIDE_VERSION "X30.1"
#define LITEIDE_VERSION "X30.2"

QString LiteApp::getRootPath()
{
Expand Down
2 changes: 1 addition & 1 deletion liteidex/src/plugins/quickopen/quickopenplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PluginFactory : public LiteApi::PluginFactoryT<QuickOpenPlugin>
public:
PluginFactory() {
m_info->setId("plugin/QuickOpen");
m_info->setVer("X30");
m_info->setVer("X30.2");
m_info->setName("QuickOpen");
m_info->setAuthor("visualfc");
m_info->setInfo("QuickOpen");
Expand Down

0 comments on commit fda394c

Please sign in to comment.