Releases: XVimProject/XVim
Releases · XVimProject/XVim
v1.0-beta
Much stable version for both Xcode4.6 and 5.
Support Xcode versions
- Xcode4.6
- Xcode5
Install
- Download the source code and open XVim.xcodeproj with Xcode.
- Select an appropriate Scheme for your Xcode version
- XVim for Xcode4 must be built with Xcode4.6
- XVim for Xcode5 must be built with Xcode5
- Select "Edit Scheme" and set "Build Configuration" as "Release"
- Build it. It automatically installs the plugin into the correct directory.
- Restart Xcode. (Make it sure that Xcode proccess is terminated entirely)
v1.0-alpha
Alpha version for v1.0. This is still for Xcode 4.6 and other Xcode 4 series.
Main improvements are
- Support ctrl-v (block selection)
- Automatic testing (for developers)
- hlsearch
- more accurate operations on d,y,p and so on
- Bug fixes for folding text
Some features exists in v0.1 has been removed temporarily since it does not work well in new XVim architecture. Use v0.1 if you feel uncomfortable with it.
v0.1-stable
This works for Xcode 4.6 well. Should work on other Xcode version 4 series.