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

:art: I dont know englilish

35ee0f09a7987d590835428883b75a8ef7ceeba3 authored almost 10 years ago
Docs

0c0d915860705519a8b9624a48ed6a927595c73c authored almost 10 years ago
Reorder methods

bc83ba8d8d62394a2989f6fa0bc1c8846d5a12ef authored almost 10 years ago
Split SnippetParser into its own file

31957d728f0447ae6c2fe70554a82ed1fe5c46c9 authored almost 10 years ago
Remove no longer needed specs

e0ee5fdc44cf84c05881d52039ef66727d7d124f authored almost 10 years ago
Clean up getDisplayHTML, make more straightforward

1830bd12350a3a04a7e738e97a7ecb960a46f93b authored almost 10 years ago
Fix Escape Char (It's Not '\\', it's '\')

a75b2a8da998cb08d43d66e112f93f6fde2b2d46 authored almost 10 years ago
Fix Specs To Test The Correct Thing

d19d60e87cfda1539fe49e32f5254069452dc261 authored almost 10 years ago
:muscle: Try To Reduce Garbage

8904e0be71178ce75f0526c2fae381558ad8b8d7 authored almost 10 years ago
:art: Remove Unused Function

c2df821b055f17a61e86b96a6348979052d3988f authored almost 10 years ago
Find Indices For Char Matches And Snippets

- ... then perform one pass over the text to add HTML / remove snippet definitions

b9859f57509b41f2059af217256223e25e91290a authored almost 10 years ago
Find Snippets, Store Key Indices

a3f130dd53bd918f4a91becdece3394f4409fdda authored almost 10 years ago
Tolerate Escaped Right Braces And Empty Groups

- Fixes #375

7e9f4e450d7bd4640fc5c8cdd8cac1fa68c76fce authored almost 10 years ago
:art: Cleanup

6912ab78cd89ed282a2240c0f99dbb855959c386 authored almost 10 years ago
Remove Unused Regexes

3da7d95e3c9a22b85e749a5bd8241df88c3112de authored almost 10 years ago
Reorder the type icons alphabetically

Add mixin.

ddf189880faae114fe3f32088e6c1d92f0621763 authored almost 10 years ago
Merge pull request #390 from atom-community/bo-track-buffer-row

SymbolProvider: No longer rengenerate the symbol list when saving or switching buffers

d48cde680ce062986ba9c0b8d52f958aac2c1545 authored almost 10 years ago
editorPath -> bufferPath

a6a4d449fc366bfa6cb72694065a00a7ddd43e79 authored almost 10 years ago
:art: Move some code around

59be799a19e1df9228ce482ddbb98acad9952d6b authored almost 10 years ago
SymbolProvider handles path changes

872fe6cdb761a1313464229e9116238637f69c6e authored almost 10 years ago
Destroy the editor subscriptions on editor destroy

668811582c5747d38985050711f991efaa40e876 authored almost 10 years ago
Handle splits and editor/pane destruction in SymbolProvider

351147871925e95ff4c94474c2665fd7e138117c authored almost 10 years ago
Prepare 2.10.0 release

d467b752a286e7e42e9e76546f107203b7cfc053 authored almost 10 years ago
Never regenerate the symbol list on an open file

This saves a lot of time when switching buffers and when saving.

2f189667684a9f8869230bd85be08652336f076e authored almost 10 years ago
Merge pull request #378 from atom-community/bo-symbol-config-update

Config API changes for SymbolProvider

dff0c8baafd1e643382cd98178c38292798861da authored almost 10 years ago
Allow clear to clear just one editorPath

410ed2f37320d3b30a0b7041dd9b60ce3f936142 authored almost 10 years ago
Use binaryIndexOf as optimization when updating bufferRows

90db3c289fd20e9aea29ecde1036b1d8243d8607 authored almost 10 years ago
Add another test case for bufferRow tracking

d3c440854802c6a4c838e4adef28f5311fb92b99 authored almost 10 years ago
Update the symbol store buffer rows when buffer changes

551bad45963e03d28e023486618a6a4cbd566ab9 authored almost 10 years ago
Fix spec

aa70b8fb2d444687613451eceb0855e79a7a9de4 authored almost 10 years ago
Overload the editor.completions setting for new completions

2c3f59a1b725f14f9fd11fc5fe5244a39f9b6bc9 authored almost 10 years ago
Handle object suggestions and invlaid suggestions

ff55ac557bfee9a6ed6a2c2437bafb11c0f46bd1 authored almost 10 years ago
FuzzyProvider now elegantly handles objects in editor.completions

05bda4fb9a3aee83a0239f894456ec6839c5df19 authored almost 10 years ago
Remove log messages

2493a309df8c6656d5d1231bc922028966c4f06f authored almost 10 years ago
Add another spec to fuzzy provider

ea66dead93e2190fb2727e17f65981c77f346f35 authored almost 10 years ago
Support old `editor.completions` setting

21690202092f04b8c09850e828e6d365b3c9a12a authored almost 10 years ago
Accept literal suggestions completionConfig

9be5c7a35172d9637f474453e4cf5042cc9c0009 authored almost 10 years ago
`priority` -> `typePriority`

85d0b08d645b7a171799588a73324a41158125d0 authored almost 10 years ago
Merge pull request #386 from atom-community/tinloaf-docstring

Suggestion descriptions

4ba9b6ef8979bdf47700d35914679228c3ef10d8 authored almost 10 years ago
4% not 5%!

a78889a0c3198cd8d4d01903933a97f2c28e713e authored almost 10 years ago
Clicking on the description does not close the list

c93683966852445496fd90633b5b0a2ebbd894ee authored almost 10 years ago
Add a more link and a descriptionMoreURL option

532c8e163215e825371cfb6f30b23162456f84be authored almost 10 years ago
Allow for multiline suggestion descriptions

f9474c47a3745dfff7748c58b3fa381f357c612b authored almost 10 years ago
Specs for overlay sizing when description.

d6c5626608bf3959f0db3709882a328400821c2c authored almost 10 years ago
:art: Style the descrption box, rename for clarity, works with scrolling

0ba86ebba7ed2b1c24f067eb3010c81d0a9f2daf authored almost 10 years ago
Probably fix spec

422f803e033509eb69b4298bcd72405e8bff6189 authored almost 10 years ago
Add possibility for docstring display

4a789eebaa0c9268c8dfee7b4421df10e2ed694b authored almost 10 years ago
Rename

c4475edee78bca7f66fac42b5055394473fda652 authored almost 10 years ago
Add spec for docstring

927f7ff0cea94f83b37b4690c006177eec102c3c authored almost 10 years ago
Use template approach

603928a1a4f36fb3c92103058f2a797021a42c30 authored almost 10 years ago
Merge pull request #380 from atom-community/bo-update-min-word-length

Update default minimum word length setting from `1` to to `3`

a3ead4ba01648865d29821ca0314c8d1d5a8718c authored almost 10 years ago
Merge pull request #381 from atom-community/bo-use-core-move

Use core:move-up/down rather than custom select-prev/next commands

2a28a53ce0fdaea31014f89626a1ca900251f4b0 authored almost 10 years ago
Update minimum word length from `1` to to `3`

6efec1815b5027deaba1e8c783763e24561e6ae0 authored almost 10 years ago
Remove cruft

6961bba38ad67a2a244131bc0515f1e67e6cc150 authored almost 10 years ago
Move the select-next/prev logic into the handlers

5a59a61ecb780d1984222bfc84880e65b1b7cbf3 authored almost 10 years ago
Remove the `navigateCompletions` setting

b5fd30a6c4fd5e9d7990c4a5782562292c00b1e7 authored almost 10 years ago
Use core:move-up/down rather than custom commands

db8efe063a31bff9f7ebe018a0c0decc2b6fb1b6 authored almost 10 years ago
Fix selected font colors

de6c667b1df82c5428996df88fb677801c636dc0 authored almost 10 years ago
Only trigger if the cursor position is within the changed char range

In coffeescript, when I would toggle line comments autocomplete would be
triggered.

985f343bcecf9b1e1c6d72e6bf5ef5a9e4d4f250 authored almost 10 years ago
Merge pull request #379 from atom-community/bo-word-under-cursor

Fix SymbolProvider to not return the word under cursor

e64b3f8686c7099e784421c471cd8c0a630c4ffc authored almost 10 years ago
SymbolProvider: dont return the word under cursor in suggestion list.

76c2f815d0cdba0f30abe1ed6a8e0a775a653691 authored almost 10 years ago
No need for the promise here

0acd1795331cff561d453341f65fd50d6e7c5b15 authored almost 10 years ago
:art: Move spec to be near similar specs

b2a953f0b8836d7225e7526db34d8acdd9d390ee authored almost 10 years ago
Fix spec string

becd09a0ca034d99e5fb45e7ec3daf97618051b4 authored almost 10 years ago
:art: Clean up SymbolProvider spec

e317f177b7313b4ea52f8e49ce9cd047ca7e6b7d authored almost 10 years ago
Use the config for the scope under the cursor

Previously, the root scope was used to determine the symbol config. Now the
config will be regen...

2d5228b8498e9858c2198ea1551a2c330ed999e6 authored almost 10 years ago
Cleanup SymbolProvider specs

ffd476447f45016e31ae1b5a365da1bbb2e3a73f authored almost 10 years ago
Merge pull request #374 from atom-community/bo-fix-symbol-scope-checking

Fix SymbolProvider false negatives in certain cases

0b246ee5b3c632594eba277557a82a130778361b authored almost 10 years ago
Properly matches selectors for the SymbolProvider

It was using vanilla selector.matches, but that does not check class subsets.

1b83b91e22b1b34680c8264d87e3d144fb54fc4f authored almost 10 years ago
Merge pull request #372 from atom-community/bo-default-replacement

Make the fallback replacementPrefix only word prefixes

e278cf5ce856ec251bf8e2ad5d4a451d8d918753 authored almost 10 years ago
Fix padding in the empty case

It was inconsistently applied. May be a chrome bug in display: table situations.

9f3f9285e7d5cc2632a4461026f960ada85a2922 authored almost 10 years ago
Make the fallback replacementPrefix only word prefixes

75b06b27bf9c85bb409eb9f8ad64235958b9a9c1 authored almost 10 years ago
Merge pull request #371 from atom-community/bo-fix-arrows

Update arrow key subscriptions when suggestions length changes

33b2c1fbc43827b596d893d99ce07c452fd01d0b authored almost 10 years ago
Merge pull request #368 from atom-community/bo-follow-word

Set `suggestionListFollows` default to `Word`

c3e47327484e83b05565752e987a1e989c3e9870 authored almost 10 years ago
Update arrow key subscriptions when suggestions length changes

Closes #265

77579636477e9bf435e5d1dca429cf1d225574e0 authored almost 10 years ago
Merge pull request #369 from atom-community/bo-cursor-specs

Write specs for when suggestionListFollows Cursor

c962f1dbdb47fb98d7e330268e00cde5cde2a27b authored almost 10 years ago
Default spec suggestionListFollows to Word

ec9fc09826ed8bf86c3d8fd1acf2949ba26c7e3d authored almost 10 years ago
Set `suggestionListFollows` default to `Word`

16359fd505f4d4f55aee0492a29850620c7bb4fe authored almost 10 years ago
Write specs for when suggestionListFollows Cursor

e8d812014f5fca94e55cbbebaf24af2470ba3604 authored almost 10 years ago
Dammit adjust the letter icons up a little.

e0d1a63cee4ada7f8f3f0ca8e004dfdd7229ca96 authored almost 10 years ago
Update padding to be less crazy

Just use our own padding value

b5c1e59a337252d75588c510bb05d499574a3f59 authored almost 10 years ago
Add icons for module/import suggestion types

cfe106cf20d3606515cd780fdc0e43883aec5c4b authored almost 10 years ago
Prepare 2.9.0 release

bc3021aa94de0eaad3482fefbbff25235e7e91a3 authored almost 10 years ago
Merge pull request #367 from atom-community/bo-fix-styling

Fixes styling to work with new em-based variables in one themes.

6ede04148222cc923e7f41cb79a4c12ab8b46fc6 authored almost 10 years ago
Fixes styling to work with new em-based variables in one themes.

0d92adecb0afe287152acfc585c3e331dc80cf64 authored almost 10 years ago
Merge pull request #362 from atom-community/bo-offset-display

Align replacement to prefix when suggestionListFollows is 'Word'

e8566b33cec76f0956ad69204840f9a67f43d4c9 authored almost 10 years ago
Remove the marker movement hack.

4e7173f0f039177de17cf9d1307b1219604ba267 authored almost 10 years ago
Really feature detect the new overlay manager placement.

856654c7627ab195c6794ef21507c4d161cc4c57 authored almost 10 years ago
Make specs pass all versions of atom

2a1664554f3a3adc62b8e2bc8764f50b90c2e1ae authored almost 10 years ago
:art: Cleanup if statement

57b092b30cfe23c7f6f696e88e87690045781d52 authored almost 10 years ago
Add spec for the word offset

c4d5ad5cf805f10e212b402d463c89857eadcee5 authored almost 10 years ago
Plant the suggestion list display at the beginning of the prefix

1a3ab610d37f9d0a1ab039da9c989549a7c73240 authored almost 10 years ago
Use the gutterWidth in the calc

The overlay has a new parent as of atom 190.

7f31acca50f0feeee1b214658f19a8f29ec8defe authored almost 10 years ago
Fix Deprecation

- Fixes #350

f8cac61d045a1ef4440d0bb0351490f9a8f710de authored almost 10 years ago
Prepare 2.8.0 release

ec31c1ab34afc668d816a00e7e6acf9ec0e82f14 authored almost 10 years ago
Initial offset to align prefix to word

275e1da56600583ab5865edb72dd06b78ee84b2b authored almost 10 years ago
Fix upgraded suggestions to include type

331fdbc29b06e68d1aeb32a2e29df6de1c510661 authored almost 10 years ago
Fix icon container width when empty

b00d6cc95daaca97edf6ce3f21d38ef93aecad6d authored almost 10 years ago
Merge pull request #334 from atom-community/bo-left-label

Add suggestion type icons and left label

42b98bbfbaadcae1ed09d5c19270f312474467ae authored almost 10 years ago
Fix specs

3da6f4bacd45df118f939a91c25f310d78c53c18 authored almost 10 years ago