Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/emmetio/sublime-tern
TernJS plugin for Sublime Text
https://github.com/emmetio/sublime-tern
Added deprecated message for ST
0491850fa554bc6f25b14ca30b1de34c0ad39dfc authored over 9 years ago by Sergey Chikuyonok <[email protected]>
0491850fa554bc6f25b14ca30b1de34c0ad39dfc authored over 9 years ago by Sergey Chikuyonok <[email protected]>
Added deprecation notice
0d332093722729ae329ffcf9123d8131f5309f03 authored over 9 years ago by Sergey Chikuyonok <[email protected]>
0d332093722729ae329ffcf9123d8131f5309f03 authored over 9 years ago by Sergey Chikuyonok <[email protected]>
Better module loading for Node.JS
Fixed double file reading when loading modules
8678f2995fac8635f6679bd874d67c2a84894f77 authored about 11 years ago by Sergey Chikuyonok <[email protected]>
Allow users to override syntax scopes where Tern can provide completions
Closes #32
489d36a089e5f2e237ade85804c301f151e515bc authored about 11 years ago by Sergey Chikuyonok <[email protected]>
New project option to disable completions in specified files
in ST project config, define `disable_completions` option in `ternjs`
section like so:
"disable...
1c446c2b3b4719b207984a9a7485b0a555403a99 authored about 11 years ago by Sergey Chikuyonok <[email protected]>
Updated Tern core to most recent version
32afeb8bc279bb7709e1485379668465737782b0 authored about 11 years ago by Sergey Chikuyonok <[email protected]>
32afeb8bc279bb7709e1485379668465737782b0 authored about 11 years ago by Sergey Chikuyonok <[email protected]>
Updated semver lib to support OSX Maverics
2cd19af9557ee0e341fbcba72075275b02277994 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
2cd19af9557ee0e341fbcba72075275b02277994 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Plugin should work with project files outside actual project dir
90ccae48ba99a5c16956cb3417abcea0155531b5 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
90ccae48ba99a5c16956cb3417abcea0155531b5 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Updated TernJS core
d8455599680f0eecf036c6e2cb028d4557d5617b authored over 11 years ago by Sergey Chikuyonok <[email protected]>
d8455599680f0eecf036c6e2cb028d4557d5617b authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Updated PyV8 context handling
It will highly increase PyV8 re-use across modules and separate threads as well
2f7b579f59c8ce4dff11eaa757b97d45f79552cc authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Updated Acorn to recent version
29cc74b25d9990ee4175d7cbccbc3762eb6fe095 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
29cc74b25d9990ee4175d7cbccbc3762eb6fe095 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Fixed path in require.js name resolver
934658b0b57c95f938edc70d42ea4a86bb4059e1 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
934658b0b57c95f938edc70d42ea4a86bb4059e1 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Merge pull request #18 from jlangston/master
Update TernJS Lib to fix Angular crashing ST
597a1f2c52fdfc64db0fd71dab63a9b0f35464d0 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Adding comment.js to conext
8b9184f62609a3e2a10a2b846e126ec4c8b429f6 authored over 11 years ago by Jeff Langston <[email protected]>
8b9184f62609a3e2a10a2b846e126ec4c8b429f6 authored over 11 years ago by Jeff Langston <[email protected]>
Updating TernJS tolatest version
4aabc92cce0a5f6c12b66eba1af17b8b81e76d38 authored over 11 years ago by Jeff Langston <[email protected]>
4aabc92cce0a5f6c12b66eba1af17b8b81e76d38 authored over 11 years ago by Jeff Langston <[email protected]>
Allow users to define default libs for JS
091274654606e9cdc2132a5a8620a9c507ba823f authored over 11 years ago by Sergey Chikuyonok <[email protected]>
091274654606e9cdc2132a5a8620a9c507ba823f authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Fixed few nasty bugs
Overall performance and stability should be improved
d4cfa4b9b56fc8a007668cdbc4c0cfc1d160f22a authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Switched Tern completions context check
Makes code completions in non-JS syntaxes faster
d59fb8cf7017e9c28234bdf9dd38e30b31c9b91f authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Focus on selected range when searching occurrences
9f4f4aedce2635e410031e6cca60b6c63754b75a authored over 11 years ago by Sergey Chikuyonok <[email protected]>
9f4f4aedce2635e410031e6cca60b6c63754b75a authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Changed plugin option name for server
96a9d41dcd18c1476bb4bd00b0d802e0c98ffa41 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
96a9d41dcd18c1476bb4bd00b0d802e0c98ffa41 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
FIxed plugin loader
17f75c2c14c13de0235a41a49e90e51ae74ccc8e authored over 11 years ago by Sergey Chikuyonok <[email protected]>
17f75c2c14c13de0235a41a49e90e51ae74ccc8e authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Updated TernJS core
b383fb1ee1e822f32e76c620a87817d8671ecba7 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
b383fb1ee1e822f32e76c620a87817d8671ecba7 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Merge branch 'master' of github.com:emmetio/sublime-tern
15d43a2648ce5b5b7404f2ae0d35b66b6579354f authored over 11 years ago by Sergey Chikuyonok <[email protected]>
15d43a2648ce5b5b7404f2ae0d35b66b6579354f authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Added “Find Next/Previous Occurrence” actions
669b951ee42cd21d98d8f4c5f9f75380bd0d797a authored over 11 years ago by Sergey Chikuyonok <[email protected]>
669b951ee42cd21d98d8f4c5f9f75380bd0d797a authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Updated Tern core to most recent version
fde2cbd7b276635bcfd0acf970e45a6facc4edef authored over 11 years ago by Sergey Chikuyonok <[email protected]>
fde2cbd7b276635bcfd0acf970e45a6facc4edef authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Merge pull request #11 from jonkirkman/master
Fixed a minor typo
82d944f8bbf92eff8573958ba3c0025f98a2b34f authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Fixed typo "Star[t]ing TernJS server..."
fc4667157b20a462034e3a88504bcbfaff9af7ca authored over 11 years ago by Jon Kirkman <[email protected]>
fc4667157b20a462034e3a88504bcbfaff9af7ca authored over 11 years ago by Jon Kirkman <[email protected]>
Fixed #10
198b639f5829de6d6fae40613e1d924fc7066558 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
198b639f5829de6d6fae40613e1d924fc7066558 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Fixed #5
edeb4367ecec3584c44a2a978a7f4edd6a076397 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
edeb4367ecec3584c44a2a978a7f4edd6a076397 authored over 11 years ago by Sergey Chikuyonok <[email protected]>
Defined `sawGetSet` variable in Acorn parser
b629e880f9020a06ec6a72fa1833185410afa61c authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
b629e880f9020a06ec6a72fa1833185410afa61c authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Added `trace` stub for `console` object, fixed #6
8e618572af5e4b33f03ff79e136308ff205c3370 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
8e618572af5e4b33f03ff79e136308ff205c3370 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Fixed set_timeout bug
886af87ad1b898376852c9bd451ecfcf09a738eb authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
886af87ad1b898376852c9bd451ecfcf09a738eb authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Changes package name
8f8d1a16764d21f841126516723dfbd35c68de27 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
8f8d1a16764d21f841126516723dfbd35c68de27 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Do not inhibit default completions
1034210079561d468b7e06301e24007d59927bb6 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
1034210079561d468b7e06301e24007d59927bb6 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Updated plugin name
ec8962ae386159de345d364df40c7cd48d89a3c6 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
ec8962ae386159de345d364df40c7cd48d89a3c6 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Added README
954d3ed19c9fc71d80efa4f3c2c6737d62a9ac9b authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
954d3ed19c9fc71d80efa4f3c2c6737d62a9ac9b authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Minor improvements, updated to latest TernJS
390ee77632839e4e1890f152cbbabb5ca499a8ae authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
390ee77632839e4e1890f152cbbabb5ca499a8ae authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Better PyV8 loader
6f68039553f048ebd9a297e7fd8faa65e9b9f581 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
6f68039553f048ebd9a297e7fd8faa65e9b9f581 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Small improvement of Jump to definition action
71121aea9c619668fba5f7e142d3f9fef6480d6f authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
71121aea9c619668fba5f7e142d3f9fef6480d6f authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Better function completion parser
26803d9c85628b941d053c208e5373e1dc701a99 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
26803d9c85628b941d053c208e5373e1dc701a99 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Improved fonction définition parser from complétion, fixes #3
9a4d9f4a609673d6f3220bffe47eef2d333f2a3e authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
9a4d9f4a609673d6f3220bffe47eef2d333f2a3e authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Do not restart server on each file save, fixes #1
18c3f23e9a6649a894d0aeab7d02b8b04c32301e authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
18c3f23e9a6649a894d0aeab7d02b8b04c32301e authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Improved completions, closes #2
aae1b2a5f2b1231fffada9d952692f6a6580856c authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
aae1b2a5f2b1231fffada9d952692f6a6580856c authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Fixed plugin loader
d763b2cee61032f378d5e320b7addb0c123b30a7 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
d763b2cee61032f378d5e320b7addb0c123b30a7 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Added plugins support
a1a697988f46087823a03833a6dd3eff183266ed authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
a1a697988f46087823a03833a6dd3eff183266ed authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Force context entering when acquiring JS context
d0b5b1cc7ae1b9145af66be83d282ac8b0493148 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
d0b5b1cc7ae1b9145af66be83d282ac8b0493148 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Upgraded TernJS to most recent version
ab3c465494748d91211de913a3eb676b964ee5c0 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
ab3c465494748d91211de913a3eb676b964ee5c0 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Added RequireJS support; better file reader
c132f420bf5e14abf9379f19d4ba2ab3f851b3a1 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
c132f420bf5e14abf9379f19d4ba2ab3f851b3a1 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Enable loader
a0bc714aa3154405a1eef1db3ac5d576adde1638 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
a0bc714aa3154405a1eef1db3ac5d576adde1638 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Added missing file
0a689634e20781585ec3b4b17d5f6ce4a238b34b authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
0a689634e20781585ec3b4b17d5f6ce4a238b34b authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Improved methods completions
acecae4f0ab510fb0f2d82d009a230036a425ba4 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
acecae4f0ab510fb0f2d82d009a230036a425ba4 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Implemented “Rename variable” action
9192dce46b0c997b09b2153441e7ade2be73f02f authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
9192dce46b0c997b09b2153441e7ade2be73f02f authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Implemented “Jump to definition” action
4dd83b75dd123073cbe0c1e39497984155dd3fad authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
4dd83b75dd123073cbe0c1e39497984155dd3fad authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Improved project workflow
c36959ccda20ce461f860a224e87a4fe2675a450 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
c36959ccda20ce461f860a224e87a4fe2675a450 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Library management in projects
08d8e1b4c0037c6e2fc3da690d35b5232da73614 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
08d8e1b4c0037c6e2fc3da690d35b5232da73614 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Basic project support
155d43f5644836a9036dbc49d1b394f4544c6b29 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
155d43f5644836a9036dbc49d1b394f4544c6b29 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Updated code layout
2876ce2e10138774ce41668630d37ce5c48001f5 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
2876ce2e10138774ce41668630d37ce5c48001f5 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Added project data scanner
3280d4414ffbf7dbc7ee44edcaec99b4c6adf2b7 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
3280d4414ffbf7dbc7ee44edcaec99b4c6adf2b7 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Better functions completions
5d09d2dbbf4ce0bef3f174a1f3e48a6edfe70924 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
5d09d2dbbf4ce0bef3f174a1f3e48a6edfe70924 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
Initial commit
ace923f1f5cccb71a67213dcd4a219a06311b5b7 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>
ace923f1f5cccb71a67213dcd4a219a06311b5b7 authored almost 12 years ago by Sergey Chikuyonok <[email protected]>