This is a very simple command. It searchs a term on cplusplus.com. This is not finished, I'll add a preview later.

CmdUtils.makeSearchCommand({
  name: "search-c++",
  url: "http://www.cplusplus.com/query/search.cgi?q={QUERY}",
  icon: "http://www.cplusplus.com/favicon.ico",
  author: { name: "Alexis Bauchu", email: "alexis.bauchu@gmail.com"},
  license: "MPL",
  description: "Searches cplusplus.com for your words."
});
	

Back to the command page