Оно есть http://bvrde.sourceforge.net/index.htm
Вырезка с сайта
BVRDE is an Integrated Development Environment (IDE) for C and C++. It is designed to make cross-platform development easy. Its features include project management, application wizards, an integrated interactive debugger, and a powerful source editor with source browsing and syntax highlighting.
The goal of this tool is to allow a developer to compile and debug applications entirely on a remote computer, while editing and issuing compile and debug commands through a local interface. BVRDE supports a variety of network protocols to allow connectivity with various remote systems. This includes FTP and secure & encrypted protocols such as SSH and SFTP.
It runs on a Windows NT platform and connects to almost any UNIX / LINUX system. It requires Windows 2000 or better installed, but all the development tools (compiler, linker, debugger) should be located on the remote system.
Очень удобно стало писать свою прогу ... Создается удаленный проект, файлы берутся по sftp, команды make отправляются по ssh так же по ssh работает и debuger
Внешне копирует Visual Studio 6
|