Skip to content

Releases: XVimProject/XVim

v1.0-beta

23 Sep 10:03
Compare
Choose a tag to compare

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

03 Sep 03:49
Compare
Choose a tag to compare

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

05 Sep 16:45
Compare
Choose a tag to compare

This works for Xcode 4.6 well. Should work on other Xcode version 4 series.