[10 total ]
Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.
PIDA is an IDE (integrated development environment). PIDA is different from other IDEs in that it will use the tools you already have available rather than attempting to reinvent each one. PIDA is written in Python with the PyGTK toolkit, and although is designed to be used to program in any language, PIDA has fancy Python IDE features.
A modern configuration of the Vim text editor.
A distribution point for Windows binaries for Vim, both Win32 and Win64.
Vim 7.2Vim 7.2 was released on 2008/8/9. Win64Binaries are available here. Win32 Binaries are available from vim.org
A control set for .NET using vim like control interface
OllieThe Overly Lucid Lisp Interactive Editor
Ollie has the lofty ambition of being a complete replacement for emacs and vi. It is completely modular with implementation residing in a collection of libraries. Users and third party developers are
... [More]
encouraged to re-write / replace / re-use the Ollie Libraries in their own projects. The Ollie philosophy is the create a core editor engine that can be embedded and re-used in multiple projects using multiple toolkits and possibly multiple languages.
Our hope is that third party developers will be able to take Ollie core library and create editor front ends for a variety of projects. Possible uses for Ollie would be
KDevelop Integration Mono Develop Integration Eclipse Integration Visual Studio ? Others.... In addition to the Ollie library we have plans to include a fully functional standalone editor written as a KDE Kpart Component.
In short every conceivable part of Ollie will be completely modular and re-usable.
MediaWiki for this project git repository Google Code wishesI wish more love was given to the wiki, Media Wiki has more features and looks great I wish I could host my code as a 'git' repository, I don't use svn. [Less]
This project has merged with the vimplugin project. All future work is now being carried out at vimplugin.
This powerful Eclipse plugin brings your favorite editor in the place of the eclipse editor. This way the user has a choice among several
... [More]
popular editors and the built-in eclipse editors. But your editor must support an interface that follows Netbeans external editor protocol (More..) to be able to use it through our plugin.
As of now, Vim and XEmacs only have this interface. More editors can be integrated as well although the External Editor team is focusing on the above two famous editors.
At the moment this project is being undertaken as part of Google Summer of Code 2007. The purpose of the SOC project is just to provide a Vim Plugin for Eclipse and we have decided that the Netbeans external editor protocol is the best way to provide this. So at the moment we are just focusing on getting Vim working and provide no support for any other editors. We will look into supporting XEmacs (and perhaps others) once Vim works with Eclipse fairly well.
ContactNageswara Rao M David Terei [Less]
Vim Assist is a simple project explorer for Vim 7.x.
Screen Shot
MacVim is a port of the text editor Vim to Mac OS X.
MacVim supports multiple windows with tabbed editing and a host of other features such as: bindings to standard OS X keyboard shortcuts (⌘Z, ⌘V, ⌘A, ⌘G, etc.), transparent backgrounds
... [More]
, full-screen mode, multibyte editing with OS X input methods and automatic font substitution, ODB editor support, and more. Most importantly, MacVim brings you the full power of Vim 7.2 to Mac OS X.
Note: MacVim is in no way connected with http://macvim.org. That site is no longer being maintained and only provides outdated binaries of the old Carbon port of Vim.
DownloadThere are two official binaries of MacVim to choose from: Stable: The latest stable release is MacVim 7.2 stable 1.2 which was released on the 21st of August 2008. It is a universal binary which runs on Mac OS X 10.4 or later. Snapshot: A new snapshot is released every month or so and contains several features and bug-fixes which have not yet been included in the stable build. The latest version can be downloaded here. If the download fails for some reason then try using the download mirror.
You may also build your own version from the source code. Please consider contributing to the MacVim project if you are able.
MacVim is distributed free as charityware (type :h license inside MacVim for details). If you find MacVim a useful addition to your life please consider helping needy children in Uganda.
Getting startedThe book A Byte of Vim is freely available online and is suitable for newcomers as well as more experienced users of Vim. There are also several Vim tutorials available online, such as this Vim introduction and tutorial. Once familiar with the basics you may benefit from using the following article on Efficient Editing With Vim as a quick reference. Before diving into all that material, you may want to read the article "Why use Vim?" which dispels common misconceptions about Vim and also provides examples which illustrate some of its many features.
Vim comes bundled with a tutor which can be quite helpful to go through since it encourages you to experiment as you read. At the moment it requires some trickery to get going, but once there it should be easy to follow. The tutor is a text file which needs to be copied to a folder where it can be modified. To copy the tutor to your home folder, open MacVim and type (make sure you are in normal mode first by hitting Esc):
:!cp $VIMRUNTIME/tutor/tutor ~/then hit enter. This will place a file named tutor in your home folder. Now, to start the tutor simply open that file in MacVim, e.g. by pressing ⌘O to show the file open dialog and then browsing to the tutor file.
How to get helpThere is a fairly active mailing list called vim_mac where you can post questions about MacVim and request new features. Before posting a question, you should consult the FAQ, search the vim_mac archives, and consult the built-in Vim help by typing :h macvim inside MacVim.
Since the binary releases always are a couple of versions behind the source code it is also possible that any problems you encounter may already have been fixed. Check the change log for the latest updates to the source code.
Help me!If you find a bug, then please file an Issue report but first make sure that it has not already been reported by searching for old Issues. Unless you are absolutely sure that you have really found a bug you should probably post a question on the vim_mac mailing list first. (Note that there are several people answering questions on the mailing list whereas there is only one of me responding to Issue reports.) [Less]
Vim의 구성요소들을 한글로 번역하고 유지보수하기 위한 공간입니다. 사용설명서 및 상세설명서 Vim 프로그램 메시지 및 GUI 메뉴 항목 Vim을 따라다니는 명령들의 manpage들 Vim 자습서인 vimtutor
... [More]
We create & maintain Korean translations of the following parts of Vim: User & Reference Manual Program messages & labels of the GUI menu Manpages of commands distributed along with Vim The Vim tutorial file: vimtutor [Less]