sponsor Vim development Vim logo Vim Book Ad

openroad.vim : Goodies for OpenROAD users

 script karma  Rating 4/1, Downloaded by 592  Comments, bugs, improvements  Vim wiki

created by
Paul Humphrey
 
script type
utility
 
description
Some useful mappings & functions for OpenROAD programmers

1) Shortcut menus for methods, procedures & event blocks  - click on a method/procedure/event name & vim jumps to that section of code.
These functions were based on "incfiles.vim" by Thomas Ramming (much changed, I hasten to add - I have actually done some work here!)

2) Folding - text folds at BEGIN/END blocks - makes long files easier to navigate
  <F3> opens folds, <F4> closes. To turn off this feature, comment out the line "set foldmethod=marker"

3) Help on keywords - place cursor on an openroad keyword then shift-K opens the appropriate part of the openroad help file (need to use pre-4.1 MR help file)

4) command completion - type part of a word, press CTRL-space & Vim will guess the rest. I've taken this from "_vim_wok_visualcpp01.zip" by Wolfram Esser.

It's my first vim script, so I apologise if it seems crude

Paul Humphrey
 
install details
Place file in plugins directory
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
openroad.vim 1.0 2002-07-29 6.0 Paul Humphrey Initial upload
ip used for rating: 18.191.102.112

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github