Source Insight feature highlights (SI功能分析)

3.5的功能列表拷贝自 http://www.sourceinsight.com/docs35/aa913254.htm source-insight

我们可以看看雏形的codeinsight有哪些功能已经实现,以及还有哪些需要通过插件可以实现(在文章内部有注释)

™ is a project-oriented program and code browser, with built-in analysis for C/C++, C#, and Java programs. parses your source code and maintains its own database of symbolic information dynamically while you work, and presents useful contextual information to you automatically.

Not only is a great program , but it also can display reference trees, class inheritance diagrams, and call trees. features the quickest navigation of source code and source information of any programming .

features quick and innovative access to source code and source information. Unlike many other products, parses your source code and gives you useful information and analysis right away, while you edit.

Continue reading Source Insight feature highlights (SI功能分析) - 全文阅读

CodeLite 编译解析(with Compile log)

2590501425-tools3 以下是我在Window XP下利用CodeLiteCodeLite源代码的Log。

删除掉很多编译.o的记录(用省略号代替),我们通过以下可以看到CodeLite的主要dll(.so)和可执行文件的依赖关系和生成过程。

其中如果需要缩减为一个codeinsight,我们通过修改.mk文件就可以很快瘦身。第二步阅读源代码再修改和改进其他部分。

Continue reading CodeLite 编译解析(with Compile log) - 全文阅读

加法?减法:CodeLite or Code::Blocks just for another sourceinsight

china-03_07 Bryan Wu: cbforge at Gmail dot com.

一直受困于平台限制,也一直希望实现一个替代品。之前一直在阅读 IDE的代码并且也移植了 进去以希望可以逐步实现这个目标。但是现在发现其实CodeLite更加接近这个目标,通过做减法可以很快实现一个简洁版本的开源,关键是跨平台。试用和通过一些修改,我想第一个试用版本的 ”会很快和大家见面,不知道是不是会有人喜欢用?

工欲善其事,必先利其器也,我相信编程的朋友一定或多或少的通过受益,如果您也有同样的想法和时间,可以加入一起把这个想法实现并定制一些高级功能供大家使用。

Continue reading 加法?减法:CodeLite or Code::Blocks just for another sourceinsight - 全文阅读

Contact us

Admin: Bryan Wu