Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/autocomplete-plus

:lock: View and insert possible completions in the editor while typing
https://github.com/pulsar-edit/autocomplete-plus

fix indentation

ad85e735c4f82a395c6ed5dfbc99cb09a20d8465 authored over 7 years ago
remove unused definitions

69c2aa7e05fc59d84d2a7ae7c1c792e63b3d661f authored over 7 years ago
condition subsequence provider tests on findWordsWithSubsequence

925cae058125c02085540cd60e363c56faf7e094 authored over 7 years ago
refactor subsequence provider to imperative

aeeb0a81b354e37cc65ed2eb941d67f08556dc07 authored over 7 years ago
unfocus test

0dc7965e9e489e3e176439605e3fa2f38a58bab0 authored over 7 years ago
finish a few remaining items

- remove babel from new files
- limit search range in large buffers in subsequence provider
-...

19275e3aefd1071868ad71b1a37162bae806aae6 authored over 7 years ago
Prepare 2.35.11 release

db526b4d212ecc189364373267782f3bbb6292d3 authored over 7 years ago
Merge pull request #893 from atom/dg-make-similar-suggestion-removal-configurable

Turn off similar suggestion removal by default

770fc99d83ce0418e747493563ad91cdd638c0a5 authored over 7 years ago
:t-shirt:

ad2479f3e6cddd7405ff3cc1daa7de1346e1f456 authored over 7 years ago
Merge pull request #786 from ghost/ln-update-reame

Update README

e154c74d3e617b4284e1d5d7803ddd54885ebb47 authored over 7 years ago
Turn off similar suggestion removal by default and provide a config option to turn it back on. Fixes #615

5ddf676fd3742cef43f556fce62d4b0f10214637 authored over 7 years ago
add support for locality bonus and strict matching

b5bc150e902fe5eaa85c430b8d9e1a348a3df3ef authored over 7 years ago
conform to standardjs

4745212ccd26fe5dd7c5c6e149b7f78d4e7556a5 authored over 7 years ago
make naming a bit more consistent

dfeed220e6eed30645bd5d526136d043930da901 authored over 7 years ago
remove words under cursors from suggestions

I also fixed the tests. I thought Atom was using jasmine 2 for some
reason. Not caffeinated enou...

28ae1f35829055bcdf75bc45fdd4c6d7d7ffdd0f authored over 7 years ago
re-use the same text buffer for config suggestions

bbe3bd8c5618556cd64cd7d19f9fe8b92e366d12 authored over 7 years ago
add missing done in test

a4a48b6b6a64ef1bd2b2167971f4d686218cfecd authored over 7 years ago
port over remaining tests from symbol provider

4ff54f70a381227a127ffb8ffeaddd28ddefe491 authored over 7 years ago
Prepare 2.35.10 release

06b99dc241df1b5cb1a7d7242a7bcf43ca0f0288 authored over 7 years ago
Merge pull request #887 from atom/jr-ignore-text-changes-from-automated-sources

Text changes *elsewhere* in buffer should not hide selection list at cursor

589fe5fdbf87aff2f27e5bd63bd59595f22eeb97 authored over 7 years ago
get subsequence provider working

- fix a few remaining bugs
- port over a few tests from symbol provider (more to come)

5fdcb5f61ff360f33a71d7b463b221ba02498f9d authored over 7 years ago
fix another typo

15da254d67d9d6f45a8d4a29aeb0303fbce62cf5 authored over 7 years ago
fix typo

a44bf606c7903ab6a431ab5b84bbbb6e8858122a authored over 7 years ago
add subsequence provider

This adds the subsequence provider which uses the soon-to-be-merged
`findWordsWithSubsequence` m...

b90008d05524a45e9d9495900b58c0ad34e677ae authored over 7 years ago
Don't hide suggestion list for text change not at cursor position

If the suggestion list is displayed, and the user enters a newline, we
currently hide (i.e., dis...

05d33f83613bd071fcf0bcab12743486d2336f1f authored over 7 years ago
Prepare 2.35.9 release

9e7f364ba65eeb5bd699174f064e2975e5d89a1b authored over 7 years ago
Merge pull request #885 from atom/dg-fix-test-with-async-deactivatePackage

Make tests run with promise and non-promise package deactivate

e95522ae4c01a65d66acd2757954b00573885c16 authored over 7 years ago
Make tests run with promise and non-promise package deactivate

9d4de95226629b42d7428fabed6094476e9b2495 authored over 7 years ago
Prepare 2.35.8 release

2420843d76aab02d80e6c305415aad1102d826b4 authored over 7 years ago
Merge pull request #874 from BoykoAlex/description-style

Completion description style

776f037dc214631d765dbdb8da56a561990e4ead authored over 7 years ago
Merge pull request #873 from wvanlint/autocomplete_manager_service

Provide the watchEditor method as a service

eca7b8732bdba97b07a20a9e629204f802ec1c77 authored over 7 years ago
Provide the autocomplete manager as a service

55d8728a2042171a1dc848efcaa3d980ae78396b authored over 7 years ago
Merge pull request #876 from atom/ns-build-manager-sync

Remove asynchronous construction of AutocompleteManager

b848bb0bcfde6e85d2cf1bf97d7e57b109948ba3 authored over 7 years ago
Drop use of Babel in a few files and make them compatible w/ snapshots

bceadb8ed88b666ef780c8f837e2eede20323fc9 authored over 7 years ago
Build AutocompleteManager at eval time to include it in snapshot

8ff9856b4cecc35b47478f4c53cff3e863fd6728 authored over 7 years ago
Eliminate async construction of AutocompleteManager

dbbbe6b1410a8a760c7598c6cc54dff31296c763 authored over 7 years ago
Merge pull request #875 from wvanlint/listener_adjustments

Adjustments to observing text editors and listening for focus

411863d952ea84303b078f15f29911dc538579f6 authored over 7 years ago
Max-height 1/3 of the viewport height

1c055c60f38c159c8bdd6d131328dbb7f55985e9 authored over 7 years ago
Adjustments to observing text editors and listening for focus

85a183200f56736c918df81e19d487bffc2b9490 authored over 7 years ago
Merge pull request #872 from wvanlint/labels

Labels for autocompletion providers that editors can subscribe to

8a6731ca2261f81257dc5ec5890ad4d16c9ab365 authored over 7 years ago
Labels for autocompletion providers that editors can subscribe to

e4001bb8035934bc4791eeb112c4765ae8686882 authored over 7 years ago
Keep documentation white spaces

3ca5cc9258cf3f5e0bbb8ee55a2a2779378797cc authored over 7 years ago
Completion description style

f40e196b8a06eb314265987c5edbbeeef84e0ed6 authored over 7 years ago
Revert observing all editors

This reverts pull request #676 in preparation of providing a service
that can enable autocomplet...

9725274cc2e0afaeb9b8b2ee5b3299b6024846a7 authored over 7 years ago
Revert "Merge pull request #864 from wvanlint/observe_providers"

This reverts commit 2e27be8f22199442d6b9ea799b746fb100feff35, reversing
changes made to 0a513d9d...

4e80e640e7cd5f96937fff52cc03d20a6a88263b authored over 7 years ago
Merge pull request #864 from wvanlint/observe_providers

Listeners for provider additions and removals

2e27be8f22199442d6b9ea799b746fb100feff35 authored over 7 years ago
Listeners for provider additions and removals

7e897cd6a7956832479c702e01217fac499ed974 authored over 7 years ago
Prepare 2.35.7 release

0a513d9dbbb5099c9fe92de46bc8d7ef8219f502 authored over 7 years ago
Merge pull request #862 from atom/aw-disappear-after-second

Prevent premature suggestion list closing when following cursor

58beee8bdfa4281e5900578d0f4f2dc1053cb00f authored over 7 years ago
Add a spec to prevent regressions

78096c562a479a22938cab2b6eddae281a424403 authored over 7 years ago
Don't prematurely destroy the overlay

4995af23fca3f03a6a7e7eac59b37c40f9ac70c4 authored over 7 years ago
Prepare 2.35.6 release

2c063725393f3ca715b4e10ebfe109ef5d796d1f authored over 7 years ago
Merge pull request #845 from atom/sm-min-width

Increase min width

ef44bab775f0dc8792d2f4f47d63b66b0217af02 authored over 7 years ago
Fix specs

553645fa68e4468d8ce2bcce0ab7fc68eca15ce0 authored over 7 years ago
Merge branch 'master' into sm-min-width

c54663187602e617da016f52c4f9614d118fa970 authored over 7 years ago
Prepare 2.35.5 release

58025fee2fb055afed4b0a407c3d6a0d2c6fc2f3 authored over 7 years ago
Merge pull request #852 from atom/mb-allow-async-save-in-test

Adjust test to work when TextBuffer.save is made async

453d7c68cb7367a9f1ff0ca228b78d4754d353f3 authored over 7 years ago
Adjust test to work when TextBuffer.save is made async

99cebd9f7323636cc07a25d13672d32c87cf0b32 authored over 7 years ago
Increase min width

59eedcae23da26bcb6a2e4d64e1364df5ccb6889 authored over 7 years ago
Prepare 2.35.4 release

9506a5c5fafca29003c59566cfc2b3ac37080973 authored almost 8 years ago
Drop unnecessary requiresGutter method in spec

be246be3e679273a626386da600891f6a2c4337f authored almost 8 years ago
Avoid using deprecated TextEditorElement.rootElement property

f70541bbf42eec367cb6c4881c8b75db534cda21 authored almost 8 years ago
Prepare 2.35.3 release

24b35277ca8a9693e7884a3c2a2a006dce3ef6ba authored almost 8 years ago
Account for editor position when calculating fixed menu position in test

90f009458cb4de9d6266544904d927f2e7af4ff4 authored almost 8 years ago
Prepare 2.35.2 release

94630b2a05ccf2d7b2370fca37d44a63a05dc9d4 authored almost 8 years ago
Merge pull request #835 from atom/sm-z-index

Raise z-index

2fd1132da65e9adad7b802534b1f00689af212b4 authored almost 8 years ago
Raise z-index

b1710ba0b40778395c1dac05db41bc39ebbdfdc0 authored almost 8 years ago
Prepare 2.35.1 release

67c0641693cbe9fccdfe279533b4f09c1a2d8883 authored almost 8 years ago
Merge pull request #827 from atom/jf-fix-suggestion-list-width

Allow suggestion list to use 75% of viewport width

00e3626a656f6f7219502712be5c10c502a27d26 authored almost 8 years ago
Prepare 2.35.0 release

f07db14d979600b5fa1d4a357c1bc67b5072673d authored almost 8 years ago
Merge pull request #826 from atom/as-remove-custom-elements

Stop registering SuggestionListElement as a custom element

3bbac67cccbf30faf93d1f7114ecf2d964b42438 authored almost 8 years ago
Add scrollbar styles back

83df86b415c802068884f0e72b026aa0f87dc7fc authored almost 8 years ago
Change the list back to an inline-block

c5bbf1513be074029708f280e06a501c3981292f authored almost 8 years ago
Add max widths to each column

19f68fe36aebd8cfd8bc1b065baadbd64e7fb694 authored almost 8 years ago
Force long descriptions to wrap to width of siblings

d34cd9bad96b210efdcaa7055f135621729ac70b authored almost 8 years ago
Allow suggestion list to use 75% of viewport width

- Restricting to 800px is unnecessarily small on large displays

d9ca515afe979462c5e091d86de2ffd9f783b8c6 authored almost 8 years ago
Fix lint issues

dc970542d7d781766c656fc2c3b87fb18eb486ba authored almost 8 years ago
Require more files eagerly for faster startup when snapshot is on

ced034f7c420a9a3bdd8ec8fbbec64b1d87b82fe authored almost 8 years ago
Remove custom element registration

67cbb5bab572d5b219ef41dc329b17f6bb91544b authored almost 8 years ago
Call didAttach manually instead of relying on the DOM event

309531636cad53fbd15d2f57593fe12b541daa58 authored almost 8 years ago
Add/remove autocomplete-active class when creating/destroying the decoration

32874c74995b8731ed50e7c60923f0cbf709fb26 authored almost 8 years ago
Render list on SuggestionListElement creation

392e108f3fa016bf744a876ab9a6f2bf115e97a4 authored almost 8 years ago
Require AutocompleteManager eagerly

...so that all the files belonging to this package can be snapshotted.

62d524759ab0bb5c51677c188760ce79499cbf0f authored almost 8 years ago
Start removing custom elements traits from SuggestionListElement

cc85e9b1703dad1e86bd47d54d623033fc7f0316 authored almost 8 years ago
Remove babel from SuggestionListElement

998e0f5972bc397c016eb1706c1e086ea084c795 authored almost 8 years ago
Don't register a view provider for SuggestionList

d00b062a3a4519b052a9e1f05f1a0d54e32626e0 authored almost 8 years ago
Merge pull request #825 from atom/jf-reduce-default-activation-delay-to-zero

Reduce default autoActivationDelay from 100ms to 0ms

4326bcbbd1f22abd303e4710e1f1fbdf740b6ea1 authored almost 8 years ago
Reduce default autoActivationDelay from 100 to 0

- In retrospect, this is premature optimization; the API is promise-based, and providers should ...

5519a46db1510878d001ab4148416a09463f849a authored almost 8 years ago
Avoid querying destroyed editor in SymbolProvider spec

8306c975ecce52a759c149a9110586dc999587cf authored about 8 years ago
Merge pull request #809 from atom/template-update

:memo: Update issue and PR templates

e834b0a90e85a619e73efb17ac253a11c4da551f authored about 8 years ago
:memo: Update issue and PR templates

13a46e7f3cd6d87a9659e027880bb3402c907d17 authored about 8 years ago
Merge pull request #808 from atom/template-update

Update issue and PR templates

10171f70bd865e963d12c707b13fbf09ee339f4e authored about 8 years ago
Update issue and PR templates

dfda2484bfe8747e11d43bf7be4c4f06ab14a51e authored about 8 years ago
:art: javascript standard linter

ba01f722e3648414e1f59192de72feaa6c3981c5 authored about 8 years ago
Prepare 2.34.2 release

92b6cefa021fe003800e522555f3d21ba763845b authored about 8 years ago
:shirt: escaping in regex

4c1d7a5f160782b8613be8ec2ec5eb690c4edc1c authored about 8 years ago
Prepare 2.34.1 release

1293bc9e4a7f15406d99a5c50f5de5bb6f781913 authored about 8 years ago
:arrow_up: fuzzaldrin-plus

665a6601633ec19c641c045fb6ed7ff8856ad0d5 authored about 8 years ago
:arrow_up: fuzzaldrin-plus, grim, minimatch, semver

58d61e27e57730e572cfc5911675c450dd330264 authored about 8 years ago
Prepare 2.34.0 release

b588e2b2bfd46553a1ec6a4b8483380050ac7493 authored about 8 years ago