Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/fuzzy-finder

:lock: Find and open files quickly
https://github.com/pulsar-edit/fuzzy-finder

Using getCurrentWordBufferRange instead of getCurrentWord

47f57e9bc0ae4d2b113ac56c4687ffbe713b0ede authored almost 12 years ago
Make test use word under cursor

730be98eda1336721d04c6c57e01f3439e755e70 authored almost 12 years ago
Fixed fuzzy-finder's file regex

6b077e3935d7ad826aad998eadc089d0f28086b4 authored almost 12 years ago
:lipstick:

Minor tweaks to make the code match Atom's other code.

7149ff419c718c63bd12965acef2a8427587adaa authored almost 12 years ago
refactoring all the stylesheets into /Atom - Dark/

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

7181e03837df9fcf8f7b6649236915840372eb4f authored about 12 years ago
remove 'returns'; ensure value passed to setText is a string

610cf83774c14d7caa985866264dcba4c3d0ab3b authored about 12 years ago
remove debugging

75cb1f4749f9d6b5c25a55430577e47e9c544668 authored about 12 years ago
fuzzy find files using content under cursor

ab1ffda92d2e835c2b5cbfa2dede715e62429ea9 authored about 12 years ago
:lipstick:

467ba9e44a8959a3858cd891d6be8d4bf3d1a74b authored about 12 years ago
Only open paths that are files that exist

The filesystem may have changed while the fuzzy finder
is open or since the last time the paths ...

7a926656320fec73f92e1ad1a1850a5643bd65a7 authored about 12 years ago
Marks paths for reload on focus and config events

Show the last loaded paths and load the latest in the
background when the FuzzyFinder is opened ...

026d10c78bab676521a1fb0795b2c884ad545b33 authored about 12 years ago
Replace fuzzy-finder with fuzzyFinder in spec config key path

c88d8bfdb43d5f29bdb9bce7bdd243e526e39507 authored about 12 years ago
Correct typo in spec

5d9a01bb662f7a53309c098aeb6e96426c2e93e2 authored about 12 years ago
Support opening a path into a new split editor

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

908fe963b64b7aa964c26658d42c971ec41de7d8 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...

fcc0bf287f4ee226e766fb2b7c23ed9becf7dd9c authored about 12 years ago
Use subscribe for window focus listener

ea4aa4351120d1936811746328e77db260d514d8 authored about 12 years ago
Merge remote-tracking branch 'origin/master' into config

52a13eb50387cb84b928718f9ac18627b28e6169 authored about 12 years ago
Add octicons to fuzzy-finder

Also place file base name first followed by
directory path in darker color

bdc2dea373a0139649057576e5a01e16508982e5 authored about 12 years ago
Fuzzy finder ignores core.ignoredNames as well as fuzzy-finder.ignoredNames

cb0a6d5583b4302cadb15e4491d387ffb70d4e12 authored about 12 years ago
RootView talks about packages and packageModules, not extensions

Now you call `rootView.activatePackage`, etc

230952a0bcec39ce2d683d5bfdc05a480626e6f0 authored about 12 years ago
Merge remote-tracking branch 'origin/master' into config

Conflicts:
src/app/keymap.coffee
src/extensions/outline-view/src/keymap.coffee
src/extensions...

471d17e77c486cb96ee24f3fda75a66fde0beb4e authored about 12 years ago
Rename extensions to packages

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

35e5e8b52dc7457cf6455083bb51d87fce3e84ad authored about 12 years ago