My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Project is sleeping

As of August 2007, the project is no longer active. Work will be resumed sometime in the future.

PEditor

PEditor is an experimental programmer's editor. The goal is to create an editor that could be used by a person (most likely a student) with no a priori knowledge of programming. This aims to be a classic "write code, click run" IDE.

By version 1.0, it should support

  • tabs (done)
  • syntax highlighting (done)
  • some form of auto-complete
  • ability to compile/run simple programmes (done)
  • a code snippets library

This is aimed at the C/C++ programmer, though support for other languages may be added.

Screenshots

For screenshots, check out the wiki page Shots.

Downloads

Windows users, for stand-alone bundles, see Downloads

You'll also need a compiler, see Getting a compiler.

Linux users, for dynamically linked binaries and source archives, see Downloads

Source

For the latest stable, check-out:

http://deveditor.googlecode.com/svn/tags/peditor-0.2/
svn checkout http://deveditor.googlecode.com/svn/tags/peditor-0.2/

For the latest unstable, check-out:

http://deveditor.googlecode.com/svn/trunk/

svn checkout http://deveditor.googlecode.com/svn/trunk/

Instructions on how to build on Linux:

http://code.google.com/p/deveditor/wiki/BuildGuideLinux
Powered by Google Project Hosting