Search Valve Wiki
Search the Valve Wiki for QC Commands, VMT Parameters, etc. directly from SublimeText.
Details
Installs
- Total 28
- Win 21
- Mac 4
- Linux 3
Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Search Valve Wiki
Sublime Text 2
About
This is a Sublime Text 2 plugin allowing you to easily search the Valve Developer Community.
It let's you right-click on selected text or any word, like a QC command or VMT Parameter, and search for it in the Valve Developer Community Wiki. If there's a page for the exact term you searched for, that page will be loaded automatically.
The plugin code is based on the Stackoverflow Plugin script by Eric Martel and Search WordPress Codex by WeLoveWordPress.
Usage
From Contextual Menu
Right click on any QC command, VMT paramenter, or similar, then select Search in Valve Wiki from the contextual menu.
From Text Command
Press Ctrl + Shift + P and type Valve Wiki
, then select Valve Wiki: Search Selection to search for the current selected text, or select Valve Wiki: Custom Search to type the text you want to search for.
From Tools Menu
Open the Tools menu, and look for the Valve Wiki sub-menu.
Install
Package Control
The easiest way to install this is with Package Control. Package Control comes pre-installed by default with SublimText 2.
- If you didn't have Package Control and just went and installed it, make sure you have restarted Sublime Text 2.
- Bring up the Command Palette (Control+Shift+P on Linux/Windows, Command+Shift+P on OSX).
- Select Package Control: Install Package (it'll take a few seconds).
- When the list appears type
Valve
and the plugin should appear, select it and press enter.
Package Control will automatically keep the plugin up to date with the latest version.
If you have any problems or want to help improve the plugin, file an issue via GitHub or fork it, add your improvements and send a pull request.