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())); });