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

Merge pull request #676 from wvanlint/text_editor_selector

Observe the TextEditorRegistry, constrained by a CSS selector.

88465b41db8db344267a9d757fcf55439ca6cced authored over 8 years ago by Nathan Sobo <[email protected]>
Observe the TextEditorRegistry, constrained by a CSS selector.

e7a2de7405d49e298efe99f3a92c4752757bc2a7 authored over 8 years ago by Willem Van Lint <[email protected]>
Prepare 2.29.2 release

5ac83451c891d0820e5899e4169abcef3ff149e2 authored almost 9 years ago by Nathan Sobo <[email protected]>
Merge pull request #702 from atom/ns-as-avoid-new-deprecations

Avoid deprecations introduced in atom/ns-use-display-layers branch

1e9a2391d5d5a71b0b70e6ea9e0c93f3085e310c authored almost 9 years ago by Nathan Sobo <[email protected]>
Avoid deprecations introduced in atom/ns-use-display-layers branch

663d1504709459b72d6e2a54fd718f31c8ca320b authored almost 9 years ago by Nathan Sobo <[email protected]>
Prepare 2.29.1 release

5259ecf202a1a9f4467a0d75055dd0cdfd79fecf authored almost 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #681 from atom/as-fix-exceeded-call-stack-size

Fix maximum call stack size exceeded error

ab6a36c4753953bb489b8d6399fdd5b88571369e authored almost 9 years ago by Antonio Scandurra <[email protected]>
:bug: Fix maximum call stack size exceeded error

befb6d32039796384a583fcd62b35655de61a87c authored almost 9 years ago by Antonio Scandurra <[email protected]>
Prepare 2.29.0 release

098b6f03f67e0eddb248b4645779b95f951cce1b authored almost 9 years ago by Ben Ogle <[email protected]>
Pull letters out into a helper

2ab3051e18cc9b42474700a1739a39fc9b543d0d authored almost 9 years ago by Ben Ogle <[email protected]>
Fix unicode spec

85102bb290b60ed1cba89bf172543d759035d3a6 authored almost 9 years ago by Ben Ogle <[email protected]>
Merge pull request #667 from nixel2007/fix-76-unicode-support

Add unicode support for \w regexps

660eb2739b8da80129d33097cded20ca8e8d9745 authored almost 9 years ago by Ben Ogle <[email protected]>
Prepare 2.28.0 release

ee0810a72f44bc1c8f8a01c85dc4b1406185ff4b authored almost 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #672 from atom/as-redesign-symbol-store-provider

Redesign SymbolStore and SymbolProvider

f0602b1f17c8ac77242acd99130e987a1db06eb9 authored almost 9 years ago by Antonio Scandurra <[email protected]>
:art: Fix typo

d3c08138a336078410a85a4780733939a6c41336 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Fix no symbolStore refresh on setting change

528d77c16aacf7ffa4d79f7fa0c1ba34e68f8744 authored almost 9 years ago by Nikita Gryzlov <[email protected]>
Remove unnecessary func

16d45c4a8ffcd78236f4a8f3d7aec6304f8a139b authored almost 9 years ago by Nikita Gryzlov <[email protected]>
Implement package setting enableExtendedUnicodeSupport

New setting turns on the extended regexes instead of classic \w

91f83f8f3a05e46bb80d85da714b9636a891c617 authored almost 9 years ago by Nikita Gryzlov <[email protected]>
Rewrite specs for unicode support

3aecf17dc7d27aabbb802b4b3d1397f93a52302b authored almost 9 years ago by Nikita Gryzlov <[email protected]>
fix linting

bffe81577540c20bd455a29a59b17b6f9bebaff4 authored almost 9 years ago by Nikita Gryzlov <[email protected]>
Merge pull request #675 from atom/ld-description-fix

:art: Clean up formatting of fileBlacklist setting description

eb98854327e257426fb1f19718e862a292766a5c authored almost 9 years ago by Lee Dohm <[email protected]>
:art: Clean up formatting of fileBlacklist setting description

262504df742143f489b92f10caf1a43325fad920 authored almost 9 years ago by Lee Dohm <[email protected]>
Remove xRegExp dep

1f705595307069dbfc31e624a4253d2e69e12a97 authored almost 9 years ago by Nikita Gryzlov <[email protected]>
Add unicode support for \w regexps

6048840647687a4f77abea97af1020e282bc5997 authored almost 9 years ago by Nikita Gryzlov <[email protected]>
:green_heart: Make the change backwards-compatible

dc03ad508c53d0c52b66bda287d1809ff9f918f3 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Use extents instead of ranges

38893111985fd7e21f9c3897d2b5763c66e9f883 authored almost 9 years ago by Antonio Scandurra <[email protected]>
:art:

f9370cdcb18e9b3afcdadb77e37e435160de7422 authored almost 9 years ago by Antonio Scandurra <[email protected]>
:racehorse: Recompute tokens when buffer stops changing

3bfcb8f09fb2ebeb576605d4cbbe80e69d431b6c authored almost 9 years ago by Antonio Scandurra <[email protected]>
Fix SymbolStore spec and deprecate old store

ac144defefa3db26ada745c0b125950611357a46 authored almost 9 years ago by Antonio Scandurra <[email protected]>
:art:

c487915cc786adeae1b225618d90bafca9d6df92 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Test SymbolProvider through getSuggestions

43286d214fa1746a80a3503228ea6cfef39d8ff6 authored almost 9 years ago by Antonio Scandurra <[email protected]>
:racehorse: Use new SymbolStore in SymbolProvider

bc4caa5621830f650f2f6ee75a217025dad7b68b authored almost 9 years ago by Antonio Scandurra <[email protected]>
Store a summary of symbols by letter on each line

This allows us to skip a lot of symbols, thus
making the iteration way faster. Moreover, we can...

f8bf5d00b797d76101d1e494996c47bd14aec699 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Implement locality

985712b02d4815ead4325017110cb7f5fcd353dd authored almost 9 years ago by Antonio Scandurra <[email protected]>
Restrict query to symbols with matching first letter

3be5e2d3f2c9de825d1cd2cc6612526f908780ac authored almost 9 years ago by Antonio Scandurra <[email protected]>
Implement completion from all buffers

77b3802f19bbd3604f88f5b01bd0503892cc23f4 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Implement counts by word

9e5db562b49239f0157d51d5685a49ec6605f7e3 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Revert "WIP: Start refactoring SymbolProvider"

This reverts commit c164fc162010f3bf564e5a8ec5dc53355ba23d57.

8ba44a488b1afc4e0c97a03e89226797e49ff26d authored almost 9 years ago by Antonio Scandurra <[email protected]>
whitespace

6dd9a134f1a4b3a9bbd4482d2a330230264cf9e3 authored almost 9 years ago by Varanas <[email protected]>
modified setting

05b017d734f71a5cf03db0ec1f742178661204e8 authored almost 9 years ago by Varanas <[email protected]>
Add an alternative SymbolStore

3a1d07e5f0d53193dfcafc7848ec11589b48b3db authored almost 9 years ago by Antonio Scandurra <[email protected]>
WIP: Start refactoring SymbolProvider

c164fc162010f3bf564e5a8ec5dc53355ba23d57 authored almost 9 years ago by Antonio Scandurra <[email protected]>
bikeshedding

7b6ce57291377760e3ab251e9d36200f43ec2236 authored almost 9 years ago by Varanas <[email protected]>
specs

b08bff3edabf7e67c68fe199ca109a494a23d489 authored almost 9 years ago by Varanas <[email protected]>
alternate keyboard integration behaviour

ebcdaa6bbc5e471d8204be70bd9d868ff61f673a authored almost 9 years ago by Varanas <[email protected]>
Prepare 2.27.1 release

c75f47636f3af42da5339d0704e21f723d91fd72 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Prepare 2.27.0 release

c15a384bbabc2b713f03b87ea559beaf596edea5 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #659 from atom/as-faster-autocomplete-manager

Batch autocompletion show/hide

998e52c60d871b81758d4fcaad0752fbdd502f5a authored almost 9 years ago by Antonio Scandurra <[email protected]>
Make the change backwards compatible

978500293fc77efadad9e708a5bed8dc135c4e2d authored almost 9 years ago by Antonio Scandurra <[email protected]>
Prepare 2.26.1 release

895d9a55b281a89d9b3d9bb677b8de704324e1b2 authored almost 9 years ago by Max Brunsfeld <[email protected]>
Adapt to onDidChangeText API

cfce8a797d7399da628856b573ca7a9ea6fe82fb authored almost 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #637 from atom/mb-config-schema-in-package-json

Move config schema to package.json

3f779d6fd918c6a77d7f450ad87081365d2301a4 authored almost 9 years ago by Max Brunsfeld <[email protected]>
Move config schema to package.json

611dc72253e19447c397cb951b5ac50de74b43cd authored almost 9 years ago by Max Brunsfeld <[email protected]>
Avoid converting changes to Points

1eca71f4f03c02f432bf71d66458e807653564ba authored almost 9 years ago by Antonio Scandurra <[email protected]>
:art: Simplify conditional

15587f7d63ccb86a3a7f551e2811c7bdcd33d37f authored almost 9 years ago by Antonio Scandurra <[email protected]>
Put back comment for the workaround

36ca7d2febcbf62f9240ea151aae635f8869adb0 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Do not constantly fetch cursor positions

...and rely on the latest cursor only at the end of a batch

c95a8be57dbba97e2f8537c0806191a948e376dd authored almost 9 years ago by Antonio Scandurra <[email protected]>
Use TextBuffer.prototype.onDidChangeText

b262d2d39e46661003d13607110007e89caaed47 authored almost 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #641 from atom/as-no-flicker

Stop flickering when adjusting margins

84c6b54f7ed2ed2fd31ca4a79c0f07ce7d4e651e authored almost 9 years ago by Antonio Scandurra <[email protected]>
Prepare 2.26.0 release

9aa44014e802a2c55d883c6dfe3d44c1074fd124 authored almost 9 years ago by Max Brunsfeld <[email protected]>
Make looser assertion about margin-left in spec

fa5015a5e692f60237340787a4a9670780ce96ea authored almost 9 years ago by Max Brunsfeld <[email protected]>
:art:

6412dacfaecb439f6ecbbf95bcc47fe30804083f authored almost 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #612 from fruggiero/bugfix-indentation

bugfix: auto indentation after suggestion confirm

5dfb9fd60ecce40a12a51a4b0475a37f4972cb1d authored almost 9 years ago by Max Brunsfeld <[email protected]>
Trigger autoindentation on suggestion confirm

e297f6533928dd6d78c17641de453f2d31dddf95 authored almost 9 years ago by Federico Ruggiero <[email protected]>
Prepare 2.25.0 release

904276359a012b9fb21a1a0ecc838571ff3276fa authored about 9 years ago by Nathan Sobo <[email protected]>
Merge pull request #643 from jeancroy/master

use fuzzaldrin-plus by default

931841dfc3a3318cbb141f5c7abc5eee50aaeb28 authored about 9 years ago by Nathan Sobo <[email protected]>
made the spec fixing less invasive. Back off updating fuzzaldrin-plus

ce76dac6a17be80eacf7c151f8fc9a5249487729 authored about 9 years ago by jc roy <[email protected]>
update fuzzaldrin-plus to 0.3.1 & spec to new fuzzaldrin behavior

4154cc23bf8840356e4f0cd94bf82e0289cb0f43 authored about 9 years ago by jc roy <[email protected]>
use fuzzaldrin-plus by default

e49898883d3eeec8c268e88690fef6fcc139659b authored about 9 years ago by jc roy <[email protected]>
:bug: Stop flickering when adjusting margins

d2f505c44f966e46bb8cdc9146d745baf3d7e590 authored about 9 years ago by Antonio Scandurra <[email protected]>
Prepare 2.24.0 release

96d377244d24c3e86309f35470db0232d0dbc4ff authored about 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #634 from atom/mb-dont-eat-non-word-characters

Don't overwrite non-word characters that match replacement suffixes

b5648fd5423e137b2b99de733c50c436c0539259 authored about 9 years ago by Max Brunsfeld <[email protected]>
Don't overwrite non-word characters that match replacement suffixes

b0bfe9c5433ffc6394ed9c4a2b911c75ec7c1594 authored about 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #630 from epsitec/master

Explain how to use mulitple file blacklist items

99857cb4fd235123f35626d5c0d8d6eeabbb13f6 authored about 9 years ago by Ben Ogle <[email protected]>
Explain how to use mulitple file blacklist items

1f9be084394ef0ea13218584741d5f5fb882481b authored about 9 years ago by Pierre Arnaud <[email protected]>
Prepare 2.23.1 release

8cd3edd00e0cdd87a689e61a7c89091fc67e1fa4 authored about 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #622 from atom/as-use-is-text-editor

Use atom.workspace.isTextEditor when available

db35d7a9ae16d2a86f605e63f02140e22b364b92 authored about 9 years ago by Antonio Scandurra <[email protected]>
:memo: Remember to remove conditionals at some point

297e8a37f5534931fedc0c2ae0bad0ddd346a0ac authored about 9 years ago by Antonio Scandurra <[email protected]>
Use atom.workspace.isTextEditor when available

597764ac235d783403bd7e946dbb0b27313851a1 authored about 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #609 from braver/darklight

readable text colour for descriptions for dark/light theme mix

5d883caef25a89164772b457568c0e06bd62b99b authored about 9 years ago by Ben Ogle <[email protected]>
clean up the math

f35b06e3a53d58f16230e6191acb9b26f63029f9 authored about 9 years ago by Koen Lageveen <[email protected]>
reset test values

a304f4a029fd70c0e69cad0df0ed1750b79be74a authored about 9 years ago by Koen Lageveen <[email protected]>
reset test value

f08ff3a151c3a07e6eabdf05b3e2cc35bff7ee3e authored about 9 years ago by Koen Lageveen <[email protected]>
deal with zero difference

5fcc001117e1a0efd643cfc7158e8b06222f6a29 authored about 9 years ago by Koen Lageveen <[email protected]>
or,

5f02be59b21462c821e0dcd851a0047fbc46f0cd authored about 9 years ago by Koen Lageveen <[email protected]>
guard against low value contrast between fore and background

46f5828701506450564403ca561c1f3a9295e850 authored about 9 years ago by Koen Lageveen <[email protected]>
readable text colour for descriptions

983cdfbee2bdf4dccd9994b50a0b348f687c5150 authored about 9 years ago by Koen Lageveen <[email protected]>
Merge pull request #593 from nmote/clarify

Clarify description of Minimum Word Length setting

4a181bad83d5ce9d6c98806b6071219fb6c1c53b authored about 9 years ago by Ben Ogle <[email protected]>
Clarify description of Minimum Word Length setting

Closes #335

460bba2a91cfe712562e41133583bd78e635f1cc authored about 9 years ago by Nat Mote <[email protected]>
Prepare 2.23.0 release

85d062563e49698d70513e6f6ccc4a0994822b37 authored about 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #592 from atom/as-deprecated-methods

Stop using TextEditor public constructor

f0c9f41cd267711b40d73e9a36991c82fdbfa16d authored about 9 years ago by Antonio Scandurra <[email protected]>
Stop using TextEditor public constructor

3ee415fdd59bbe9effcad5b4b4226bce51534116 authored about 9 years ago by Antonio Scandurra <[email protected]>
Prepare 2.22.0 release

38b307841a4ab9da54612fa7cd3a9b8ccd6244ec authored over 9 years ago by Ben Ogle <[email protected]>
Remove suggestion list hiding when only one suggestion

0df1c8ba0f4b6d0d5c00f823041a5f32cd9717a4 authored over 9 years ago by Ben Ogle <[email protected]>
Merge pull request #587 from jeancroy/master

Use fuzzaldrin-plus as an option

76c9cde6075eb2b55fc059541b59eeaffd9a9a94 authored over 9 years ago by Ben Ogle <[email protected]>
Prepare 2.21.0 release

37d914b8cac84e1ef41fc52faccf07ae292eba15 authored over 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #588 from atom/as-round-position

Round left position to the nearest integer

00c9f29889a3d5aa101fb0857fd5fa4c5bf14be5 authored over 9 years ago by Antonio Scandurra <[email protected]>
Rename option to useLocalityBonus with new description

was lost during rebase.

58803522df6e9316b075a821fb1c9af173e421c0 authored over 9 years ago by jc roy <[email protected]>
Fix issues from review.

- useLocalityBonus & new description
- Spacing around operator
- Rename fpm & pos to make code e...

a104ef6bf6868be5a5dbd3c88f22a8cc48f61f83 authored over 9 years ago by jc roy <[email protected]>
Small adjustment to computeLocalityModifier when using alternate score.

a3712ad479215731806395399cae0bb89859ed51 authored over 9 years ago by jc roy <[email protected]>