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.
WinMerge
WinMerge is an Open Source visual text file differencing and merging tool for Win32 platforms. It is highly useful for determing what has changed between project versions, and then merging changes between versions.
Features :
Visual differencing and merging of text files
Flexible editor with syntax highlighting, line numbers and word-wrap
Handles DOS, UNIX and MAC text file formats
Unicode support
Difference pane shows current difference in two vertical panes
Location pane shows map of files compared
Highlights differences inside lines in file compare
Regular Expression based file filters in directory compare allow excluding and including items
Moved lines detection in file compare
Creates patch files
Shell Integration (supports 64-bit Windows versions)
Rudimentary Visual SourceSafe and Rational ClearCase integration
Archive file support using 7-Zip
Plugin support
Localizable interface via resource DLL
Online manual and installed HTML Help manual
Features :
Visual differencing and merging of text files
Flexible editor with syntax highlighting, line numbers and word-wrap
Handles DOS, UNIX and MAC text file formats
Unicode support
Difference pane shows current difference in two vertical panes
Location pane shows map of files compared
Highlights differences inside lines in file compare
Regular Expression based file filters in directory compare allow excluding and including items
Moved lines detection in file compare
Creates patch files
Shell Integration (supports 64-bit Windows versions)
Rudimentary Visual SourceSafe and Rational ClearCase integration
Archive file support using 7-Zip
Plugin support
Localizable interface via resource DLL
Online manual and installed HTML Help manual
Comments
show/hide comment form
Share your thoughts about WinMerge . Have you used WinMerge ? How did it fare ? Would you recommend it ?
Keep it clean please.
Keep it related to this topic. The moderator may move the comment to another, more suitable topic .
Comments are passively moderated. ie, comments appear immediately, but will be reviewed and may be removed after moderation.
Keep it related to this topic. The moderator may move the comment to another, more suitable topic .
Comments are passively moderated. ie, comments appear immediately, but will be reviewed and may be removed after moderation.
Reference Links

Code Editors