TechLookz

 
Go Back   TechLookz > Software Downloads > Application Downloads

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read



Post New ThreadReply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-12-2008, 12:13 PM
NiyazK's Avatar
Administrator
 
Join Date: Mar 2008
Posts: 5,762
Default 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: http://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( <--tooltip will now properly be displayed
  • 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 < XP (i.e. Win 2000)
  • 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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Post New ThreadReply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +5.5. The time now is 10:25 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158