Skip to content

vim-scripts/Vimper-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3643

Vimper is a Vim based IDE, a set of plugins to enable creation of development projects. There are a lot of useful plugins available to aid development, but you need to run around to gather them. The goal is to gather a lot of these plugins into one single package and also extend them or add new plugins. 

Currently it supports: 
* C++ IDE --  definition of C/C++ projects 
(projects can also be created for developing vim plugins, mainly for demo purpose). 

Current features include: 

* Tree based file explorer (VTreeExplore) 
* Auto generation of makefiles. 
* Integration and navigation of make errors/warnings. 
* Project Window (listing all defined projects) 
* Browser to View/Navigate Class/Structure/Function definitions 
* Search files within project and navigate to search results. 

Screenshots: 
Project Explorer & Class Browser : http://www.langene.net/ext/images/Vimper_Class_Browser.png
Project Search : http://www.langene.net/ext/images/Vimper-Search_Project.png 
Project Build : http://www.langene.net/ext/images/Vimper-make_Output.png

Useful Key Maps: 
- nmap <F8> :Vimper<cr> 
- nmap <C-f> :VSearch<cr> 
- nmap <C-S-b> :VmkMake<cr> 
- nmap <C-S-t> :VProjTags<cr> 

Instead of putting these mappings in the .vimrc file, they should be added to the <PROJECT_ROOT>/.vimproj file. This file is autogenerated every time a new project is created. 

Goto https://code.google.com/p/vimper/ for more details and documentation. If you run into any issues or bugs it would be great if you could log them at the Google Code project. Any feedback or suggestion also welcome. 

Use :helptags <install dir>/doc to add the vimdoc files and type :help Vimper to view the help documentation. 

Note: Currently this only tested on (*)nix platform. An earlier version was tested on Windows with cygwin, things might have broken since. If anyone tries it out on windows and faces issues please let me know by logging an issue. On windows most of the functionality will not work without Cygwin.