Linux下配置Code::Blocks帮助插件

help

Byran注: C::B下的介绍网址在:http://wiki.codeblocks.org/index.php?title=Help_plugin

通过这个插件,可以在编程过程中方便的访问相应的帮助文件,类似于MSDN于VS,大家不妨一试,下面是摘自另外一篇中文blog,关于下配置帮助文件。

下使用Code::Blocks有一段时间了,但一直没解决如何通过F1打开帮助并查询。类似Windows的方式试过chm格式的帮助文件,但失败了。
近期研究了一下,发现:基于格式的帮助文件可以这样来实现。

1. Settings->Environment->Help Files.
2. 新增一项,内容为:/home/loaden/Documents/wxDocs//wx_$(keyword).,其中需要将相应的帮助文件解压到对应目录。
3. 设为默认帮助,并在内置的浏览器中打开;
4. 选择将关键词转换为小写。
好了,这样就可以在下使用Code::Blocks的帮助了。

From: http://www.qpsoft.com/blog/linux-codeblocks-help-plugin/

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • RSS
  • Slashdot
  • Technorati
  • TwitThis

Related posts:

  1. Debian Lenny编译wxWidgets与Code::Blocks SVN版
  2. Python HTML Parser Performance
  3. Code::Blocks中Plugin的实现原理
  4. Code::Blocks IDE in openSUSE 11.1编译和安装指南
  5. C/C++ IDE Code::Blocks安装过程(含中文包下载)
  6. C::B IDE Plugin插件简介
  7. C::B IDE的命令行参数
  8. Code::Blocks编译skyeye步骤
  9. Setting up Code::Blocks to work with SDL - 多媒体编程库
  10. CodeBlocks下SDL编译成功实例

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Contact us

Admin: Bryan Wu