xaizek / vim-qthelp (License: Unspecified) (since 2018-12-07)
This plugin opens Qt help pages in browser from C++ source code.
Commit 2e8d5373216b51eae85c7a61bfae5aeeb5298c75

Extend first item of using instructions
Specify how to generate tags for Qt documentation.

Thanks to Dmitry Frank.
Author: xaizek
Author date (UTC): 2013-06-10 19:28
Committer name: xaizek
Committer date (UTC): 2013-06-10 19:28
Parent(s): b563f6f0b8375246c47dfdefba0581384e8f9ab4
Signing key:
Tree: 5f5af2e0ef4af2f27bf47bec317e3be8fe2c3cc5
File Lines added Lines deleted
plugin/qthelp.vim 2 0
File plugin/qthelp.vim changed (mode: 100644) (index 2bec563..d011509)
27 27 " or Vim will be waiting until you close your browser. " or Vim will be waiting until you close your browser.
28 28 " "
29 29 " Using: 1. Make tags-file for your html-qthelp. " Using: 1. Make tags-file for your html-qthelp.
30 " Addition by DFrank: just go to <Qt-current-version-path>/doc
31 " (say, D:/Qt/4.8.4/doc), and run 'ctags -R .'.
30 32 " 2. Add that tags-file into your 'tags' option (WARNING: doing " 2. Add that tags-file into your 'tags' option (WARNING: doing
31 33 " this in your .vimrc file can slow down and pollute completion " this in your .vimrc file can slow down and pollute completion
32 34 " list for not Qt-projects). " list for not Qt-projects).
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vim-qthelp

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vim-qthelp

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master