From 53e51bd46c0f28ef1e15bc18a1f15cebd588dfe6 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 23 Sep 2015 13:06:31 +0800 Subject: [PATCH] TernExplorer https://github.com/angelozerr/tern.java/issues/289 --- history.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/history.md b/history.md index 33e8e51..a1d18fe 100644 --- a/history.md +++ b/history.md @@ -33,7 +33,8 @@ Try it from sources. [Check README](https://github.com/Nodeclipse/nodeclipse-1#m See [tern-lint/wiki/Validation-JSDoc](https://github.com/angelozerr/tern-lint/wiki/Validation-JSDoc) --> - +- add Tern Explorer (alt Outline)view to the Node perspective + [atj#289](https://github.com/angelozerr/tern.java/issues/289) - disable JSDT by default over ES5 [#70](70), Bug 442049 [#159](159), ES6 [#194](194) - [#171](171) simple Bower support: Editor `bower.json` and `.bowerrc`, don't validate or check for `TODO`s inside `bower_components` folder. @@ -50,8 +51,8 @@ Hint: add `"postinstall"` script into `package.json` : - add `.sublime-project` file into `common-templates` --> - add [Tern-Toolings](https://github.com/angelozerr/tern.java/wiki/Tern-Toolings) wizards to Node perspective - [tj#204](https://github.com/angelozerr/tern.java/issues/204) -- add TCF-Termnals View as first on Node perspective + [atj#204](https://github.com/angelozerr/tern.java/issues/204) +- add TCF-Termnals View as first on the Node perspective [194]: https://github.com/Nodeclipse/nodeclipse-1/issues/160 [171]: https://github.com/Nodeclipse/nodeclipse-1/issues/154