|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
您现在的位置: ChinaBeta.cn 中文IT资讯 >> 资讯中心 >> 业界资讯 >> 软件资讯 >> 文章正文
普通文章CodeLite v1.0 RC01 - 开源,跨普通文章Kapiko v2.12.2 简体中文版 - 
普通文章OpenOffice.org v2.4.1 RC1 中普通文章Cole2k Media Codec Pack v6.1
普通文章微软公布PDC上Windows 7相关议普通文章Firefox 3.0 RC2本周发布
普通文章评论:"人肉搜索"已成网络世界的普通文章iPhone也能让你变成陈冠希
普通文章电信重组 要了小灵通的命?普通文章警惕:病毒木马感染文件使数字签
普通文章05.27病毒预警:“非法扫描仪”普通文章江民科技联合发布05月28日病毒
普通文章瑞星公司05月28日发布 每日计算普通文章《忍龙II》韩国高调发布
普通文章PS3版《辐射3》无需安装普通文章卡普空确认《街霸4》PC版
普通文章预定《辐射3》送原声CD普通文章MPlayer WW编译版 SVN-r26910 
普通文章盖茨:是否收购雅虎由鲍尔默说了普通文章Kodak相机EasyShare图像处理软
普通文章Adobe CS4网页制作套装测试版提普通文章网络上炫耀犯罪行为 YouTube成
普通文章传苹果iPhone中文手写输入法为普通文章开源播放器 Banshee 发布 1.0 
普通文章08年最佳IT产品100强 WinXP挤掉普通文章迅雷5.8.1.507 Ayu 修改版
普通文章地震预报突破或在中国普通文章eBay首席执行官首次公开承认在
CodeLite v1.0 RC01 - 开源,跨平台的C/C++整合开发环境
Www.ChinaBeta.Cn 更新时间:2008-5-29

【ChinaBeta.Cn中文IT资讯网】

这是一个强大的开源,跨平台的C/C++整合开发环境. 目前已经在Windows XP SP3,Ubuntu 7.10 Gutsy Gibbon, Fedora Core 6和Debian lenny/sid上测试通过,它遵循GPL协议分发. 开源软件.


CodeLite is a powerful open-source, cross platform code editor for the C/C++ programming languages (regulary tested on Windows XP sp2, (K)Ubuntu 7.10 / 8.04, Fedora Core 6, Debian lenny/sid and Mac OSX 10.5.2). CodeLite is distributed under the terms of the GPL license.

CodeLite uses a sophisticated, yet intuitive interface which allows user to easy create and build complex projects. read more

features:
Generic support for compilers Can be easily extended with plugins (Several plugins are already included in the installer) Built-in GDB support, with the following features included:

  • Watches table - add persistent watches by a single click
  • Quick Watch - right click on a variable to expand it
  • Locals tree - automatically displays the current stack variables (also displays *this if available)
  • Threads view - provides list of currently running threads and easily switching between then by single click
  • Breakpoint management - add/remove breakpoint management panel
  • Automatic tooltip
  • and more...
Subversion plugin (based on the command line tool), which mimics the TortoiseSVN (but unlike it, it runs on Linux as well) Makefile based build system Project explorer (Workspace view) File Explorer Automatically imports MSVS workspace/projects and converts them to GNU based makefile Active document outline Sophisticated database based Code Completion mechanism, a default database is supplied which contains symbols for wxWidgets, STL and standard headers
  • Function's call tip
  • Hover tip
  • Comments tips
  • Members List
  • Supports C++ templates, namespaces and other advance features of the language
  • Automatically add include statement for symbols
Quickly open resources in the editor using 'Find Resource in workspace' Quickly open types in the editor using 'Find Type in workspace' XML based syntax highlighting, comes with the following:
  • C/C++
  • Java
  • Perl
  • XML
  • Makefile
  • Lua
  • Diff files
  • PHP
  • JavaScript
  • Python
  • HTML
  • ASP
Text Folding Bookmarks Find In Files Replace In Files Highly Configurable Built-in doxygen comment generator for functions/classes And much more... 

What's new (May 27, 2008):

CodeLite v1.0RC01 is now available for download, main changes from last uploaded revision (1457):
fixed make_deb.sh script, added the 'rename symbol' option to the accelerator table
- Fixed: [#1963469 ] Add Tab width option
- Removed obsolete option from Editor's options (set caret colour) which is now part of the lexers
- set the default font to empty - so the system will choose the best for it
- fixed make_mac_bundle.sh to copy correct files
- On Mac exit is forced at the main frame destruction. this is a temporary solution until a proper fix is applied
- fixed on Mac 'resolve ambiguity' dialog will now properly display the list items
- updated make_mac_bundle.sh to include the wx library as part of the bundle
- Implemented FR# [ 1965668 ] Add a new environment variable to the CodeLite.exe path $(CodeLiteApp)
- Fixed: Find implementation / declaration will now give priority to scoped tags over global tags
- Replaced wxScintilla CC box with custom implementation. this solves the following bugs:
- case sensitive matches are now displayed properly - when hitting Ctrl-Z/Y/C etc, the CC will disappear - CodeCompletion box and function tip window can now co-exist - CodeCompletion box now uses case sensitive match search first, if it fails, it will try again with non-case sensitive match - when single choice exist, it will be inserted automatically to the control and CL will fix any case sensitive typos- Fixed bug# 1967745 Find in Files doesnt work if special characters are included
- find/replace was re-writtern from scratch and now works much better (better regex support) the modified code does not apply to Find In Files, only for single file search/replace
- New: CodeLite now allows search and replace with selected text (Find/Replace dialogs were modified accordingly)
- New: Bookmark All -> will now also highlight the word with alpha rectangle at the back of it
- New: Find / Replace dialogs, now have button to 'Clear all bookmarks'
- When selecting: Bookmark All in 'Find/Replace' dialog, old bookmarks are now removed automatically
- On Linux, the alpha rectangle is drawn as transparent rectangle with only border
- applied fix which should fix random crashes that occurs on file save
- further thread safety issues
- centered the following dialogs: quick outline, open resource, open type and find/replace
- New: Highlight Word feature: when enabled (blue marker icon in the toolbar) and the caret is placed on a word, its background will be coloured. The colour is configurable via the 'Settings -> Editor -> Bookmarks'
- Fixed: a fix that apply for wxMac, caused the CC box not response to up/down arrows, this is fixed now
- Highlight word policy changed, it is now highlighted when user selects text either by Ctrl+Left Click OR by double cliking a word
- Find / Replace will set the caret to statring origin incase the search/replace failed to find any matches
- Find/Replace: A message box will appear incase no matches were found
- moved the 'highlight word' functionality to secondary thread for better user experience
- New: Copyright plugin: a small plugin that allows one to easily add copyright notice into the entire workspace/project or a single file
- removed backtick from codelite_prefix.h file
- Applied pacth for [FR 1964181] Ability to change source file encoding - Jacek Kucharski
- cenered dialogs on Mac: The following dialogs were centered on Mac:
  Tags Options, env variables, debugger settings, editor's settings, project settings, svn commit dialog and svn options dialog- moved the navigation bar to be embedded inside the main editing area instead of being a toolbar, this to resolve an issue that toolbars does not appear in toolbar under wxMac.
- refactored the 'replace in files' - > should be *much* faster now by factor ~20
- on dark theme, the word highlight indicators uses an empty rectangle rather than opaque one - this makes the selection much more effective
- default word highlight color is set to light blue
- 'Add function implementation' now properly respects const functions

更新:http://codelite.org/forum/viewforum.php?f=9&st=0&sk=t&sd=d&start=0
官网:http://codelite.org/

官方下载:(右键另存为~)
for Windows:http://downloads.sourceforge.net/codelite/CodeLite_REV1599.exe
for Ubuntu:http://downloads.sourceforge.net/codelite/codelite-rev1596_i386.deb
for Mac OS X:http://downloads.sourceforge.net/codelite/CodeLite_bundle_rev1596.zip


转自:ChinaBeta.Cn

(责任编辑:hahack)

Google
发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
热门文章 相关报道
普通文章 [软件资讯]CodeLite v1.0 RC01 - 开源,跨平 (05-29)最新文章
普通文章 [软件资讯]Kapiko v2.12.2 简体中文版 - 基 (05-29)最新文章
普通文章 [软件资讯]OpenOffice.org v2.4.1 RC1 中文 (05-29)最新文章
普通文章 [软件资讯]Cole2k Media Codec Pack v6.1.0 (05-29)最新文章
普通文章 [IT资讯]微软公布PDC上Windows 7相关议程 (05-29)最新文章
普通文章 [软件资讯]Firefox 3.0 RC2本周发布 (05-29)最新文章
普通文章 [视点·互动]评论:"人肉搜索"已成网络世界的暴 (05-29)最新文章
普通文章 [视点·互动]iPhone也能让你变成陈冠希 (05-29)最新文章
普通文章 [视点·互动]电信重组 要了小灵通的命? (05-29)最新文章
普通文章 [安全资讯]警惕:病毒木马感染文件使数字签名 (05-28)最新文章
没有相关文章
  网友评论内容:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
I D *
邮 箱
主 页
评 分 1分 2分 3分 4分 5分
评 论

易尚防火墙 | 无线宽带路由器 | 3com无线路由器 | d-link无线路由器 | tp-link无线路由器 |东软防火墙

关于我们  中国·国家信息产业部{粤ICP备06006652号}{陇ICP备06002562号}
版权所有:『AK网盟基地』站长:Hahack | QQ:80505955 | E-mail:Hahack@Gmail.com
Copyright (C) 2005-2007  akhack.org|chinabeta.cn All Rights Reserved