GuidePedia

0

Code::Blocks for windows xp, 7 & 8



Here are some key features of "Code::Blocks":
  • Made in GNU C++. No interpreted languages or proprietary libs needed.
  • Comes in two presentations: Standalone, and MinGW bundle
  • Devpack support (optional)
  • Extensible through plugins
  • Multiple compiler support:
  • GCC (MingW / Linux GCC)
  • MSVC++
  • Digital Mars
  • Borland C++ 5.5
  • Open Watcom
  • Compiles directly or with makefiles
  • Predefined project templates
  • Custom template support
  • Uses XML format for project files.
  • Multi-target projects
  • Workspaces support
  • Imports MSVC projects and workspaces (NOTE: assembly code and inter-project dependencies not supported yet)
  • Imports Dev-C++ projects
  • Integrates with GDB for debugging
  • Interface Features:
  • Syntax highlighting, customizable and extensible
  • Code folding for C++ and XML files.
  • Tabbed interface
  • Code completion plugin
  • Class Browser
  • Smart indent
  • One-key swap between .h and .c/.cpp files
  • Open files list for quick switching between files (optional)
  • External customizable "Tools"
  • To-do list management with different users
What's New in This Release: 
  • General:
  • Provide a UI, where almost all color settings can be changed. Allow more colors to be customized.
  • Improve the UI for editing "Editor syntax highlight themes".
  • Improve multi monitor support for the info window popup.
  • Several bug fixed with the Global compiler variables.
  • Fix bug "Ticking any checkbox in the File properties dialog cause the file to be made read-only".
  • Allow more strings to be translated.
  • Improvements/bugfixes to the Find/Replace feature.
  • Improvements to the annoying dialog.
  • Add two more terminal presets: xfce_terminal and terminology.
  • Improvements/bugfixes for "Start here page".
  • Improvements to the editor - new commands, fixes to old commands, etc.
  • Make strip trailing blanks to preserve active line of active editor (fix bug #18845) .
  • Try to make visible all toolbars, when a toolbar is shown/hidden and add menu option to fit and optimize the toolbars.
  • Improve "swap header/source" command by adding a case-insensitive search as fallback.

Post a Comment

 
Top