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

Set box-sizing to content-box for autocomplete

e7b99e3db3e0d9d674c51a90d22c9d31a8c874d0 authored almost 12 years ago
Default width to min-width property

8b08ee6e00e44c85e6710fc97b6fbaa49bce7ab5 authored almost 12 years ago
Make autocomplete wide enough to not scroll

57e7d5446e40ef3e6c2f7198f85660ec0aeb1ed0 authored almost 12 years ago
Merge remote-tracking branch 'origin/master' into vim-core-changes

Conflicts:
src/app/text-buffer.coffee

01134df87fb7020f935bf51ab8d7fcf29b06aefe authored almost 12 years ago
Always pass a hash to TextBuffer.scanInRange iterators

This makes it easy to only assign variables for the information you
need in the iterator. Before...

e7c8f8bcd4525f9307bb274fcc00495f512f5b4f authored almost 12 years ago
Add autocomplete:next/previous events

fea9020e47fc20c5b91cb2351c81f658d003ad02 authored almost 12 years ago
Attach to DOM in specs that alter the mini editor

This is now required since populateList() is only
calls when the timeout is fired and the select...

880009f55f1bfbb762f8f753513fa02c5eba4292 authored almost 12 years ago
Use `atom.activatePackage` directly in specs

2d94332b60029b962ffa5f06291eea84a0f387af authored almost 12 years ago
Merge remote-tracking branch 'origin/master' into cefode

Conflicts:
native/v8_extensions/native.mm
spec/app/config-spec.coffee
spec/app/window-spec.co...

6974673ff7be227ef81b8b46f165fb4d8a9647a2 authored almost 12 years ago
Use node's require instead of internal require

21cf5e3a2502348c59c504d05d13c5a156779555 authored almost 12 years ago
autocomplete.css -> autocomplete.less

1abb2a775d84d8dbba168d79e14b942224c4bdf3 authored almost 12 years ago
Eliminate fixturesProject global. Use project global instead.

1699cf07adec8c089baf126a0477b16ea7b26bc7 authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

32f074c4ddd69a83c283edf777d5003225884bfa authored almost 12 years ago
Rename `buildEditSessionForPath` to `buildEditSession`

Since this is the more external method, having a shorter name
is more convenient. The former `bu...

e1c8aa81495b79603fcd3b64e9991bd3f65ec829 authored almost 12 years ago
:lipstick:

4d50ab93912faea4310260d4528198a6308223de authored almost 12 years ago
Make `project` a global and refactor startup process

ae55d37d4c30057eb01275f994f6b4c61ace351a authored almost 12 years ago
RootView.initialize no longer assigns window.rootView or calls open

c7d536bf031ac4482b17d1fc93f656a08269b166 authored almost 12 years ago
Always use global rootView object

This removes the last few places where rootView was
looked up via jQuery selector and instead ju...

d9b7cd2256c00b9e05e2f5ccd7eb8b1a39c995fc authored almost 12 years ago
Moved atom.loadPackage to a spec-only helper function

c46ec396c13d5fb6ab63524796ca036ea37e8346 authored almost 12 years ago
Create root view before loading package

bc7dd66bd7262397941f05e685180adb83aa7f58 authored almost 12 years ago
Modernized autocomplete package

6600f89f0e24344e8ce3b1261333eae83f12fd82 authored almost 12 years ago
fix autocomplete and specs

a7757b55d13a46b3a29f7a4d65fcbb35846403c2 authored almost 12 years ago
generic popover-list class

8c6e3f92e5f6eaa63bf02b08594b4437c698fd7e authored almost 12 years ago
Clear mini editor base select list cancelled()

Clearing the mini editor when closing is something
all sub-classes were already doing so it make...

c0559de2cc649da977840ec76fbb2c9e3bbcf421 authored almost 12 years ago
Clear left margin on autocomplete

e482615bdb8438093bebdfcdcf2128d4253985a6 authored about 12 years ago
Ensure package stylesheets are loaded in autocomplete spec

7a2091671011ccbdd3b442a9375376db8e1ed8af authored about 12 years ago
Extend AtomPackage directly in packages index.coffee

bac48d19982f8797951309f0ed74a1c737529e1a authored about 12 years ago
autocomplete.css refactor

00266d6ac7186bac35a90ac45e4d7bce7fa1d5c1 authored about 12 years ago
refactoring all the stylesheets into /Atom - Dark/

Conflicts:
.atom/themes/Atom - Dark/vim-mode.css

fb54379d0c1f0035d782e151a2ca66724a8e66ad authored about 12 years ago
Use RootView.eachEditor from Autocomplete package

d23cacd923a6e03b9efc37d46f6f8db4b3b828dd authored about 12 years ago
Use `Editor.abort` to clear autocomplete's buffer changes on cancel

Using this new `abort` mechanism ensures that autocomplete's changes can never be redone, while ...

2252abcd3a0aa2727f01d59a0b4a77767dfa07ce authored about 12 years ago
Rename 'editor-path-change' to 'editor:path-changed'

f6452c846ca1fe26c2234285cfe2b987b16387e0 authored about 12 years ago
Rename `Editor` attach and remove events in accordance w/ new scheme

'editor-open' -> 'editor:attached'
'before-remove' -> 'editor:will-be-removed'

6105d933f3ee4606f7678f5117fa23b754522e6b authored about 12 years ago
Delete suffix before prefix

This allows the cursor buffer position to only be
obtained once from the editor.

52d7e8d406fdf318868f41977eae1f3da78c0451 authored about 12 years ago
Only focus editor when no confirming

cce11120649983d39bcd0ab310136ad8fced7a76 authored about 12 years ago
Move package CSS files to stylesheets directory

3e46e0b49c23a5a85f37a4109e0db568ae237a56 authored about 12 years ago
Load keymaps from cson

All existing .coffee keymaps are now .cson and package
keymaps are now located in a keymaps fold...

bb44e4548430a756cfdae84f72c3b828244385ab authored about 12 years ago
Update autocomplete position when populating list

Previously if the list was displayed above the cursor
position and the list was filtered to decr...

1aa315dd405c8516250cd82228b8bb0a375ce5a8 authored about 12 years ago
Remove unnecessary unsubscribe from buffer in autocomplete

It no longer subscribes to the buffer, so unsubscribe isn't needed.

c0cd45aceeaf150958bc50c2c6f85a1779ec5386 authored about 12 years ago
Restore prefix when cancelling an autocomplete

Undo all operations that were performed during an
autocomplete session and only retain the confi...

17c7ae5cc2d86ebcabbaed008bd14b27b4190456 authored about 12 years ago
Remove unused requires

c34281e4a4a50a54725044cd6c35c7dd2367bc8e authored about 12 years ago
Cancel select list when an empty selection is confirmed

3e6c0bb5fb3e9a3e7da449fa877f3e3e397cc6ee authored about 12 years ago
Use select list in autocomplete package

e727d91764100b14db5e5a02128c8f19ce1f5d82 authored about 12 years ago
Change case of prefix and suffix to matched word

Previously an inserted automcomplete match would not
update the case of the prefix or suffix of ...

bb966e3229ca3e6cac48e8293096dbbd136fb52e authored about 12 years ago
Rename extensions to packages

We now look at the `core.disabledPackages` config key. Rename the `src/extensions` directory to ...

3f576b18ff26cd3fec912f8147740ea8afad6586 authored about 12 years ago