Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixschl/ctrlp-unity3d-docs
Search the unity3d docs using ctrlp.vim.
https://github.com/felixschl/ctrlp-unity3d-docs
Last synced: 7 days ago
JSON representation
Search the unity3d docs using ctrlp.vim.
- Host: GitHub
- URL: https://github.com/felixschl/ctrlp-unity3d-docs
- Owner: felixSchl
- Created: 2014-02-11T01:45:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T01:49:25.000Z (almost 11 years ago)
- Last Synced: 2024-11-14T04:29:20.175Z (about 2 months ago)
- Language: VimL
- Size: 172 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ctrlp-unity3d-docs
==================
Search the unity3d docs using ctrlp.vim.Usage
-----* Use `:CtrlPUnity3DDocs` to launch the search.
* Hit `` to view the selected item in browserRequirements
------------* [CtrlP](https://github.com/kien/ctrlp.vim) for the seach mechanism
* [open-browser](https://github.com/tyru/open-browser.vim) for launching the browserTodo
----* Perform check if required plugins are available
* Integrate python tool with Vim (to re-download the index for a new version of Unity).Rebuilding index
----------------Use the `tools/unity3d-docs-download.py` python script to re-download the index.
It's written against Python 2.7 in order to integrate it into vim at some point.Caveats
-------In order not to rely on third party libraries, the information is pulled from
the Unity docs website using *HTMLParser*. If the structure of the site was
to change, the tool will need to be adapted.