加法?减法:CodeLite or Code::Blocks just for another sourceinsight
Bryan Wu: cbforge at Gmail dot com.
一直受困于Source Insight平台限制,也一直希望实现一个替代品。之前一直在阅读Code Blocks IDE的代码并且也移植了Cscope 进去以希望可以逐步实现这个目标。但是现在发现其实CodeLite更加接近这个目标,通过做减法可以很快实现一个简洁版本的开源Source Insight,关键是跨平台。试用和通过一些修改,我想第一个试用版本的 Open source “Source Insight”会很快和大家见面,不知道是不是会有人喜欢用?
工欲善其事,必先利其器也,我相信编程的朋友一定或多或少的通过Source Insight受益,如果您也有同样的想法和时间,可以加入一起把这个想法实现并定制一些高级功能供大家使用。
Come on, how about open source, cross platforms “Source Insight” for code browse and modify.
Based on CodeLite, I’d like propose to name this replacement one as “CodeInsight” under the terms of GPL as well.
Join us if you’re also interested in this proposal and like to contribute something, like coding, testing, etc. –Bryan Wu
Related posts:
- CodeLite IDE介绍
- Code::Blocks IDE in openSUSE 11.1编译和安装指南
- CB introduction and features
- Setting up Code::Blocks to work with SDL - 多媒体编程库
- QT4+MinGW+Code::Blocks IDE集成
- ProjectManager, Project and ProjectFile in Code::Blocks
- Debugging with Code::Blocks
- 如何在Windows上安装Code Blocks 8.02官方发布版
- Code::Blocks Debug Shortcut and Example
- Code::Blocks编译skyeye步骤















不知道你的代码浏览功能,具体是功过什么实现的。我目前知道的情况,在Codelite里面,其实有一个ctags做成的indexer,然后基本上很多源代码,都是通过这个ctags_indexer生成的。在Codeblocks里面,我比较熟悉,基本上就是Tokenizer,然后就是高层的ParserThread实现的。不知道你的开源的source insight,是通过什么实现的???