Ecosyste.ms: OpenCollective

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

Pulsar Edit

Community-led Hyper-Hackable Text Editor. Based on Atom, led by the community.
Collective - Host: opensource - https://opencollective.com/pulsar-edit - Website: https://pulsar-edit.dev - Code: https://github.com/pulsar-edit

update README with info about all included reporters

github.com/pulsar-edit/jasmine-reporters - 4957f13d3f5be524ee6d81b719265400a09c1ce7 authored almost 12 years ago by millermedeiros <[email protected]>
add TapReporter (Test Anything Protocol)

github.com/pulsar-edit/jasmine-reporters - 649c6854ef4a58e01976aa1843fbeba674bd9020 authored almost 12 years ago by millermedeiros <[email protected]>
Use RootView.eachEditor from StatusBar package

github.com/pulsar-edit/status-bar - 004a910564925fa53206d4ff5dfe68b1ff983c8d authored almost 12 years ago by Kevin Sawicki <[email protected]>
Use RootView.eachEditor from WrapGuide package

github.com/pulsar-edit/wrap-guide - b3567710f25fa9502731b6e03712e460147bdc7b authored almost 12 years ago by Kevin Sawicki <[email protected]>
Tweak period location in error messages

github.com/pulsar-edit/tree-view - 9e22d6cf98e75aaa42a12a8bcf724a93362ed1c8 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Don't show the move dialog when the project is selected

github.com/pulsar-edit/tree-view - 7dbadb7c91ea72ab4a10fb03707ab568a60870a4 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Use view class of entry instead of native call

github.com/pulsar-edit/tree-view - 16b1a8d9443c083826393b95719e66a0d18d5d02 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Add octicons to TreeView add/move dialog

github.com/pulsar-edit/tree-view - 7a3e8f7c79f29e50d30de9f530af2c8edd0745d1 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Tweak border for TreeView dialogs

github.com/pulsar-edit/tree-view - e010113ab18ad736cb8058760bd1ae81ae837a52 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Select the base name when it is equal to the extension

github.com/pulsar-edit/tree-view - da95a83e71d7236e0de99996405d5864d1ccb0aa authored almost 12 years ago by Kevin Sawicki <[email protected]>
Tweak message when prompting for a directory

github.com/pulsar-edit/tree-view - a442f4beee8f29aefbb9b796839abb3cdea6b1b2 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Add to root if no entry is selected

github.com/pulsar-edit/tree-view - bcbcbd11489609d15a63367186259c4f81c64c22 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Remove unneeded attachToDom() call in spec

github.com/pulsar-edit/markdown-preview - f5cc94c2f44794bb10728baa44e9c3380bc364f6 authored almost 12 years ago by Kevin Sawicki <[email protected]>
:lipstick:

github.com/pulsar-edit/fuzzy-finder - 467ba9e44a8959a3858cd891d6be8d4bf3d1a74b authored almost 12 years ago by Kevin Sawicki <[email protected]>
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 ...

github.com/pulsar-edit/fuzzy-finder - 7a926656320fec73f92e1ad1a1850a5643bd65a7 authored almost 12 years ago by Kevin Sawicki <[email protected]>
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 ...

github.com/pulsar-edit/fuzzy-finder - 026d10c78bab676521a1fb0795b2c884ad545b33 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Replace fuzzy-finder with fuzzyFinder in spec config key path

github.com/pulsar-edit/fuzzy-finder - c88d8bfdb43d5f29bdb9bce7bdd243e526e39507 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Display editor's grammar name in status bar

Clicking on the grammar name displays the list of
available grammars that can be switched to.

github.com/pulsar-edit/status-bar - 196696fc134ab182c0fbb3b9971d7b0ac8e5a011 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Handle single long words that exceed the wrap column in autoflow

github.com/pulsar-edit/autoflow - 50d497f20f23e1f206c6237eec055942c2a06ba1 authored almost 12 years ago by Nathan Sobo <[email protected]>
Add `autoflow` package w/ `autoflow:reflow-paragraph` command

github.com/pulsar-edit/autoflow - 36d8102670adf4836c4303c0808697b2d0ab8b72 authored almost 12 years ago by Nathan Sobo <[email protected]>
Don't attach the tree view when a project path changes

The tree view shouldn't automatically open when the
project first gets a path after not having o...

github.com/pulsar-edit/tree-view - 75f61ef299e49c6691c08d0cfedaa383d04c725c authored almost 12 years ago by Kevin Sawicki <[email protected]>
Don't attach the TreeView if RootView's path to open is a file

github.com/pulsar-edit/tree-view - 730929132ab5817f60b27421ac70197da1d2246b authored almost 12 years ago by Kevin Sawicki <[email protected]>
Don't attach the TreeView when the project has no path

github.com/pulsar-edit/tree-view - c5deed99fcd9b3a4e7f38a0eb1e43d46d66e3022 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Remove unneded focus() call

focus() is called from attach()

github.com/pulsar-edit/tree-view - 379bd4f9b995da9017aded9466826d7a349075f2 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Correct typo in spec

github.com/pulsar-edit/fuzzy-finder - 5d9a01bb662f7a53309c098aeb6e96426c2e93e2 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Don't show the tree view until the project has a path

github.com/pulsar-edit/tree-view - 6dd1f0afa753687df4ca862d18fcfdce5a26f35b authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Throw exception when repository fails to open

Removes need to check if the repository is valid before
each native API call and also removes ca...

github.com/pulsar-edit/status-bar - 455e809c6b1e705d2374d2c1e11abb15a15c6540 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Remove unused require

github.com/pulsar-edit/command-palette - 14afd3280100c5022c4dfbb7a7e6a65d67d14a52 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Rename event-palette to command-palette

github.com/pulsar-edit/command-palette - 0e43280552037ed4b3b9e80ab0f843dccb13a1a3 authored almost 12 years ago by Kevin Sawicki <[email protected]>
:lipstick:

github.com/pulsar-edit/tree-view - 0e23a9d1574fb9805c0ec9c289cc9938800a7a30 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Don't check if root is ignored

github.com/pulsar-edit/tree-view - 666fdb22315aafc0cf5e5b7af3761600bd7e052a authored almost 12 years ago by Kevin Sawicki <[email protected]>
Only show repo icon at root of tree

github.com/pulsar-edit/tree-view - e2e35a7c9f354ff1e61282baeeb6aba8ec6777a4 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Only compute Git status flags once

Previously the status was fetched twice, once for
if modified and once for if new.

Now the flag...

github.com/pulsar-edit/tree-view - 6d870df2bdf95be44259727a9ba5f1bdbd60ba67 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Only compute Git status flags once

Previously the status was fetched twice, once for
if modified and once for if new.

Now the flag...

github.com/pulsar-edit/status-bar - eec3657421bb1004991fda2726ad98380e2c6050 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Support opening a path into a new split editor

github.com/pulsar-edit/fuzzy-finder - e8c54f1fe159fbc192f4927e6431a7ea9b8f0e47 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Display submodule icon in tree-view

github.com/pulsar-edit/tree-view - 59eee10c9f8c411eab751343f66cab5ac0b48f18 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Remove stray console.log

github.com/pulsar-edit/tree-view - 64f596704c395c301d8296d3fc981b5c5282d5df authored almost 12 years ago by Kevin Sawicki <[email protected]>
:lipstick:

github.com/pulsar-edit/tree-view - 45256965241077a67cd22cb31920bd4ad0eddc15 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Show octicon for project's that are repos

github.com/pulsar-edit/tree-view - 9068510a39c02d61636f00e5c9ae15477f20dd6a authored almost 12 years ago by Kevin Sawicki <[email protected]>
Remove unused variable

github.com/pulsar-edit/tree-view - cb2369031ac7c58802ee1475dc9870fa8a3dc8f6 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Only get path if not returning

github.com/pulsar-edit/tree-view - cd5c45bd8e40110ad76904b2e046eeb213692ecb authored almost 12 years ago by Kevin Sawicki <[email protected]>
Guard against null repo

github.com/pulsar-edit/tree-view - 9295200b3f601f0b389f32d669889baa55881d5b authored almost 12 years ago by Kevin Sawicki <[email protected]>
Update status class when window gains focus

This will keep the tree view in sync when Git operations are
performed outside of the editor.

github.com/pulsar-edit/tree-view - cfb5d907913c8cc8d1bfd339d42424319dc5d223 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Remove unused require

github.com/pulsar-edit/tree-view - 0b2dba15c41052edefa8ed05ab36fa3ace3361eb authored almost 12 years ago by Kevin Sawicki <[email protected]>
Set path on project to be fixture git repo

This was causing the spec to fail on all non-master branches
since the wrong repository was bein...

github.com/pulsar-edit/status-bar - 159922df89315eb416286cdfe5bbe939d77a592f authored almost 12 years ago by Kevin Sawicki <[email protected]>
Pass a name string to `RootView.activatePackage` & `deactivatePackage`

Previously we were relying on the package module itself to have a
`name` field. But now that we'...

github.com/pulsar-edit/tree-view - e01aaceedddf471a2c88e59c2167f47bfcd566f5 authored almost 12 years ago by Nathan Sobo <[email protected]>
Rename `Project` events to be past-tense

github.com/pulsar-edit/tree-view - 63cb0b6ffeaaa468c6887c097340a84234d367c0 authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
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 ...

github.com/pulsar-edit/autocomplete-plus - 2252abcd3a0aa2727f01d59a0b4a77767dfa07ce authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename `Editor` attach and remove events in accordance w/ new scheme

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

github.com/pulsar-edit/autocomplete-plus - 6105d933f3ee4606f7678f5117fa23b754522e6b authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename 'active-editor-path-change' to 'root-view:active-path-changed'

github.com/pulsar-edit/tree-view - addcf6152b84f17ff06d30cc988c56c63877341a authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename 'editor-path-change' to 'editor:path-changed'

github.com/pulsar-edit/autocomplete-plus - f6452c846ca1fe26c2234285cfe2b987b16387e0 authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename 'editor-path-change' to 'editor:path-changed'

github.com/pulsar-edit/wrap-guide - ff3c784d8ed53741708b417a7ecb5ce0075f4f3f authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename `Editor` attach and remove events in accordance w/ new scheme

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

github.com/pulsar-edit/tabs - cc4cda9d0d96863d29296fabc5948c0e60d31f1b authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename `Editor` attach and remove events in accordance w/ new scheme

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

github.com/pulsar-edit/wrap-guide - 33e4464397bcb1534c6f2aeb6efcaf2edf70b651 authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename 'editor-path-change' to 'editor:path-changed'

github.com/pulsar-edit/status-bar - 797d5926a12d3b6c107c0c92d78740bad47380b1 authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename `Editor` attach and remove events in accordance w/ new scheme

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

github.com/pulsar-edit/status-bar - ee237779d5e295ed2ecaa9543b616120c3f02d18 authored almost 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename `File` and `Directory` 'contents-change' to 'contents-changed'

github.com/pulsar-edit/tree-view - bc82007f75cdf74862fb4414ac7436cff228b33b authored almost 12 years ago by Nathan Sobo <[email protected]>
Delete suffix before prefix

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

github.com/pulsar-edit/autocomplete-plus - 52d7e8d406fdf318868f41977eae1f3da78c0451 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Only focus editor when no confirming

github.com/pulsar-edit/autocomplete-plus - cce11120649983d39bcd0ab310136ad8fced7a76 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Remove status icon classes before path check

github.com/pulsar-edit/status-bar - a0e431a6837641e5c839b28374309b3cf39dcb25 authored almost 12 years ago by Kevin Sawicki <[email protected]>
Always use Git instance from project

This removes the need to open a new repository
each time a directory-view or file-view is displa...

github.com/pulsar-edit/status-bar - 67f2a79ff87e44db18dcefabfc6420f9a5cdeefe authored about 12 years ago by Kevin Sawicki <[email protected]>
Always use Git instance from project

This removes the need to open a new repository
each time a directory-view or file-view is displa...

github.com/pulsar-edit/tree-view - 51baff7251ffdbba62523d1531c25880db157074 authored about 12 years ago by Kevin Sawicki <[email protected]>
Move package CSS files to stylesheets directory

github.com/pulsar-edit/tree-view - 439dbb888adaece6c7f41cd9029ce007bea978e3 authored about 12 years ago by Kevin Sawicki <[email protected]>
Move package CSS files to stylesheets directory

github.com/pulsar-edit/autocomplete-plus - 3e46e0b49c23a5a85f37a4109e0db568ae237a56 authored about 12 years ago by Kevin Sawicki <[email protected]>
Move package CSS files to stylesheets directory

github.com/pulsar-edit/status-bar - 9c899c03cfc8ef179c33711dfabbff6fa59c3640 authored about 12 years ago by Kevin Sawicki <[email protected]>
Move package CSS files to stylesheets directory

github.com/pulsar-edit/fuzzy-finder - 908fe963b64b7aa964c26658d42c971ec41de7d8 authored about 12 years ago by Kevin Sawicki <[email protected]>
Move package CSS files to stylesheets directory

github.com/pulsar-edit/markdown-preview - 521fe80d23dbe3bca48715a8c4a1d5995745b860 authored about 12 years ago by Kevin Sawicki <[email protected]>
Move package CSS files to stylesheets directory

github.com/pulsar-edit/tabs - e8e0db20822108e2b197315013e413d7c94668bd authored about 12 years ago by Kevin Sawicki <[email protected]>
Move package CSS files to stylesheets directory

github.com/pulsar-edit/wrap-guide - 27babd80e678e0f2fce9646e165ba41941162a62 authored about 12 years ago by Kevin Sawicki <[email protected]>
Load keymaps from cson

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

github.com/pulsar-edit/fuzzy-finder - fcc0bf287f4ee226e766fb2b7c23ed9becf7dd9c authored about 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Load keymaps from cson

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

github.com/pulsar-edit/autocomplete-plus - bb44e4548430a756cfdae84f72c3b828244385ab authored about 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Load keymaps from cson

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

github.com/pulsar-edit/tree-view - 342f89eae522d61b62171eeb6b91de0849ad6f08 authored about 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Load keymaps from cson

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

github.com/pulsar-edit/markdown-preview - b9d5f066ae7642acf7d80a1836df35929aba94c5 authored about 12 years ago by Kevin Sawicki & Nathan Sobo <[email protected]>
Rename `Cursor` and `CursorView` events to passive-voice scheme

Any events emitted from DOM nodes should be prefixed with an identifier
for the node that emits ...

github.com/pulsar-edit/status-bar - 9d28d1993e35ad96ea497d02b9644e0fd97c96c2 authored about 12 years ago by Nathan Sobo <[email protected]>
Rename `Anchor` and `Buffer` events to passive-voice scheme

github.com/pulsar-edit/status-bar - efae4bcc817cd674cc07552bb80ed3bea50b12d2 authored about 12 years ago by Nathan Sobo <[email protected]>
Rename `Anchor` and `Buffer` events to passive-voice scheme

github.com/pulsar-edit/tabs - 73d154f6df2c1bcc4a99b2220c25cf74a41ac587 authored about 12 years ago by Nathan Sobo <[email protected]>
Update autocomplete position when populating list

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

github.com/pulsar-edit/autocomplete-plus - 1aa315dd405c8516250cd82228b8bb0a375ce5a8 authored about 12 years ago by Kevin Sawicki <[email protected]>
Use subscribe for window focus listener

github.com/pulsar-edit/fuzzy-finder - ea4aa4351120d1936811746328e77db260d514d8 authored about 12 years ago by Kevin Sawicki <[email protected]>
Simplify directory-view's unsubscription from its model

We can just namespace it by the extension name since this the tree view
will only have one direc...

github.com/pulsar-edit/tree-view - ffbb30ddb76c86659666031796f6527c2a35a340 authored about 12 years ago by Nathan Sobo <[email protected]>
Tab :lipstick:

github.com/pulsar-edit/tabs - 4578398e5942890de7d5d0b6271b8f3bfe5721d9 authored about 12 years ago by Nathan Sobo <[email protected]>
Ensure status-bar unsubscribes from window focus events

By using `@subscribe` convenience method on space pen views

github.com/pulsar-edit/status-bar - 32c299e387f037e59c5fbe5976498b0b840a540c authored about 12 years ago by Nathan Sobo <[email protected]>
Remove unnecessary unsubscribe from buffer in autocomplete

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

github.com/pulsar-edit/autocomplete-plus - c0cd45aceeaf150958bc50c2c6f85a1779ec5386 authored about 12 years ago by Nathan Sobo <[email protected]>
Use space pen to generate error html

github.com/pulsar-edit/markdown-preview - 46144a171705715082bd1b5a350f906a31232ec5 authored about 12 years ago by Kevin Sawicki <[email protected]>
Place spinner inside of markdown body

github.com/pulsar-edit/markdown-preview - 40d36c5692c8236fc74e4348012b593280b760c1 authored about 12 years ago by Kevin Sawicki <[email protected]>
Add helper for markdown extension to fs

github.com/pulsar-edit/markdown-preview - 47c3d6163cd7b823c29d95a9f2d8ab542de30a2c authored about 12 years ago by Kevin Sawicki <[email protected]>
Merge branch 'config'

github.com/pulsar-edit/markdown-preview - 98d30fbfa210980cbea9eba2a4449ca80ad7e6e6 authored about 12 years ago by Nathan Sobo <[email protected]>
Use getActivePath() helper from attach()

github.com/pulsar-edit/markdown-preview - 226ec89bf1cacb46d0eeb781c55b761ef05d8f14 authored about 12 years ago by Kevin Sawicki <[email protected]>
Restore prefix when cancelling an autocomplete

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

github.com/pulsar-edit/autocomplete-plus - 17c7ae5cc2d86ebcabbaed008bd14b27b4190456 authored about 12 years ago by Kevin Sawicki <[email protected]>
Remove unused requires

github.com/pulsar-edit/autocomplete-plus - c34281e4a4a50a54725044cd6c35c7dd2367bc8e authored about 12 years ago by Kevin Sawicki <[email protected]>
Cancel select list when an empty selection is confirmed

github.com/pulsar-edit/autocomplete-plus - 3e6c0bb5fb3e9a3e7da449fa877f3e3e397cc6ee authored about 12 years ago by Kevin Sawicki <[email protected]>
Use select list in autocomplete package

github.com/pulsar-edit/autocomplete-plus - e727d91764100b14db5e5a02128c8f19ce1f5d82 authored about 12 years ago by Kevin Sawicki <[email protected]>
Merge branch 'master' into config

github.com/pulsar-edit/tree-view - d1267f9b4409648f3f453683b1c77dcd156f8d34 authored about 12 years ago by Nathan Sobo <[email protected]>
Merge branch 'master' into config

github.com/pulsar-edit/tabs - 13ed4ffe43d1ca0218655b2fecbc6f96987e5ade authored about 12 years ago by Nathan Sobo <[email protected]>
Colorize new and modified files in tree view

github.com/pulsar-edit/tree-view - a6b25aa0df563ed2d332107ab1882a534bbd8b20 authored about 12 years ago by Kevin Sawicki <[email protected]>
Support using custom guide columns via config

github.com/pulsar-edit/wrap-guide - 87fa9c360c271e157f5138fdd701791c8f8edeb4 authored about 12 years ago by Kevin Sawicki <[email protected]>
Revert "removing the tree view core:close test, because cmd-w no longer closes the sidebar."

This reverts commit ab144a6d312765a37aba0bc4bd9dd9d6bc3839f1.

github.com/pulsar-edit/tree-view - 0030f2ef6068ab89f0f1e2aebc18d610fac58441 authored about 12 years ago by Jon Rohan <[email protected]>
Revert "don't close the tree view on cmd-w"

This reverts commit ef48c355fbabbb668d723dfea74a696382828d81.

github.com/pulsar-edit/tree-view - c921b92c4565820abfc727c4e8db1239e0d7f213 authored about 12 years ago by Jon Rohan <[email protected]>
Adjusting the text and icon colors in the tabs

github.com/pulsar-edit/tabs - a4f72066c4aac51aed2c2d2513d3e98b89e36174 authored about 12 years ago by Jon Rohan <[email protected]>
matching the circle color to the x

github.com/pulsar-edit/tabs - f341002bda89046bb10cbbf4d4366a9072ab6172 authored about 12 years ago by Jon Rohan <[email protected]>
using `@subscribe` to subscribe to the buffer

for garbage collection

github.com/pulsar-edit/tabs - 1090e007bd95195ff1e115f29398f1669b96c1b3 authored about 12 years ago by Jon Rohan <[email protected]>