A linux console-based text editor integrated with g++. Has syntax highlighting, code completion, a script mode, auto-indenting and bracket matching.
Be the first to post a text review of Codedit. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Codedit v1.02 - Added option to disable syntax highlighting if desired. - Added commandline option -c that opens the editor in code mode by default. - Removed option to change foreground and background colours. - Corrected bug in the not-saved indicator. Earlier version used to indicate that the file was unsaved when it was just opened.
New features : - An unsaved file is indicated by a star appearing before the filename. - Specific features in the code mode can be turned off. - A new commandline argument opens the editor in the code mode.
Codedit v1.02 - Added option to disable syntax highlighting if desired. - Added commandline option -c that opens the editor in code mode by default. - Removed option to change foreground and background colours. - Corrected bug in the not-saved indicator. Earlier version used to indicate that the file was unsaved when it was just opened.
Codedit is a lightweight mini IDE targeted at novice C++ programmers. - It has a special script mode that allows the user to type in C++ statements (without a main function et al) and the editor will produce the output. Ideal for trying out features of the language. - Other features include syntax highlighting, keyword completion, auto-indenting and bracket matching. - Integrated with g++ (the only dependency)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?