- Jul 17, 2017
-
-
Marijn Haverbeke authored
Issue #3059
-
- Apr 05, 2016
-
-
Marijn Haverbeke authored
Closes #3934
-
- Oct 27, 2015
-
-
Marijn Haverbeke authored
Issue ternjs/tern#668
-
- Aug 07, 2015
-
-
Marijn Haverbeke authored
Issue #3438
-
Se-Won Kim authored
-
- Jul 27, 2015
-
-
Matt Gaide authored
-
Matt Gaide authored
Adding a CodeMirror option for controlling how long the ternTooltip should be visible before closing
-
- Jul 13, 2015
-
-
Angelo authored
Tern completion for required module returns name (module wuith quote) and displayName (module without quote). This PR gives the capability to display completion for required module without quote.
-
- Jun 25, 2015
-
-
Marijn Haverbeke authored
-
- Jun 11, 2015
-
-
Angelo authored
This PR initialize docs before creating tern server instance, because in some case, tern server creation call getFile which use docs. I have this case by using requirejs tern plugin + custom plugin which defines modules : ```json { "!name": "delite", "!define": { "!requirejs": { "delite/register": { "!type": "fn(tag: string, superclasses: [], props: ?) -> fn()", } } } ```
-
Marijn Haverbeke authored
Issue #3308
-
- Mar 02, 2015
-
-
Marijn Haverbeke authored
-
- Feb 09, 2015
-
-
mloginov authored
-
- Jan 30, 2015
-
-
mihailik authored
Easiest to see the difference on touch-enabled device. Go to Tern demo page (link below), click on a variable name and press Ctrl+I. Now pan the editor's content. The tooltip stays at a fixed position, whilst the variable name detaches and moves off. The fix listens to scroll and blur, switching the tooltip off.
-
Marijn Haverbeke authored
Issue #3055
-
Marijn Haverbeke authored
-
- Jan 29, 2015
-
-
Christian Petrov authored
Opening the documentation in the same window navigates away from the code editor.
-
- Dec 15, 2014
-
-
Marijn Haverbeke authored
-
- Jun 23, 2014
-
-
Marijn Haverbeke authored
Issue #2644
-
Brian Grinstead authored
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 17, 2014
-
-
Marijn Haverbeke authored
-
- May 15, 2014
-
-
Marijn Haverbeke authored
-
- May 13, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- May 05, 2014
-
-
Marijn Haverbeke authored
-
- Feb 28, 2014
-
-
Marijn Haverbeke authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Nov 26, 2013
-
-
Marijn Haverbeke authored
Closes #2000
-
- Oct 24, 2013
-
-
angelozerr authored
Create Tern request with optionnal pos to manage for instance tern hover. See demo at http://codemirror-java.opensagres.eu.cloudbees.net/codemirror-javascript/demo/javascript-all.html
-
- Oct 17, 2013
-
-
jsoojeon authored
-
- Sep 23, 2013
-
-
Marijn Haverbeke authored
-
- Sep 10, 2013
-
-
stoskov authored
-
- Sep 09, 2013
-
-
Marijn Haverbeke authored
Closes #1811
-
- Sep 03, 2013
-
-
Marijn Haverbeke authored
Issue #1799
-
- Jul 26, 2013
-
-
Marijn Haverbeke authored
Issue marijnh/tern#200
-
Jason Johnston authored
The name var was getting clobbered in the initial for-in loop, so the second loop would never be entered.
-
- Jul 25, 2013
-
-
Marijn Haverbeke authored
Closes #1691
-