Labs/Ubiquity/Ubiquity Source Tip Author Tutorial: Difference between revisions

Jump to navigation Jump to search
Updated locations of files
(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/chrome/content/builtincmds.js
  ubiquity/standard-feeds/
  ubiquity/chrome/content/nlparser/en/nountypes.js
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/chrome/content/builtincmds.js builtincmds.js]
  [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/standard-feeds/ standard-feeds]
  [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/chrome/content/nlparser/en/nountypes.js nountypes.js]
[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 ==
6

edits

Navigation menu