Side-C : a simple IDE for C/C++
script karma |
Rating 12/6,
Downloaded by 2233 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Boyko Bantchev |
|
script type |
utility |
|
description |
Side-C is a small plug-in implementing basic IDE functionality for developing one-file C or C++ programs. It automates the following actions.
* Finding the program file among several open (so that to know what to compile or what and where to run).
* Building a program from its source. The error message ('quickfix') window is being shown or hidden as needed.
* Running a program from wherever it resides. Building it first if necessary.
* Running a program with redirecting its standard input, output, or both.
* Opening a browser for the directory of the currently edited file.
* Running an o.s. command shell in the directory of the currently edited file.
The plug-in is designed and tested to work on Linux and MS DOS/MS Windows, using gcc on both (DJGPP in the case of MS Windows). It should work on other Unix systems as well. With small changes, it should be possible to tailor it to other operating systems and compilers.
See the comments in the plug-in itself for more details. |
|
install details |
Put the file in a plug-in directory, or source it directly |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.174
|