6
edits
Graynorton (talk | contribs) (Added section on asynchronous noun suggestions) |
(Updated locations of files) |
||
| Line 674: | Line 674: | ||
Looking at the source code of built-in commands and built-in noun types can be a very useful aid to development. If you have the source checkout of Ubiquity (see [https://wiki.mozilla.org/index.php?title=Labs/Ubiquity/Ubiquity_0.1_Development_Tutorial | the development tutorial] to find out how to get this), the source code can be found in the files: | Looking at the source code of built-in commands and built-in noun types can be a very useful aid to development. If you have the source checkout of Ubiquity (see [https://wiki.mozilla.org/index.php?title=Labs/Ubiquity/Ubiquity_0.1_Development_Tutorial | the development tutorial] to find out how to get this), the source code can be found in the files: | ||
ubiquity/ | ubiquity/standard-feeds/ | ||
ubiquity/ | ubiquity/builtin-feeds/en/builtincmds.js | ||
ubiquity/feed-parts/header/en/nountypes.js | |||
If you don't have a checkout of the source code, you can view the latest version on the web here: | If you don't have a checkout of the source code, you can view the latest version on the web here: | ||
[http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/ | [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/standard-feeds/ standard-feeds] | ||
[http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/ | [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/builtin-feeds/en/builtincmds.js builtincmds.js] | ||
[http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/feed-parts/header/en/nountypes.js nountypes.js] | |||
== Interacting with Other Extensions == | == Interacting with Other Extensions == | ||
edits