Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/atom-ternjs

:lock: JavaScript code intelligence for atom with tern.js and autocomplete-plus
https://github.com/pulsar-edit/atom-ternjs

added helper; create .tern-project file via context-menu

76bcae090683195b0b28e2798105194d9d45ee14 authored almost 10 years ago
cleanup server; only require BufferedProcess/BufferedNodeProcess if it is required

ab4135fffcf6025e1a9de52ba5a0dc224a254449 authored almost 10 years ago
set server -> null

9522844b573d74e4bd112d0273ad0685937bb7f3 authored almost 10 years ago
added restart server

1a5fef9afce74d48330f517bb27b58e31be00130 authored almost 10 years ago
added submenu to context-menu

b56ccf43f3a7d2563ce8aec2e941eb56fd9f2359 authored almost 10 years ago
Prepare 0.3.8 release

8235bc522db6462a4abaf48ed93c49048746d8c6 authored almost 10 years ago
updated CHANGELOG and README

aa17ced289c10ef4c6f3431fa7da33385b719e30 authored almost 10 years ago
check for platform-win; only cb port if valid port; use BufferedProcess for platform-win instead of BufferedNodeProcess

0f9cf9fbc4b2e7d039eb5caa69771d81a4422508 authored almost 10 years ago
Prepare 0.3.7 release

e5c379f9e42cc45951cb321612a1a9408505047e authored almost 10 years ago
updated README

b878d6d340c8d6ffe831eb2ea9e3587f847fd083 authored almost 10 years ago
Prepare 0.3.6 release

783a26d9c0151b55df0c2e9d7a3d4ee8fb243884 authored almost 10 years ago
return if textChanged fixes documentationView not disappearing

351fecfde33a92ccdccf48a23acb65be8c5678fc authored almost 10 years ago
Prepare 0.3.5 release

05fd9766e5bf359ee83c65713cb608a477a09545 authored almost 10 years ago
fixes forced-completions with only whitespace as prefix

e9e9c489e13ff055ba432770091fa4eae1385e96 authored almost 10 years ago
use last char instead of first

cb9f99283e97e092f1f842a5cbbe514e0f3f6f0c authored almost 10 years ago
use clearSuggestions

de7ab565249385b52b18b60006b9a46aad9c164d authored almost 10 years ago
don't need that anymore

1013af842cedbd3f960ab6147bb3a3eaf7290e9d authored almost 10 years ago
moved findDefinition logic to client

55c93c0ca2c1435b08c7683cc0ab2e6bcbed38eb authored almost 10 years ago
:lipstick:

eb37a412ad9c5929ff00ec1ca43bd0d416add9ea authored almost 10 years ago
removed registerEditors and moved observeExtEditors to registerEvents

833c6ec5fd1c4bfdaf12e50e1d3ee22224d90bb5 authored almost 10 years ago
moved onDidChangeActivePaneItem to package-class

837d99b6ea679dcbc0464d34c2ac600b232cecec authored almost 10 years ago
always start the server, if there is a active project

358b570c0da849fd7db2fada9af05caca8f22ed6 authored almost 10 years ago
added add-, remove-grammar

c637515b963d48b476eb6603afe28c4990e329b4 authored almost 10 years ago
Merge pull request #1 from despairblue/patch-1

7dad24d11acc9dd744dd9fe9e2a6af45934b0e44 authored almost 10 years ago
updated to atom-tern.js 0.3.4; fixed onWillConfirm to fit complete_strings

28d4787fa2086557ca49e31a6e6f28f4e91a8eb7 authored almost 10 years ago
:bug: fix #5 partially

c07cd925c86761071234d147a568f4e9243d8dba authored almost 10 years ago
Prepare 0.3.4 release

c421a5f386382cb6ae9e7e64cc08275fdc2a62ad authored almost 10 years ago
improved testing for prefix; added force

a298e55fa55bdf893d248aa39edc832884172079 authored almost 10 years ago
Prepare 0.3.3 release

3270f6c509ab2e28d28428551d2d9af581ec1d37 authored almost 10 years ago
resolve correctly; hide the doc-view correctly

5e5be5af216f2b7c84d5ec21c8ba280653fa7fd5 authored almost 10 years ago
resolve correctly; hide the doc-view correctly

a007bd139feb0cbfc00de4798ae4cb7be53755fd authored almost 10 years ago
updated README

92f1dd43b64dce34ec308bd82f637b6ef729be1b authored almost 10 years ago
reimplemented coffeeScript config

357b2840006fdc33741efedfea25937c2a8434c9 authored almost 10 years ago
removed space-pen dependency

13e532e8dd5e9120eb21ce6c8ab487471b472643 authored almost 10 years ago
removed underscore dependency

341af9f04a61375f28b6895213749d430e3257dc authored almost 10 years ago
Prepare 0.3.2 release

7b02b64c8eadbc279b70b7550162bfa331d4c389 authored almost 10 years ago
basic improvements to workflow

2bd42856900fac30ccf63d7d56fa7b57df8ff5ed authored almost 10 years ago
removed getPrefix method

fa6c69008a062eb895fe34414ea8b1eb24d62dbd authored almost 10 years ago
Prepare 0.3.1 release

e6d9cee9d22012603a7decae7aca315cbe19b964 authored almost 10 years ago
fixed completion with dot-prefix

7edbaeb068f7db0578ce2e6416670545ba2b55b5 authored almost 10 years ago
Prepare 0.3.0 release

8e1cb2bed79c1b70d7c9cee676c1f479eb1152d1 authored almost 10 years ago
switch to new autocomplete-plus API

3394388f574255961febff5bdae09900bccd0117 authored almost 10 years ago
Prepare 0.2.19 release

6263f68e10a122db3b8373de5e5c8659b254d526 authored almost 10 years ago
removed submenu for start/stop server; fixed startup with coffeeScript option true

a47c57c8d3c58a05d42a1875c8459028ce6cdee1 authored almost 10 years ago
moved suggestionArr into class scope; completion now cancels correct if there are no suggestions at the given point

2013178d29e962664e8c8c5d9d23dd31efa34b53 authored about 10 years ago
removed console.log

b9b8b5fce5638b84e4177865c126e6a68dcdab1e authored about 10 years ago
Prepare 0.2.18 release

cd77defeec7f726418e2d1b8b47b32debb4d16b8 authored about 10 years ago
enable/disable coffeescript now registers/unregisters editor, fixed disposables in ternjs-autocomplete

5e1b92f47ccae9664174629da06b6744350b2b7c authored about 10 years ago
check for currentProviderIdx; unregister provider correctly; added coffeescript settings

ade00b2d82c802cfee5e96c7672c0635ce75f804 authored about 10 years ago
removed underscore dependency

7bc4227c6513bb4d1995bf40008993c7331a2dd0 authored about 10 years ago
removed client.request

2750357503092be3c173493669330cde33b104c2 authored about 10 years ago
Prepare 0.2.17 release

5d8dccd7bb724a3470ee3e428e11416eb9c7281c authored about 10 years ago
added basic settings for completion

daed276314fb2d56a797b47e4ba3dd95c087ede4 authored about 10 years ago
cancel if there is exactly one suggestion with name is prefix

66364c05a498bdcdb3a0378613683ae8ea62da75 authored about 10 years ago
register onDIdStopChanging only once

d29b885b9e0bbe9ea74028f92fd497f74049f6e0 authored about 10 years ago
Prepare 0.2.16 release

d98e16b6039c05101a056c17c2d41df6976fc93d authored about 10 years ago
moved buffer.onDidStopChanging to provider, unregister editor is now called on editor.onDidDestroy -> correctly dispose all registered events and remove the provider

660fb8a018179c232720aaa74f63a3ef09f041ca authored about 10 years ago
refactor, :lipstick:

c48f5b77e5f91bdd9ad3dec2b6b5a6efec3353fd authored about 10 years ago
removed deprecated calls

321163a103f8c1ef6b2b378dde9ed4eb3ebcd5d7 authored about 10 years ago
Prepare 0.2.15 release

bccb4cb2e78cf56a6d2ee430b1c376a3d63e2e2c authored about 10 years ago
fixes #2

48eb4ba4bfcf47249ba33553f2d6329def368733 authored about 10 years ago
Prepare 0.2.14 release

9b977141f2f2e56226a897d24436034faf0c230b authored about 10 years ago
set the documentatio view to visibility: hidden, and transitionEnd triggered

bd3ae1d13815876041b10bb4b39d3cbda0c86776 authored about 10 years ago
clear description if no docs available

241aae1810f349a195fde9154d48da92547d0cb6 authored about 10 years ago
only execute replace if str

00f6672771ffd46ab3071ab06d0cd400c17c93eb authored about 10 years ago
undo

86771093bc6ee1541f607baef0082535f718c3f5 authored about 10 years ago
using innerHTML instead of textContent, replace all newlines with br

01fa5fac2258780732ed654afb7d156f83cede1d authored about 10 years ago
get autocompletion-manager only once

19375e9369ad58c24856e42d0d60777421d2e19d authored about 10 years ago
Prepare 0.2.13 release

e9284e9ab89e1d68a92e3f6e682e44365f16f016 authored about 10 years ago
return unless the provider is active. fixes displaying the wrong documentation

8294cc60d66743b6e52c998b41f44a8690a44da3 authored about 10 years ago
Prepare 0.2.12 release

2d2a3ab4c31b46517d516dd1b91ba4599bad705e authored about 10 years ago
removed unnecessary currentSuggestionIndex

a25da716b9bf172218a6c82300a7f999b708e4fb authored about 10 years ago
updated README

715dd2cbf175f10065cec56aa52ff9482050f323 authored about 10 years ago
updated tern-project to use fullDocs

7ccd930baf2d2d4bf213848d2802b693c2601eeb authored about 10 years ago
removed console

99b883a952c610b616fe318d002df9ca98c7694a authored about 10 years ago
check for manager before calling cancel

fa7a7332442d4b818a741a35f38e0e4530ed6eb4 authored about 10 years ago
Prepare 0.2.11 release

ec721bfb6eb3403e3a1fec679b6b1e70b3f880ef authored about 10 years ago
fixed function call

8b26c38a37aec14e7a84faabcebf33eca03b4289 authored about 10 years ago
Prepare 0.2.10 release

86cf702a3742eb45e4ed0b2a3ec8a909d09e28d0 authored about 10 years ago
improvements for documentation

fbb2041d2823a0a78ecbe7f9b0dfab773fe214b0 authored about 10 years ago
check if editor

98f95c008c420b87ea3db14d3312eecf8e8716a2 authored about 10 years ago
performance, bugfixing

762a5ae73fac96e8d4680876cd14c4e5931e6071 authored about 10 years ago
dispose correctly

744a1080fc96441a90c75d7754f12aacfc69e46a authored about 10 years ago
use the correct provider in callPreBuildSuggestions

88536942c1db48d852607bf7b16f481099f9193a authored about 10 years ago
Prepare 0.2.9 release

ebbaaf0647df046d8e3d8a2bbe30b34cf33d911c authored about 10 years ago
removed vent-kit

7531f999f83e8ab4a7bf5f1e4437e708973139d0 authored about 10 years ago
Prepare 0.2.8 release

77eebc20effbe212a4ee4292cf51a224ec6ba4fb authored about 10 years ago
updated README

c5ebf59884c8dc07b3a9b06197de44e8a7113696 authored about 10 years ago
Prepare 0.2.7 release

e7001eb23a68fe9ae2833440219a359fd41259fb authored about 10 years ago
updated README

0ac94630f1d718c7ef67a0c604e625d4508da458 authored about 10 years ago
added documentation, cleanup and bugfixing

533bc1eb6a3c47d7858ccca0fe58ddae726706ff authored about 10 years ago
Prepare 0.2.6 release

9c397a815e88f1f650904d4b35e138276fc00f9e authored about 10 years ago
updated README

861bf6fd39a5ac01744a64d9ebb3773841442566 authored about 10 years ago
added shortcut to force completion

b3ed8009d23ff3b41dc9720830d2e0007c1ccb67 authored about 10 years ago
use absolute paths in .tern-project to prevent tern-server to register duplicates

ee6a0e3e999f1f0c18dbfca24208ead45a57b8f6 authored about 10 years ago
only show find defintion in atom-text-editor

8a97b5ee145812b30d7092a622990c9e62c680a4 authored about 10 years ago
added shortcut for 'Find definition'

b1d50c06cdac35af3a500d0ba91554727781d5c4 authored about 10 years ago
cleanup

87e5ea279a1d436c8e65ed358fd158842bb71103 authored about 10 years ago
using atom-workspace for now

059016905805219ce441b0aef8667ab063fd474b authored about 10 years ago
Prepare 0.2.5 release

5be402fba49147a420582c7237f75b94b1a78e80 authored about 10 years ago