Code Monkey home page Code Monkey logo

macvim's Introduction

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.

macvim's People

Contributors

b4winckler avatar bak avatar bdesham avatar brammool avatar budrick avatar calael avatar cwillmor avatar dmitryelastic avatar dnerdy avatar felixbuenemann avatar humblehacker avatar jessthrysoee avatar jjgod avatar jmah avatar jszakmeister avatar knl avatar michaelwookey avatar nico avatar qvacua avatar s4y avatar screwtapello avatar skymoo avatar spectral54 avatar splhack avatar tachoknight avatar thirty2k avatar threeve avatar timoxley avatar twinside avatar zvezdan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.