comparison runtime/doc/if_sniff.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 3fc0f57ecb91
children 6beb2c667935
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *if_sniff.txt* For Vim version 7.0aa. Last change: 2001 Sep 03 1 *if_sniff.txt* For Vim version 7.0aa. Last change: 2005 Mar 29
2 2
3 3
4 VIM REFERENCE MANUAL 4 VIM REFERENCE MANUAL
5 by Anton Leherbauer (toni@takefive.co.at) 5 by Anton Leherbauer (toni@takefive.co.at)
6 6
43 :sni[ff] request [symbol] Send request to sniff with optional symbol. 43 :sni[ff] request [symbol] Send request to sniff with optional symbol.
44 {not in Vi} 44 {not in Vi}
45 :sni[ff] Display all possible requests and the connection 45 :sni[ff] Display all possible requests and the connection
46 status 46 status
47 47
48 Most requests require a symbol (identifier) as parameter. If it is omitted, 48 Most requests require a symbol (identifier) as parameter. If it is omitted,
49 Vim will use the current word under the cursor. 49 Vim will use the current word under the cursor.
50 The available requests are listed below: 50 The available requests are listed below:
51 51
52 request mapping description 52 request mapping description
53 ------------------------------------------------------------------------------- 53 -------------------------------------------------------------------------------
54 connect sc Establish connection with SNiFF+. 54 connect sc Establish connection with SNiFF+.
55 Make sure SNiFF+ is prepared for this in the 55 Make sure SNiFF+ is prepared for this in the
56 Preferences 56 Preferences
57 disconnect sq Disconnect from SNiFF+. You can reconnect any 57 disconnect sq Disconnect from SNiFF+. You can reconnect any
58 time with :sniff connect (or 'sc') 58 time with :sniff connect (or 'sc')
59 toggle st Toggle between implementation 59 toggle st Toggle between implementation
60 and definition file 60 and definition file
61 find-symbol sf Load the symbol into a Symbol Browser 61 find-symbol sf Load the symbol into a Symbol Browser
62 browse-class sb Loads the class into a Class Browser 62 browse-class sb Loads the class into a Class Browser
78 symbol 78 symbol
79 show-docu sd Show documentation of symbol 79 show-docu sd Show documentation of symbol
80 gen-docu sD Generate documentation of symbol 80 gen-docu sD Generate documentation of symbol
81 81
82 The mappings are defined in a file 'sniff.vim', which is part of every SNiFF+ 82 The mappings are defined in a file 'sniff.vim', which is part of every SNiFF+
83 product ($SNIFF_DIR/config/sniff.vim). This file is sourced whenever Vim 83 product ($SNIFF_DIR/config/sniff.vim). This file is sourced whenever Vim
84 connects to SNiFF+. 84 connects to SNiFF+.
85 85
86 ============================================================================== 86 ==============================================================================
87 3. Compiling Vim with SNiFF+ interface *sniff-compiling* 87 3. Compiling Vim with SNiFF+ interface *sniff-compiling*
88 88