usage: search -options <function> [<path>] [<result_format>]
Code example searcher
-a, --allSearch code examples both on web sites and in a project-help, --helpAll functions of this utility-s, --offlineSearch code examples only in the a project-server, --serverLoad Jetty server-w, --onlineSearch code examples only on web sites In order to execute searcher needs one of three options:-a,-sor-w
Result format can be:
- html return HTML-file
- txt return TXT-file
- no type print results on the screen
To use server jetty you should execute all files from folder UnionProject/plugin for Sublime
to the directory /{username}/AppData/Roaming/Sublime Text 3/Packages/User.
You can use install.bat on Windows platform.
Sublime HotKey: Ctrl+F5 on the current line.