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

Jump to navigation Jump to search
→‎The Source Code of Built-In Commands: fixed the path to nountypes.js
(added draft template)
(→‎The Source Code of Built-In Commands: fixed the path to nountypes.js)
Line 685: Line 685:
== The Source Code of Built-In Commands ==
== The Source Code of Built-In Commands ==


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 [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/standard-feeds/
  ubiquity/standard-feeds/
  ubiquity/builtin-feeds/en/builtincmds.js
  ubiquity/builtin-feeds/en/builtincmds.js
  ubiquity/feed-parts/header/en/nountypes.js
  ubiquity/modules/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:
Line 695: Line 695:
  [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/standard-feeds/ standard-feeds]
  [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/standard-feeds/ standard-feeds]
  [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/builtin-feeds/en/builtincmds.js builtincmds.js]
  [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/feed-parts/header/en/nountypes.js nountypes.js]
  [http://hg.toolness.com/ubiquity-firefox/file/tip/ubiquity/modules/nountypes.js nountypes.js]


== Interacting with Other Extensions ==
== Interacting with Other Extensions ==
150

edits

Navigation menu