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

Clean up iconHTML logic, accept more garbage.

7242eb8ccf971cdd849ff27f06ae0c1dd7023ee5 authored almost 10 years ago
:art: Clean up the suggestion-list-element a bit

477361e0d9bd1651898e0ef58543385797621cd1 authored almost 10 years ago
Support `type`, `import`, and `require` suggestion types

f224536982e140680bd87274b579008c4e1a768c authored almost 10 years ago
Remove syntax-variable defaults

They are in core in version 0.189.0

7d9908dd91e7b524300c88b30e14e0e429acc767 authored almost 10 years ago
Allow iconHTML == false to not display an icon

cf7aa77a3233dec09298e54da115e2963287e246 authored almost 10 years ago
Fix specs

6bedc6c5cf41fb83883f016092ce6b2704083efc authored almost 10 years ago
Add fallback color for undefined types

39bb48f8a349378b12e8a2ba174c7bc623d1457e authored almost 10 years ago
Fix intermittent 'margin' on the icon.

b2c345cf75cb27a70e480545bb1f414bb62a1d28 authored almost 10 years ago
Merge pull request #340 from atom-community/bo-ref-count

Improve the realtime word addition

ce057ca84dafcfcd08b6e45da24e5b54602fbff3 authored almost 10 years ago
Specs for label rendering

bf5cb3feb9f63695c5f5596626ac0dca67be3b58 authored almost 10 years ago
icon -> iconHTML

cceed9f5f46d9315e7b7beaf70a9eb7aa24acfd6 authored almost 10 years ago
Do not render icon HTML when no icon

690e59d0673570030ea88776ea121c84ebb56046 authored almost 10 years ago
Remove suggestion type as right label

46cb5328239255cde1922436fd0152bacba528a1 authored almost 10 years ago
Add builtin and use the keyword color

648cc635a1700f9f307ba5782cdd3efc531531a9 authored almost 10 years ago
Fix specs using old label class

2ab0545484b80276b325c499ea614972ceaf2abd authored almost 10 years ago
Fix suggestion interface for suuuper long suggestions

c45f987e605e3b280779155a9699c2e668ffab10 authored almost 10 years ago
Add left label and reorg suggestion list layout

18c4877595bc23df12d1bb4c3d6c8e4ee97b3c56 authored almost 10 years ago
Choose suggestion type colors based on syntax variables

31c1b97602fc8b07502b1a1121bc25d1fe0cc1ef authored almost 10 years ago
Add .instance.type to class definition

50b65e2e7a3892cb7b22e957fca54049cfd8a4ee authored almost 10 years ago
Add icons for the snippet type

64a520abeb6870d3ccb8b257525ddd8da58bc0df authored almost 10 years ago
Remove differential token store

f9ff1e1e0b9db6fe400635908f870dcde542b277 authored almost 10 years ago
Remove the symbols array.

Dont need it anymore!

e57cb5f27991590e141c5c34b49f535e157d14f7 authored almost 10 years ago
Remove BufferPatchHelpers

No longer needed with buffer.onWillChange()

692901c7772eb98edd7b51fc91a68341322ae853 authored almost 10 years ago
:art: Rename some vars

ae235dfd5307c02e1504e9335dd89fa6efd22164 authored almost 10 years ago
Finish and integrate SymbolStore into SymbolProvider

7661a436dcc1690701195b2fc23dc33ddee0d7b1 authored almost 10 years ago
SymbolProvider uses the ref counter

377a3f802d9a57ab9b89b58d23064d46a5833707 authored almost 10 years ago
Basic SymbolStore works

6f86ce3d6d7453662f0a1f5ade25c06b09fcfa72 authored almost 10 years ago
Remove spec for #63

No longer necessary as the fuzzyProvider specs cover this case.

1d15ae6f2c042dd8be9061f84f272a86f0c62973 authored almost 10 years ago
:memo: Add change event handling comments

f75f5d51be9f8a3bffe0b5edcd65db556d899fd8 authored almost 10 years ago
SymbolProvider will now pick up all source tokens

ac1121dd80128e073837606234ce7a7f35f35840 authored almost 10 years ago
Add differential token store

This is considerably more efficient than removing all tokens onWillUpdate, and
adding them back...

ceb69b9aed87301ba49fc3f636523dbb10d05301 authored almost 10 years ago
Update engines field to atom >= 189

Atom 189 adds an event method to textBuffer the symbol provider
requires.

4671c7f90219956318dd127d806bd4cd57e0e6c1 authored almost 10 years ago
Allow tokens with same key to be used ref counter

df75341441e1d32890a7bf044b72445dfa92b5f3 authored almost 10 years ago
:art: remove junk from the SymbolProvider specs

42bdf1fd67f48d6b1af61cf68e06a15542885fda authored almost 10 years ago
Add another spec to the reference counter

9c5f3ae0954cb730f5a58e5f9f1e58520e575cee authored almost 10 years ago
:art: Clean up the updateRefCount method

8da54bef79976e3a868392f4522ec0a8aaf80161 authored almost 10 years ago
Fix specs

f922dd009159fc4ad911135c7e8f14f2b554d35b authored almost 10 years ago
Rename symbol -> token for the ref counter

00c179631578185b47cfcbcb2028aacbf59aaac3 authored almost 10 years ago
Fix css spec

New ref counter has different sorting semantics

b2e1d5b049d693a11f6583f18de0b556d5356757 authored almost 10 years ago
Add spec for the removal of words from the buffer

c2a6938939ddcf52ba0e7778bce557c0d34a50f7 authored almost 10 years ago
Fix fuzzyProvider specs

28a33083bbb4aaeac8bcbf322ce2f9354ff22fdc authored almost 10 years ago
Add editor check to find suggestions

b030d53e59df407f8154fc4ceb97ce1fa1896530 authored almost 10 years ago
Move select next/previous specs into custom provider section

2e6e5ccd477583550ced057f73db218a7a4749f3 authored almost 10 years ago
Check wordlist length

Now it always exists!

d9615eccb3becd1e71de921c66835d5b0bb18cd9 authored almost 10 years ago
Ref count words in fuzzyfinder

Much better suggestion adding when typing.

91cb190571013d812dbffeea5092228479f3007d authored almost 10 years ago
Use atom.views.updateDocument to update the suggestionList

4e70b702fce67a696e3f7a98843eb736d994f2fe authored almost 10 years ago
Dont return the prefix as suggestion from SymbolProvider

762e85a5853b7c9d9d6eaf2f208de8f4e84d1c07 authored almost 10 years ago
Make updateDocument and readDocument sync

4ba0f9377934368ef072cf51304c54269a14e4c8 authored almost 10 years ago
Merge pull request #344 from tinloaf/master

Remove Duplication

8cdf4c1849c7891668bf0fcae4e280c9822e4f9e authored almost 10 years ago
Remove Duplication

7a979a2b543372deefc2454ea48cd063235859d4 authored almost 10 years ago
Prepare 2.7.1 release

65c7fc0053beb93b22640b4e29fa7dec6e5e2587 authored almost 10 years ago
Merge pull request #343 from atom-community/jf-suppress-activation-for-classes

Suppress Activation For EditorView Classes

68b3cc91252ba81b503d694ec50f360f4ec41bc6 authored almost 10 years ago
Remove Redundant Checking

5f06a584b9634196ce16058038a96823ab93573a authored almost 10 years ago
More Tests, Tolerate Whitespace

3cc62f3e2a8ab020c6b0aca29e23f727620c025c authored almost 10 years ago
:art: Rename For Intent

9a28e840ea9f443dd32a2da74a42f4ef9592af3e authored almost 10 years ago
:art: Simplify Transformation

94e89c3cffa51b2d99589f8e7608588526b99d66 authored almost 10 years ago
:art: Rename item > classNames

4c20eba8fb6a069458ef8b664ae52cc4c5d8f159 authored almost 10 years ago
Simplify Check

962622ee8ce835cdd6912aa6d5d1bddc6c00e011 authored almost 10 years ago
Move Tests, Change Defaults For suppressActivationForEditorClasses

dcf9a52403c432640a10fe8ea2b485c4407f8e57 authored almost 10 years ago
Implement Tests, Fix Tests

20b9a22ef6688e534330df6d3a4697d9bd0f5c94 authored almost 10 years ago
Require All Item Components To Be Present

63ea9fdfb34662f5916eb49c2bc65adef9c6d936 authored almost 10 years ago
Suppress Activation If EditorView Classes Exist

- Fixes #297
- Fixes #74

4aaebd41e541d13d062cb9d3b816c76746476167 authored almost 10 years ago
Merge branch 'vim-mode' of https://github.com/evindor/autocomplete-plus into suppress-activation-for-classes

# Conflicts:
# lib/autocomplete-manager.coffee

04ab8a8c403d1233296e72e8d1037105379f5314 authored almost 10 years ago
Prepare 2.7.0 release

d721d5b84a5bbaddd815c0f163b4ea097c6e5abf authored almost 10 years ago
Allow replacement when the `replacementPrefix` is empty

079762f632f0ba71ef6911ee67faee1f9ef8441d authored almost 10 years ago
Remove log statement

f8356b740f7918adb3c8bc07d1f18d4dfc9dd27f authored almost 10 years ago
Merge pull request #338 from atom-community/bo-suffix

Replace suffix at the cursor when it matches the suggestion suffix

85681db60f97eed78644d029b27b8d8040d043fd authored almost 10 years ago
Fix issue not using correct length

6426e011c0b9d16a1d9d482f5d184029709dd53a authored almost 10 years ago
Merge pull request #337 from atom-community/bo-strict-match

Strict match filter on manual activation

be12bae19b667df2361f4577dda90fcacf572f1d authored almost 10 years ago
Replace suffix at the cursor if it matches the suggestion suffix.

b3d5172b9ff0e0f47f8fe3f9ddb3917cbda8907e authored almost 10 years ago
Move the accepting suggestions specs into the custom provider section

c922ef1145e28f15f10501d0ba5a4f4af24b294d authored almost 10 years ago
Strict match on manual activation

Closes #332

85e05e409681439d79942db13829a086abae0f05 authored almost 10 years ago
Merge pull request #327 from atom-community/bo-manual-activation

Improve for manual activation

c7571a7b7c8043d33be6f3a1a4a373d74150cd7f authored almost 10 years ago
Confirm a singular suggestion when in manual mode

7e5237f28bc3f393f53946093068e6daca55ce97 authored almost 10 years ago
:art: Clean up logic in activation

93d4bb63e8fc05af23c74763096e4b2b27275188 authored almost 10 years ago
Keep manually-opened suggestions open when typing

935a6e2f1147843f0b61ae5743e65a512714d3a1 authored almost 10 years ago
Merge pull request #320 from atom-community/bo-fix-replace-prefix

Only replace replacementPrefix when it matches text before cursor

b07c3598b8986982e6cfe17b1e9e21829d5b673b authored almost 10 years ago
Add return

Dont want to return an unnecessary list!

c5ad9e4d0b074b657c38d3a444fd871a7a162a4b authored almost 10 years ago
Only replace replacementPrefix when it matches text before cursor

Previosly, you could add several cursors, trigger autocomplete, and it would
replace prefixes t...

76d5573354ae917e497a982b4dfe673576055d86 authored almost 10 years ago
Merge pull request #326 from atom-community/bo-better-fuzzy-provider

Make the fuzzy provider better

c53ec2424dd38d01468c909c2af353b017c21a5c authored almost 10 years ago
Remove colon definition

It matches colons in regexes. WTF.

1e9743982d3f8fc1c6a7da7d7f9ff4d77bb2201f authored almost 10 years ago
Add more non-word prefix chars

7b1ab376cc9e1f7ef11d87313b61efd4a8bfc862 authored almost 10 years ago
:art: Clear up the fuzzy provider word regex

e735de4fc7120480ed9a5be7cdb58bbe6f442bdb authored almost 10 years ago
Generate a better prefix

c2d861e8d46559b9a65ea5b00c5b1a274b69417d authored almost 10 years ago
Debounce word list generation

dbb0f125850ce32cd4e66ba242e8e02726139d4d authored almost 10 years ago
No suggestions when prefix is whitespace

1d94f56e3888176c2497e2c763116fa537a2804d authored almost 10 years ago
FuzzyProvider must match the first char of suggesion

FuzzyProvider had a lot of garbage suggestions when allowing matches anywhere in
the suggestion

b715fb54013967f19befba26930b37c687f0287a authored almost 10 years ago
Remove junk test

6ff1fdc0b7f3046381029f044034ce19071ca29d authored almost 10 years ago
Merge pull request #325 from atom-community/bo-scope-chain-error

Throw better error when scopeChain is BS

d687a4d227f77f5b3ac8f92d686ef62f80fcb4a8 authored almost 10 years ago
Prepare 2.6.0 release

755f8ea047124b6758c66a2597bf7011c61283b8 authored almost 10 years ago
Add more checking

f96c938284e1e095b352a244e097ba51d3e8643c authored almost 10 years ago
Throw better error when scopeChain is BS

d38851e054c7bd47dbff0a70b061c5f08999bc44 authored almost 10 years ago
Merge pull request #324 from atom-community/fix-bracket-matcher-issue

Attempt To Clean Up Bracket Matcher Accommodation

a7397ab5743a74cf1ea90fcee99f3c210d47f42c authored almost 10 years ago
Don't Do Unnecessary Work

1ed7d6c538a30374beb180393667f9f81f9dfd7a authored almost 10 years ago
Fix autocomplete-manager-integration-spec

012dd7b88260e959c80fc4fe9ceb27617a79e79e authored almost 10 years ago
Fix autocomplete-manager-async-spec

ad41caef762ab843d048f904886b98b39b89cd2d authored almost 10 years ago
Fix 52-spec

27de878ea0e2519745bc4e1370c909e7c2a4bf5b authored almost 10 years ago
Whitelist Space

9f2398e50e406d4ffe8e5ac1de86d2e378d2b28f authored almost 10 years ago
Remove trim(), Break A Bunch Of Tests

0dc250f4ecfefd32cb40686d94edea535c0b9a80 authored almost 10 years ago
:art: Clarify How Activation Occurs

bb2e257b5b4bbdf301c7f633b325c006a5c1d501 authored almost 10 years ago