qvacua / macvim-for-old-vimr

MacVimFramework — Framework version of MacVim

Home Page:http://taewon.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsolete

We started to rewrite VimR with a NeoVim-backend.

MacVimFramework

This is a fork of https://github.com/b4winckler/macvim. I made some modifications such that you can compile a Framework with which you can use MacVim-view in your own Apps. It does not have a well-thought-out Framework design due to the fact that I wanted to make the absolute minimal amount of modifications to the original code base. However, there is room for improvements and I'll add them gradually.

An (absolute minimal) example App (MinimalMacVim) is included. You can also have a look at Project VimR for a real usage of this framework.

How to Build

Go to project root and do the following:

cd src
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscope
make

Open the Xcode project MacVim.xcodeproject in src/MacVim and build the MacVimFramework target.

How to Use

Build Settings

  • Add @loader_path/../Frameworks to Runtime Search Paths

Build Phases

  • Link and copy PSMTabBarControl.framework which is included with the project.
  • Link and copy MacVimFramework.framework

Example Code

Examine the target MinimalMacVim. It essentially has only one class—MMAppDelegate—that handles everything.

About

MacVimFramework — Framework version of MacVim

http://taewon.de


Languages

Language:C 47.9%Language:Vim Script 40.8%Language:Objective-C 4.6%Language:Groff 1.9%Language:Makefile 1.7%Language:C++ 0.8%Language:PostScript 0.3%Language:Perl 0.2%Language:Module Management System 0.2%Language:XS 0.2%Language:NewLisp 0.2%Language:Ruby 0.2%Language:Emacs Lisp 0.1%Language:Python 0.1%Language:SystemVerilog 0.1%Language:JavaScript 0.1%Language:Smalltalk 0.1%Language:Shell 0.1%Language:Awk 0.1%Language:NSIS 0.1%Language:DIGITAL Command Language 0.0%Language:IDL 0.0%Language:Batchfile 0.0%Language:Assembly 0.0%Language:Prolog 0.0%