From 47b5ecf690eedc9afd2abffedc5c684ff95c08f4 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Sun, 6 Sep 2015 14:24:51 +1000 Subject: [PATCH 1/2] Rename showhint.d.ts to codemirror-showhint.d.ts Makes it easier to search + more semantic --- codemirror/{showhint.d.ts => codemirror-showhint.d.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename codemirror/{showhint.d.ts => codemirror-showhint.d.ts} (100%) diff --git a/codemirror/showhint.d.ts b/codemirror/codemirror-showhint.d.ts similarity index 100% rename from codemirror/showhint.d.ts rename to codemirror/codemirror-showhint.d.ts From 2c2efb33ca31f100fc603ef346b77aa24fcda9d1 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Sun, 6 Sep 2015 14:25:34 +1000 Subject: [PATCH 2/2] Update and rename showhint-tests.ts to codemirror-showhint-tests.ts Makes it easier to search + more semantic --- codemirror/{showhint-tests.ts => codemirror-showhint-tests.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename codemirror/{showhint-tests.ts => codemirror-showhint-tests.ts} (93%) diff --git a/codemirror/showhint-tests.ts b/codemirror/codemirror-showhint-tests.ts similarity index 93% rename from codemirror/showhint-tests.ts rename to codemirror/codemirror-showhint-tests.ts index b7378e0d68..b00333b29e 100644 --- a/codemirror/showhint-tests.ts +++ b/codemirror/codemirror-showhint-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// var doc = new CodeMirror.Doc('text'); var pos = new CodeMirror.Pos(2, 3); CodeMirror.showHint(doc);