From cb8429c105436d69511cc95ef87646d7c693bfd8 Mon Sep 17 00:00:00 2001 From: nka11 Date: Fri, 25 Feb 2011 14:46:26 +0100 Subject: [PATCH] having simple interface up and a TODO list --- TODO | 3 +++ plugin.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..ab812cd --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +- Logging +- RangeTree +- Active editable \ No newline at end of file diff --git a/plugin.js b/plugin.js index 4173715..44e7d8c 100644 --- a/plugin.js +++ b/plugin.js @@ -11,6 +11,7 @@ jQuery.extend(true,DebuggerPlugin,{ init: function() { var that = this; jQuery('body').append('
'); + jQuery('#NKA_debugger').dialog({'title': 'Aloha debugger window'}); GENTICS.Aloha.EventRegistry.subscribe(GENTICS.Aloha, 'selectionChanged', function(event, rangeObject) { jQuery('#NKA_debugger').empty().append(that.renderRangeTree(rangeObject.getRangeTree())); });