Code Editors
IDE (Integrated Development Environment)combines the editor, compiler and other useful tools in the same software package. Its advantage is that when a program with syntax errors is compiled, the programmer sees the error messages and the original program at the same time -- this makes debugging much easier. Also, some IDEs contain debuggers. Visual J++, VisualAge for C++ or Java, Java WorkShop, and Visual Caf�?�© are IDEs.
From : www.course.com/careers/glossary/programming.cfm
A code editor is typically a text editor with programming language libraries installed. The editor recognizes programming keywords and renders them in the specified color code (known as syntax highlighting). Other features include code beautification and compiler integration. In some cases, code editor is a scaled down version of IDE.
CUTE
CUTE is a Qt and Scintilla based text editor which can be easily extended using Python
It 's main purpose is to be an user-friendly source code editor with a common graphical user interface.
The editor supports syntax highlighting for many languages, tags files and projects.
CUTE is released under the terms of the GNU General Public License .
- runs on unix/linux
- portable to win32 and Mac OS X as CUTE is based on QT
- extensible with python
- supports projects, which can have several configurations(commands, environment vars) and files
- command box for shell and vi-like CUTE commands
- syntax highlighting for C/C++, C#, java, javascript, python, HTML, shell and more
- multi document interface (tabbed or childframe view)
- supports ctags (jumps to definition of marked tag and back)
- can shows tag stack
- search and replace with regular expressions (scintilla)
- text folding (scintilla)
- auto completion (scintilla) from document and tags file
- bookmarks, which are stored in sessions and projects
- unlimited undo/redo (scintilla)
- key macros (definition, saving and loading)
- integrates with external commands such as make and view output
- full screen mode
- can save sessions (files, cursor positions, bookmarks and woking dir are stored)
- supports some themes
- integrated file browser
- shell window
visit
CUTE
CUTE was visited : 325 times
Loading .....