diff --git a/lib/ace/document.js b/lib/ace/document.js index 488f690a..9766763d 100644 --- a/lib/ace/document.js +++ b/lib/ace/document.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/editor.js b/lib/ace/editor.js index dc62e46e..068bdaa5 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/layer/cursor.js b/lib/ace/layer/cursor.js index f614ca89..30a52de7 100644 --- a/lib/ace/layer/cursor.js +++ b/lib/ace/layer/cursor.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/layer/gutter.js b/lib/ace/layer/gutter.js index bd182ddb..ed480c06 100644 --- a/lib/ace/layer/gutter.js +++ b/lib/ace/layer/gutter.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/layer/marker.js b/lib/ace/layer/marker.js index 452f1d23..a48ef9c8 100644 --- a/lib/ace/layer/marker.js +++ b/lib/ace/layer/marker.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/layer/text.js b/lib/ace/layer/text.js index d23f8b9b..4d54b0a6 100644 --- a/lib/ace/layer/text.js +++ b/lib/ace/layer/text.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/selection.js b/lib/ace/selection.js index 535b7151..a0b60301 100644 --- a/lib/ace/selection.js +++ b/lib/ace/selection.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -170,7 +171,6 @@ var Selection = function(doc) { var cursor = this.getCursor(); if (cursor) { this.$desiredColumn = this.doc.documentToScreenPosition(cursor.row, cursor.column).column; - console.log("selection.$updateDesiredColumn", this.$desiredColumn); } }; diff --git a/lib/ace/test/document_test.js b/lib/ace/test/document_test.js index a01f64f6..9c64cdb8 100644 --- a/lib/ace/test/document_test.js +++ b/lib/ace/test/document_test.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/virtual_renderer.js b/lib/ace/virtual_renderer.js index 6004d105..e63ef75e 100644 --- a/lib/ace/virtual_renderer.js +++ b/lib/ace/virtual_renderer.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Julian Viereck * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or