changeset in labs/bespinclient: adds diff highlighter to the boo...

0 views
Skip to first unread message

Kevin Dangoor

unread,
Sep 24, 2010, 8:42:16 AM9/24/10
to bespin-...@googlegroups.com
changeset b248b949e9d2 in /repo/hg/mozilla/labs/bespinclient
details: http://hg.mozilla.org/labs/bespinclient?cmd=changeset;node=b248b949e9d2
description:
adds diff highlighter to the bookmarklet

diffstat:

browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt | 1 +
browser/bookmarklet/manifest.json | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)

diffs (21 lines):

diff --git a/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt b/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt
--- a/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt
+++ b/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt
@@ -5,6 +5,7 @@
<option value="js">JavaScript</option>
<option value="html">HTML</option>
<option value="css">CSS</option>
+ <option value="diff">Diff</option>
</select>
</div>
<div>
diff --git a/browser/bookmarklet/manifest.json b/browser/bookmarklet/manifest.json
--- a/browser/bookmarklet/manifest.json
+++ b/browser/bookmarklet/manifest.json
@@ -1,5 +1,5 @@
{
- "plugins": ["embedded", "js_syntax", "stylesheet", "html", "whitetheme",
+ "plugins": ["embedded", "js_syntax", "diff_syntax", "stylesheet", "html", "whitetheme",
"bookmarkletui", "templater"],
"config": {
"objects": {

Reply all
Reply to author
Forward
0 new messages