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

Add a max width for the suggestion list.

This way a long description wont make it huuuuge.

3857d12d17b3e0c642e16d0d4240752d9afc115a authored over 9 years ago
Prepare 2.15.1 release

54b5be6afbf6d345403860fd74f96ae631c80250 authored over 9 years ago
Take over the ctrl-space keybinding

Closes #450

14608e58d41a3f119e55ac90657c80a74cf7124a authored over 9 years ago
Prepare 2.15.0 release

58805ae0247bf60f8fed556e267cdd2141d72cbd authored over 9 years ago
Default includeCompletionsFromAllBuffers to true

df61b306f5883c4c6897e391c29097e23d1505c5 authored over 9 years ago
Merge pull request #445 from atom/bo-symbol-default

Make the SymbolProvider the default

535f4e3b4f8bf7eb542dffdf4628f41176b1bbde authored over 9 years ago
Fix specs in current released atom

d14585fd93a4951b21e710fcfb88b4e55c088744 authored over 9 years ago
Check that the items are not null

f8f1c0c3793eae4c76b4ac933e90026b723c64ae authored over 9 years ago
Move issue specs into integration specs

01cdfa70d54034edb8045847f79169104a99298c authored over 9 years ago
Default the default provider to SymbolProvider

d3e591903ce5f21d9b25ece395cd2364eb97fd3f authored over 9 years ago
Prepare 2.14.2 release

dc4cd9f2cf57e5b57e3488a45acb062a0936856f authored over 9 years ago
Dispatch on the editorView

2483244693b1b9016e979728548d9dfc3ddb7581 authored over 9 years ago
Null out the items when we're hiding the suggestions list

ddfdea465cf2111315a6e560dbc6e9f47be01178 authored over 9 years ago
Use a node pool for autocomplete suggestions

2d9b9908968891ad95377abb29108bf90285e8eb authored over 9 years ago
Prepare 2.14.1 release

a727835b6b6e61bd49b70022bda4fe768d59866e authored over 9 years ago
Move atom-community refs to atom org

f9b338df92ecad4b85111fa738061d19ff08b67f authored over 9 years ago
:green_heart: Mock deprecations so the build doesnt fail

2cf6d83c3d4ae8486e938d3f4719c455ed7499c8 authored over 9 years ago
Upgrade dependencies

53773e8517fcbfd61e7b41e244ea39e269c9d0cc authored over 9 years ago
Prepare 2.14.0 release

7fe3bd629c9bcac9354f1056c2cb038fd130fd35 authored over 9 years ago
Add license bit to package.json

d9e0f313caa1b674b3d47d6b6a487c2672e430f2 authored over 9 years ago
Default kaymap for confirming a suggesion -> tab and enter

149c977f5e26d1a44647e9be98d4c39483cbdf15 authored over 9 years ago
Fix corners popping out of the suggestion box

eb7a862a7f8d84504c64588e90b958910ef30d41 authored over 9 years ago
Fix specs for latest master

73b6467b801035bdfdc83f36b95451e1fa83f8bc authored over 9 years ago
Set max width of each individual span

Rather than setting a max width on the entire container, and try to adhere to
it, I'm setting a...

a262af698585d16d1fca1cd868eb5d15c992c25b authored over 9 years ago
You're It @benogle, Only SymbolProvider Remains

b30ea97a011cc05b3c03aee0dc41fd8297aa9254 authored over 9 years ago
Use Builtin isString

679b52372876750798cc02295036f8ea3a60726d authored over 9 years ago
Fix Test

e22e44b270e51dc4254bba2f15bcf58dcd8fa6c6 authored over 9 years ago
More Underscore Removal

4baf2218d0a008c4ed2d9bc5bf7ab6d9b9566e96 authored over 9 years ago
Prepare 2.13.1 release

3331a873172f5a00b2cf835d9c8a9eea58149c35 authored over 9 years ago
Prefer suggestionPriority, if specified, over specificity

specificity is used when suggestionPriorities are the same

6c33df90b9b34d8de6f36b957e52aad8aac180df authored over 9 years ago
Prepare 2.13.0 release

c9ec13ca6f2bf8d53fc4c559ec027ba7880a0aa9 authored over 9 years ago
Fix specs

Composite disposables now use a Set

146935e73a02b6910d3002cb3fce891d51dd0579 authored over 9 years ago
@benogle Can't Have All The Fun

5418fe5a9d86c67b8f425e5c488b76ca0078ed7e authored over 9 years ago
Add selector and pseudo-selector types

They use the attribute color.

01fa7e28428dae6266a18c66363939c025302c40 authored over 9 years ago
Merge pull request #442 from atom-community/bo-startup

Make startup async

f010235939a68f53668d1a36864e20a907f9174b authored over 9 years ago
Make everything that uses an autocompleteManager async

52bb7a62cd04170558948ed0468a581590e0bbf3 authored over 9 years ago
Make activation async

032e33cb17c2e29f97b2ed20cd411a9ff40b90c8 authored over 9 years ago
Remove underscore from AutocompleteManager

a4ae8f09b77777b87240ea51f696a97aca73a516 authored over 9 years ago
Remove underscore from activation suppression

389fba9146978e4a34eb32220e7348ea33a85944 authored over 9 years ago
Accept a detail of `activatedManually` to not accept the first suggestion

65f5b52532eb3956d3c7c865048f28e8ededdb6d authored over 9 years ago
Merge pull request #439 from atom-community/bo-filter-sug

Support `filterSuggestions` property on providers

e2ec68c1e917aac135ec8d6f9cbcf2ff98329d0a authored over 9 years ago
Add sorting to filterSuggestions

Sorting should mostly preserve the suggestion ordering passed from the provider.

ec756197fe8ee9f2c2c64cd843c1632d0a85f570 authored over 9 years ago
Support `filterSuggestions` property on providers

e12ecec6cbcccee25dc2616b925c45e601548c45 authored over 9 years ago
Merge pull request #437 from atom-community/bo-small-fixing

Fix small things that came up when updating autocomplete-css and autocomplete-html

7fda80d3da52d032d927846a77de266d864dbaa0 authored over 9 years ago
Make description wrap again

d80cf3c5e570548770d82e2395558350e9c3ff4f authored over 9 years ago
Attach to the beginning of the first supplied replacementPrefix

b9dfaabe478bfb2f5bc65bafddd2f480d72f8980 authored over 9 years ago
Allow for snippets as well as text

8676568292044c25c1009cfdaca6e752bd9c3241 authored over 9 years ago
Merge pull request #435 from atom-community/bo-remove-junk

Remove some unnecessary things

329f42e676b238abbca9fe1a11ed2811f2a81f31 authored over 9 years ago
Merge pull request #434 from atom-community/bo-move-symbol-config

Move symbol config to autocomplete.symbols

adf027c24d355f2a81534688b07f4a06da5e1b5f authored over 9 years ago
Remove maxSuggestions config upgrade

d1f70d4b1d9a5bb9538acdb7907f61e29b260bd4 authored over 9 years ago
Remove lang-css specs

These should be tested in the language-css, and autocomplete-css
packages.

92b7ab065e6754409b7a89df106f7ad930d8e156 authored over 9 years ago
Remove legacy config addition from config loop

bdf96c9f09013343f7610f7baed221dcafa3436c authored over 9 years ago
Move symbol config to autocomplete.symbols

1f8d38ed268016ceabf49a5c904ad79899719c52 authored over 9 years ago
Reverse the config entries for editor.completions

They are returned in most specific -> least specific order, and we want the most
specific to win.

637d2426bad1216120952fca470700aac06cf6be authored over 9 years ago
Chocolatey Will Require -y Switch In Next Version

bfed07cb8b7a5f856f4e1c486abb07c13e340de3 authored over 9 years ago
Merge pull request #421 from atom-community/bo-fix-flay-spec

Fix flaky spec

c278cd15cdf778e8865f7b5c88cd6bf78e8a2728 authored over 9 years ago
:art: Lost -> Lots

89c5d03934c0927aa66ea20a0f79351a69d1bbc9 authored over 9 years ago
Fix flaky test for real

8771e3fd35697f44346b77a70ab78469e5fa0030 authored over 9 years ago
Fix description spec on windows

10216364f9367bc65b08b23884ce1728ec9c88ba authored over 9 years ago
Attempt to fix flaky spec

07c5b47e9f3c4a4ca86a2267031a9783d29895f0 authored over 9 years ago
Fix the other specs

See #399

b37018cbd2069012ebfbde60e9e44c1c59c351cb authored over 9 years ago
Merge pull request #418 from atom-community/bo-fix-desc-len

Set suggestion list width to width of item with longest description

2d48e015d86d04cb3eb525ec3d3ba7e2b4c7a1aa authored over 9 years ago
Prepare 2.12.1 release

429564ae7973043d8f2d02aa54d794ec898bac3f authored over 9 years ago
Merge branch 'jf-change-backspacetriggersautocomplete-default'

72509315946b2c163e735045965bbd61fd4f3368 authored over 9 years ago
Default backspaceTriggersAutocomplete To False

- Fixes #419
- Makes @benogle's day

12c7fbc8a11761657607244da3b84b6971aadb7e authored over 9 years ago
Revert 27eb3fb96920d45ddf5bbd6b62350fda28e328a5

9ea8106c6f2263aa5442271384210fc491958af3 authored over 9 years ago
:shirt: Parens Around Comprehension

27eb3fb96920d45ddf5bbd6b62350fda28e328a5 authored over 9 years ago
Fix suggestion list width to longest description

Otherwise the suggestion list will resize when arrowing through the suggestions.

7657c45e2631c897e406a69e8587654c8731fb55 authored over 9 years ago
Fix Deactivation Error

17e892a5d27cf7906018ad3ae3a9f4bd1715ed85 authored over 9 years ago
:art: Cleanup

cd7aad36c471b1d432ac7d82586cd7b9a011e912 authored over 9 years ago
:art: Remove Unused Bits

3fcccbe07ef470abc905d57fb912f9b85371303c authored over 9 years ago
:art: Rename FuzzyProvider Refs To DefaultProvider

4e86dfc7998b9c3195891a8045f58295f7d4ec70 authored over 9 years ago
Remove unnecessary group

c71e4ef2f99da1644ef045ea11d52fee0431f471 authored over 9 years ago
Fix prefix generation

Apparently non-word characters `'",` etc do not constitue a word break `\b`.
These characters h...

5ad812349a36f194fc3f6e9e5517e6e6804e6d15 authored over 9 years ago
:art: Cleanup Main

6fa891b51564db9c789b6470418a3f49964fa540 authored over 9 years ago
:art: Cleanup provider-manager

71440cdf1d91ff086a069d8d71272b564c7641f8 authored almost 10 years ago
Batch the write after the read.

Uses work from https://github.com/atom/atom/pull/6449

46edde709874fef37e0c04f174b3b57cbbaea851 authored almost 10 years ago
Prepare 2.12.0 release

ccdd6cda9b2b65cd58ac846d95b984f847f8e2b0 authored almost 10 years ago
Merge pull request #408 from atom-community/bo-attr-type

Add attribute type to less styles

c4755e081b93c29e823705bc2afecfaeff229b59 authored almost 10 years ago
Correct fallback.

512bfdb1a44ad958ea6e07394cfe19e9f091d5d6 authored almost 10 years ago
Add fallback var

9ed06841e4ee866b4b1c921fd15fc155d0513afb authored almost 10 years ago
Add attribute

7ba63645317a5767cd34e49f901a901729e1f68e authored almost 10 years ago
Add icons for tag and attribute

a0c7060dfba7a8f8442d1ae5d3207a8864dec0cc authored almost 10 years ago
Merge pull request #407 from atom-community/bo-display-text

Accept `displayText` property in suggestion object

1d5824797a01bb18a9920064e8a375eeb8abd648 authored almost 10 years ago
Accept `displayText` property in suggestion hash

efebd1eed8fa5dcb7eba9c602721129908292206 authored almost 10 years ago
:art: move the return to the top of the method

b559df199e9fff337d024d216742dd63f9f57f1f authored almost 10 years ago
Handle path renames when symbol does not contain path

Closes #404

d89da435b8c028ac569bd9134d24fc0227b8abb1 authored almost 10 years ago
Merge pull request #400 from atom-community/bo-mini-perf

Some performance fixes

266aca1af4d0daa9e0ffd6b27e3aa4a99ed72966 authored almost 10 years ago
Remove the disposables.

There is an error when disposing disposables after the callbacks have been
called.

7aefc013461fa7e8a23881bb7425755ff6b9c2a2 authored almost 10 years ago
Update the UI after doing all the reads

b5c00854ca2a2f382b68568a2b71c5c88fbb6ffb authored almost 10 years ago
Merge pull request #406 from vially/patch-1

Update docs to use new core:move-up/down commands

d177d6ab27ab27a1bd7b34db0201f0d9ef10c49d authored almost 10 years ago
Update docs to use new core:move-up/down commands

3f6250051f47d8e8f4c6b843b03251ffb4a50290 authored almost 10 years ago
Prepare 2.11.0 release

0cea9e1921f8aeea15c56928eed56960d0796389 authored almost 10 years ago
:racehorse: Use atom.views methods; do minimal work when selected index changes

561fc87c2555d32a3bb33a4c37ec5357e4fdfe15 authored almost 10 years ago
:racehorse: Make the description single line.

50731c5a19d04454734e96ead14ecd54aed042c8 authored almost 10 years ago
Cache the itemHeight

e85f8048a02939a591bae590a24e30d57e7c9e71 authored almost 10 years ago
Force description width on render.

Without this, it will frustratingly resize and move around when
scrolling through suggestions.

38d2408b839e1c7e902476d692250518111884e5 authored almost 10 years ago
Merge pull request #396 from atom-community/jf-bo-enhance-snippet-display

My take on Tolerate Escaped Right Braces And Empty Groups

5cf69e2935d0f081a0b7b592241664b8e024b48a authored almost 10 years ago
Aaand specs pass

88ced420afdee34944dac215b9f23d8027716ad4 authored almost 10 years ago
:art: Why semicolon?

e82411e359124398dec1ce1336b6e01eab0c0601 authored almost 10 years ago