When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

CodeLite IDE v1.0RC02

The CodeLite team is pleased to announce the CodeLite v1.0RC02 is available.

This release includes a bundle app for MacOS 10.5.2. Debian package and Windows Installer.

What is CodeLite?
CodeLite is a fully functional, stable C/C++ IDE with all the features a developer needs to rapidly develop an application on multiple platforms.
Some of CodeLite functionalites: Code Completion, Syntax Highlight, Code refactoring, Code generation, Code navigation, Subversion integration and much much more.

for a complete functionality list, visit my web site at: https://codelite.org

Highlight of the current release candidate (v1.0RC02 based on revision 1651):

  • 'Add function implementation' now properly respects const functions
  • The installer now places 'Open With CodeLite' to windows shell menu
  • Fixed: Highlighting caret line, will now display properly
  • CC now properly recognizes dboule qualified variables (long long, unsigned int, signed int.. etc.)
  • 'Implement All Un-Implemented Functions' now works more accuraetly.
  • 'Add Function Implementation' for virtual destructors now works properly
  • encoding are now saved properly
  • added new option: Retag file (useful incase the file was modified outside of the editor)
  • added new status message that indicated that file has been re-tagged
  • added 'Select All' to c++ context menu
  • retag file will alert when attempting to retag an unsaved file
  • tags settings dialog: renamed the 'Close' button 'Cancel'
  • Fixed: when allocating classes, CodeCompletion will now properly display tooltips for c-tors (e.g. Class *a = new Class(
  • Fixed: setting EOL are now properly affects the editor
  • Fixed: CodeFormatter plugin will now append the current EOL at the end of the formatted buffer, according to the settings of the current editor
  • Fixed Bug# [1978094] AStyle not putting correct line endings
  • Fixed bug# [1978096]
  • 'Search Up' not working in 'Find', 'Find' dialog failed to match items backward when 'whole word only' is checked
  • text indicators are cleared automatically once the text is unselected
  • FR# [1953484]
  • ability to launch default applications for files in the exploere view
  • When selecting a function from the completion list, CodeLIte will automatically add '()' after the function. the caret will be placed in the middle of it and the function tip function will be auto triggered
  • added completion box for C++ key words
  • this completion will popup automatically after user typed 3 chars. this functinality can turned on/off from 'Settings -> Tags Options... -> Basics' by checking/unchecking the 'display completion box for language keywords'
  • changed debugger code to bind during runtime the function DebugBreakProcess this to allow the debugger to be loaded under Windows ver
  • Language keyword completion box will not be triiggred whithin comment/string
  • minor fixes to CC box behavior
  • added new 'single instance' option for CodeLite, enabled by default
  • more fixes applied to CC box for more intuitive usage
  • code lite now passes the document to be opened to the running CL instance
  • applied patch for multibyte search and replace (by Jacek Kucharski)
  • FR#[ 1969593 ] F3 should search the selected text
  • commented code that break the DLL loading on Windows 2000
  • applied patch for multi byte search / replace by Jacek Kucharski
  • modified debugger so on all platforms, CodeLite will use the break command rather than the -break-insert command
  • Implemented auto-hide feature for the build output pane
  • New: FR#[1767679] the ability to rename file (will also retag it, update outline view and force s a regenration of the makefiles), also incase the project is under SVN the file will be added to SVN (configurable))
  • performance tuning for the unerlying SQLite database
  • changed the colour of the functions' icon from orange to light blue
  • Replaced the default 'About Dialog' with new one
  • Fixed bug in SVN which may cause a 'seperator' in the project context menu to appear more than once
  • odeLite does not allow the "extern" keyword to be ignored in tags settings
  • Implemeted FR# [1969600] New version notification on startup
  • Separated the project type (exe, dll or lib) from the project settings, so now same project can produce different types (i.e. same project can produce exe, dll AND lib)
  • Selecting an item using the mouse (i.e. double clicking on it), will now dismisses the outline dialog as it should (this behavior is consistent with the keyboard selection one)
  • updated default compiler regex patterns
  • Fixed window positioning on Mac OSX

Download: Linux Download | 9.5MB | Freeware
Download: Mac OSX 10.5.2 Download | 14.5MB | Freeware
Download: Windows Download (Installer) | 11.5MB | Freeware
Screenshot: >> Click here
View:
CodeLite home

Report a problem with article
Next Article

Western Digital Launches Terabyte 'Black' Drive

Previous Article

PE Explorer 1.99 R3

Join the conversation!

Login or Sign Up to read and post a comment.

-1 Comments - Add comment