comparison src/VisVim/README_VisVim.txt @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents 2cfb68fa26cd
children 71e066e10a47
comparison
equal deleted inserted replaced
4351:e5137a5dcf15 4352:04736b4030ec
218 1. Uncheck the check box in front of 'Vim Developer Studio 218 1. Uncheck the check box in front of 'Vim Developer Studio
219 Add-in'. 219 Add-in'.
220 2. Close Visual Studio. 220 2. Close Visual Studio.
221 3. Delete VisVim.dll or move it somewhere it can't be found. 221 3. Delete VisVim.dll or move it somewhere it can't be found.
222 4. Run Visual Studio. 222 4. Run Visual Studio.
223 5. Tools -> Cursomize ->Add-ins and Macro-Files. 223 5. Tools -> Customize ->Add-ins and Macro-Files.
224 6. A message appears: 224 6. A message appears:
225 ".../VisVim.dll" "This add-in no longer exists. It will 225 ".../VisVim.dll" "This add-in no longer exists. It will
226 no longer be displayed." 226 no longer be displayed."
227 That's it! 227 That's it!
228 228
296 Vim DLLs would solve that problem. 296 Vim DLLs would solve that problem.
297 297
298 P8 Execute :tag command in Vim for word under cursor in DevStudio 298 P8 Execute :tag command in Vim for word under cursor in DevStudio
299 299
300 P7 Controlling the Visual Studio Debugger from inside Vim 300 P7 Controlling the Visual Studio Debugger from inside Vim
301 See message above. Also a 'Debug' highligh group and a 301 See message above. Also a 'Debug' highlight group and a
302 command to highlight a certain line would be necessary. 302 command to highlight a certain line would be necessary.
303 303
304 P6 Provide an option to open the current file in VisVim in 304 P6 Provide an option to open the current file in VisVim in
305 Visual Studio editor 305 Visual Studio editor
306 Same as above message. A kind of two way OLE automation would have to be 306 Same as above message. A kind of two way OLE automation would have to be