Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1663388
  • 博文数量: 607
  • 博客积分: 10031
  • 博客等级: 上将
  • 技术积分: 6633
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-30 17:41
文章分类

全部博文(607)

文章存档

2011年(2)

2010年(15)

2009年(58)

2008年(172)

2007年(211)

2006年(149)

我的朋友

分类: LINUX

2008-06-26 23:22:00

    Context Tagging is a feature set that perform expression type, scope, inheritance analysis as well as symbol look-up within the current context to help you navigate and write code.
    Context Tagging uses an engine to parse your code and build a database of symbol definitions and declarations -- commonly referred to as tags.

Tag-Driven Navigation
    Go to Definition   -   Ctrl+.   >push_tag
    Go to Referrence   -   Ctrl+/   >push_ref
    Pop bookmarks      -   Ctrl+,   >pop_bookmark

Begin/End Structure Matching
    Ctrl+]
    via it, can easily find the begin/end pair.

Navigation in statements and tags
    Go to End of Proc   -             >end_proc
        >next_proc
        >prev_proc
    Go to End of Tag    -             >end_tag
        >next_tag
        >prev_tag

Cursor Navigation
    top_of_window/bottom_of_window   Ctrl+PgUp/PgDown
    top_of_buffer/bottom_of_buffer   Ctrl+Home/End
    page_left/page_right
    goto_line                     Ctrl+J

Symbol Browsing

Selection
    select_char       F8
    select_line       Ctrl+L
    select_block      Ctrl+B

Hex Mode Editing
    Ctrl+Shift+H






   




阅读(1120) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~