From 39efd164d9bad2b5aad1e217d5fbcce9bdd5893b Mon Sep 17 00:00:00 2001 From: JugglerShu Date: Sun, 15 Sep 2013 23:18:41 +0900 Subject: [PATCH 1/4] Add Xocde5 support information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a64a30d0..3c4be70e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Unfortunately current master branch is not stable compared to the master branch which has been developed since I started this project. The old branch is saved with a tag name "v0.1". You can get the source code from "Releases" in the github page. ## Support Xcode Versions - We are developing XVim with Xcode 4.6 at the moment, So we recommend you use XVim with XCode 4.6. - Xcode5 will be supported. Current master branch does not work with Xcode5. + - Xcode4 (Use Master branch) + - Xcode5 (Use Xcode5Support branch) ## INSTALL - Download source code(of one of releases) and open XVim.xcodeproj with Xcode. From 844ca28ca2af2c89f7c7245ff9edd145ce9cb5a5 Mon Sep 17 00:00:00 2001 From: JugglerShu Date: Mon, 23 Sep 2013 00:46:58 +0900 Subject: [PATCH 2/4] Update README.md --- README.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3c4be70e..51d42773 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,17 @@ XVim is a Vim plugin for Xcode. The plugin intends to offer a compelling Vim experience without the need to give up any Xcode features. #### Announcement - Finally we are really pleased to announce release of XVim v1.0 alpha version. - The main improvements include - - - Visual block (Ctrl-v) - - Marks supporting jumping between files - - More accurate operation on registers - - More stable recording and execution - - Automatic testing system (for developers) - - hlsearch - - and more... - - See Documents/Users/FeatureList.md for all the features. - - Unfortunately current master branch is not stable compared to the master branch which has been developed since I started this project. The old branch is saved with a tag name "v0.1". You can get the source code from "Releases" in the github page. + Google Group for XVim developers has been created. + https://groups.google.com/d/forum/xvim-developers + This group is for XVim developers and testers(reporters). + We are going to talk here non issue related problems such as + - What we should implement next + - How to design XVim + - Any suggestions for XVim + - Annoucement for testers before a release of XVim + - and so on + If you are interested in helping XVim project join the group. + Just testing new release and reporting problem is great help for us. Join the group casually. ## Support Xcode Versions - Xcode4 (Use Master branch) From 65d4cee0469fda172197504edff5adc644a85e30 Mon Sep 17 00:00:00 2001 From: JugglerShu Date: Mon, 23 Sep 2013 00:47:51 +0900 Subject: [PATCH 3/4] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51d42773..bdab0658 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ https://groups.google.com/d/forum/xvim-developers This group is for XVim developers and testers(reporters). We are going to talk here non issue related problems such as - - What we should implement next - - How to design XVim - - Any suggestions for XVim - - Annoucement for testers before a release of XVim - - and so on + + - What we should implement next + - How to design XVim + - Any suggestions for XVim + - Annoucement for testers before a release of XVim + - and so on + If you are interested in helping XVim project join the group. Just testing new release and reporting problem is great help for us. Join the group casually. From df9679144aa972820e5d93b5ef9138704d85ad81 Mon Sep 17 00:00:00 2001 From: JugglerShu Date: Mon, 23 Sep 2013 01:48:10 +0900 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdab0658..8c42cabd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Google Group for XVim developers has been created. https://groups.google.com/d/forum/xvim-developers This group is for XVim developers and testers(reporters). - We are going to talk here non issue related problems such as + In this group we are going to talk about the direction of XVim such as - What we should implement next - How to design XVim