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

Use consistent quotes

bc1b40f6360713714b0f13dfbd008bb6fff04234 authored almost 12 years ago
Remove unused aborted ivar

73c66c6ef42adabce3ae71edc1d40f342c5ebbad authored almost 12 years ago
Merge master

1b9a8242e938d465fdca16c9535a14db0454157b authored almost 12 years ago
Remove double de-duplication of paths

191ed10f5313b051abd94a1135e8c4bdf2277280 authored almost 12 years ago
Use absolute paths in specs

1916e77c03b05c1168677855ebbee9cbe30704fa authored almost 12 years ago
Only add folder span if project-relative path isn't empty

0400efc7aee04bf6678ac97f64bee91849763051 authored almost 12 years ago
Add back serializiation of last opened time

17a42bdda5f592bb1ce3873525207ea4d2fa964c authored almost 12 years ago
Relativize paths to project for folder label

0b3748753aab985ea2ed6b5db6e51f890db796f1 authored almost 12 years ago
Remove unneeded unspy calls for setTimeout

0c94a61bfc88266fb99bc7d4cfd69e4c4bd6ea5e authored almost 12 years ago
Kill process when task is aborted

edbd29290d49ba34b8a08cca88fbba3d54e5ef85 authored almost 12 years ago
Drop unneeded quotes

f854eb3becdb2efc0c9acacc1bcfde152963f2fb authored almost 12 years ago
:lipstick:

aa4af85aa9b6e10a2e8ebc2b1c7149744b6bf97a authored almost 12 years ago
Un-f fuzzy finder spec

e106adb7cbfae457afe9b55b9df4f79077007d67 authored almost 12 years ago
Fix fuzzy specs

2a5a799eeef6049f66d722724f06dd450f7a11ed authored almost 12 years ago
Merge master

01db236293c94d7d71ad652efaffa1cea70083ad authored almost 12 years ago
absolute paths

234b3e51c2840286427b9bc9d955f30444ef1cb0 authored almost 12 years ago
Merge branch 'master' into absolute-paths-in-fuzzy-finder

Conflicts:
src/packages/fuzzy-finder/lib/load-paths-handler.coffee

a0f4fb797b67123a0097650072ed94218cc8f01f authored almost 12 years ago
Add newline

323f5fb5336b88633a9b326946c1a94cf31f46f3 authored almost 12 years ago
Use nak for fuzzyfinder, too

7739f03c01273827388ace018e1256fd39a8dddf authored almost 12 years ago
Don't show duplicates in open buffer list

Closes #378

f1dde87452a464677bfab40aa1e12a5c7251f054 authored almost 12 years ago
:lipstick:

c99331b41b054e0eb651291907bde1d830caa892 authored almost 12 years ago
Start figuring out where the pieces go

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

63a096d355f2a18ac49ae40471e0d727e2a65c66 authored almost 12 years ago
Serialize package states independently of RootView

Previously, package specs needed to deactivate the root view to test
their package serialization...

b7924e6040879b23fba5fede6cf944cb6548c97d authored almost 12 years ago
Move fuzzy finder stylesheet into package directory

6dabe7c96e7bf0fc13c7280a7df914ad837a86d6 authored almost 12 years ago
Use async queue in fs-utils traverseTree()

This removes the need for tracking when the traversal is done.

0dfceb2db3a5eb5dd20536cf6f0007449505ec8b authored almost 12 years ago
Call populateProjectPaths when callback completes

This removes duplicate code for the cases when a callback
is used and when the view already has ...

8cbf441eeb9e57223b2caa8061814a244264e3ef 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...

5fd2f6ffd4964240de78b76e7d93a52890af7925 authored almost 12 years ago
use full paths in meta-t

ba8e7c3dde8eed80202ba6dc8ffa1af33d851113 authored almost 12 years ago
Rename traverseTree to traverseTreeSync

Also rename traverseTreeAsync to traverseTree

58dc068fee14677e696d8038c60271a5f13f351c authored almost 12 years ago
Don't use a web worker for loading all paths

Instead use fs.realpath() and fs.stat() to walk the project
tree asynchronously.

7c1ad2b0b40f8c7cfcff70d313927ba5b27fe27f authored almost 12 years ago
Use absolute paths inside fuzzy-finder

This allows paths from outside the current project root to sanely
coexist in the buffer list.

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

a98c4a445ff7018b013b1da807c166000aa577f7 authored almost 12 years ago
Abort task when view is created

c6dff7fbeef65b705f0e84316856badd0aa21045 authored almost 12 years ago
Only set project paths if non-empty

0138d41e1e8a655468cc11ced70d48923c495105 authored almost 12 years ago
Merge remote-tracking branch 'origin/dev' into md-preview-redux

Conflicts:
src/packages/markdown-preview/stylesheets/markdown-preview.css
static/atom.css
sta...

a327f5344a9177341e7eb420fd7dcf7d352afc6a authored almost 12 years ago
Rename AtomPackage.packageMain to .mainModule

9c15674c5d7e87b448c13db933f82755138cc6cb authored almost 12 years ago
Use underscore node module

adade04d0012ba0c1739e93bf5672a6e1eb830bb authored almost 12 years ago
Return absolute paths from $native.traverseTree()

Previously relative paths were generated even though
things like fs.list() and fs.listTree() wou...

ff998afffa8a0684a8b2285ca7ea2c2e69d8a27c authored almost 12 years ago
Rename root view serialization keys

ac021eb55e996b0240867e7b6368478b70093ea9 authored almost 12 years ago
Fix broken specs after rebase

2c0211c638ae91ffe99cec15eca2371afc60d070 authored almost 12 years ago
Eliminate fixturesProject global. Use project global instead.

bff4d1c45ab354351453d1c7a6ae5b3b9e37f0c8 authored almost 12 years ago
Get fuzzy-finder specs passing w/ new panes

Could still probably use some cleanup and I'm not sure everything is
working correctly with rega...

a0147eed3557624c0b50594f199c37e82ba3653b 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...

024c4dcfb1b6569156827d58387843d8aa07514a authored almost 12 years ago
Show status icons in fuzzy finder

ac50a5ddd78f7adef4fb8f559bc10b4b0d8a8ba1 authored almost 12 years ago
Update status finder keybinding to meta-B

c18cc481b46a034ec2c77c14fca1634e2c83c60b authored almost 12 years ago
Put status indicator on right side of fuzzy finder

Closes #313

2fef56d2b8e2bfb970c9a3c9323b1aa1238a7c32 authored almost 12 years ago
Bind meta-T to display modified/untracked files

4a79560e1f8d1ca8e9093e1d29f25f69ff08d198 authored almost 12 years ago
Make project's Git repository a window global

This allows it to operate independently of the
project and mirror the availability of the root v...

16b06d84c8e9f89c6fde7eceefb0de37b535f7e5 authored almost 12 years ago
Add task to refresh status of repository

By default this will occur when the window gains
focus and the Git class can now be subscribed t...

843249c0b73d6721a6d87aa38a92c7bee12e4167 authored almost 12 years ago
Remove unneeded calls to rootView.deactivate

5bb2f0132546642e053f22828b60ad7d9cbd5a5d authored almost 12 years ago
Eliminate `rootView.project` references.

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

cb5afff0fe78531f3dae691ae805e9301d442b73 authored almost 12 years ago
Rename Task.terminate to Task.abort

6b88f1999a384f5547bf8ad3a183571d3d873278 authored almost 12 years ago
Only terminate worker after the worker completes work

32af40265d7f2813120618f006c2f1075afee2dd authored almost 12 years ago
Use binary icon for .woff and .DS_Store extensions

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

9a5706e6a548a4874a98df6e444e42cf8247888f authored almost 12 years ago
Only serialize edit sessions with a path

74403972b15951ab4594473517e52c58c2153e6f authored almost 12 years ago
Simplify setting lastOpened serialized value

Iterate over the project's edit sessions instead of
the stored paths in the serialized state.

f4eea91b5b19a60c4a5343b75502219fafafaf73 authored almost 12 years ago
Update expected spy in buffer cached paths spec

1829d5164a0ef689e4c89beee28f191e7537bc8c authored almost 12 years ago
Exclude sessions with no path from list

4b0e9c092daaeab6664a04f2a61e59e2da7381cf authored almost 12 years ago
Null out task when deactivated

47a82fc0c9f61beb5b984f1fb16fecd75215e1d9 authored almost 12 years ago
Remove duplicate nulling out of view

001f5b826002b1e0774373406afc1a9368f155d2 authored almost 12 years ago
better name

1b27f0c2f6edbce64d3bab631ffe543f027c8891 authored almost 12 years ago
Serialize buffer last opened times in fuzzy-finder

bb5a6bd4fefc7ba0cb921e5bb2eb3046d3f36188 authored almost 12 years ago
getEditSessions instead of registering a callback

257fb574e95bae1617224400ab00f54883959821 authored almost 12 years ago
Better getPath()

9a1b56eb3e4233e8524fa957bb8848a00e39f333 authored almost 12 years ago
Sort buffers by most recently opened

7638d350fbbe30bf90e2b47813b3d4b90685a6b8 authored almost 12 years ago
Remove unneeded id

f463c4caa56406a24e31bd42865ed3e33ac0c22e authored almost 12 years ago
Use input element to test focus after cancel

6ece880cc14a9ab746ffc3ca4ba0b24356b41124 authored almost 12 years ago
Remove unneeded rootView variable

5bc2db46c991967319307524c239edecdf00103c authored almost 12 years ago
Rename isReadme to isReadmePath

fc0799cf366144108afbf66068b59051e50ed626 authored almost 12 years ago
:lipstick:

63671f5cee35a4b9d883e13db9cd7d51115498bf authored almost 12 years ago
merge dev, fix conflicts from package rewrite

22ca21fb47bca09541d134429c56b225c612a38f authored almost 12 years ago
Remove unneeded rootView variable

6877fb431fbf6a4cd974d7bff73f57b689f54ade authored almost 12 years ago
Modernize fuzzy-finder package to use package.cson

cf774663c299348a9fb9d6de7883b24509a8925e authored almost 12 years ago
Terminate task when fuzzy finder is deactivated

Task no longer invokes task methods after task has
been terminated.

2dcb0a3248a12ac72a9ac36edc84ede27506575e authored almost 12 years ago
Rename finder variable to finderView

6f371bcadd009ad8ec802396fe10bc33201c8eeb authored almost 12 years ago
RootView can no longer be focused.

Allowing root view to be focused was stealing focus away from the
editor whenever a click event ...

83e0af8e7f7d2d514209872993355b8ea5dfbf79 authored almost 12 years ago
Only require git if exluding ignored files

cdf17cacafb7c140e3f95ecd86db45e3556426b7 authored almost 12 years ago
Only require task if project has path

3abbbded8cd74a70084ebcb26794733eaff2e40c authored almost 12 years ago
Use octicon for README files

b09def76e602099c9e460af3380848b8c12120fe authored almost 12 years ago
Merge pull request #227 from github/cut-dat-fat

Reusable styles for common UI elements

e9746e62fc7b33d372779c464ff33a85ddbf2c50 authored almost 12 years ago
tweak directory look in dark theme, add back the dash

0204ab33544c07f52cc7132f5b1fb87fc76567d1 authored almost 12 years ago
Use parameter instead of ivar

f10cac828d522e813b7ccfeda3aad27ae09fe331 authored almost 12 years ago
merge dev, fix conflicts

caf994b6a2cf951279aefbcf9c685044d35b2fb1 authored almost 12 years ago
fix fuzzy finder directory styles

ac395c7cc47d29c497aac0cc8ade014e9fc92ce3 authored almost 12 years ago
:lipstick:

e4acf888923bca40a2443c0b4878ab78021841ae authored almost 12 years ago
:lipstick:

4cbde76802eedd10e7c34eb345004b09dc72ff7f authored almost 12 years ago
Only start worker if project has path

8af31d9bd63b164d4807a6f88feda7355589a454 authored almost 12 years ago
reuse overlay styles for fuzzy finder

f82ec8b22f056a2964deb134ee59ab635fef6247 authored almost 12 years ago
Load fuzzy finder paths in web worker at startup

Previously the paths were first loaded when the fuzzy finder
view was first attached.

Now a web...

806f5b12f8a6898100e625fc2de094153843cace 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...

9e2e1217632dc6d4f1691bff128de4b477ffc2b6 authored almost 12 years ago
Restore focus after select list detaches

Previously if the select list was cancelled with no open
editors the mini editor would be given ...

241c1e3c2fc0653c8fe598ad71124c636f8f656b authored almost 12 years ago
Rename attach to load

39239373a0a051eed978a5589bd14f796b7c52e5 authored almost 12 years ago
Extend AtomPackage directly in packages index.coffee

6dbb6bcbae941205efbd6ed45adf33ff46a06efa authored almost 12 years ago
Add deferred package type

This package defers loading until specific commands are
triggered on the root view.

d606cb8b2c8dbb9732159fed6202be09b7fcd4e1 authored almost 12 years ago
Merge branch 'dev' into css-theme-refactor

c566d15674cc208f8daa22eb59c104041ff13513 authored almost 12 years ago
Add getWordUnderCursor to Editor and EditSession

8b6259cc87667f8097f03172455a970455aa9d96 authored almost 12 years ago
Display error if no files match word under cursor

b2de542ee3ced5ae8ed27708c21c8634cc20fce6 authored almost 12 years ago