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

Use underscore node module

github.com/pulsar-edit/tree-view - bf26a45f15ca1b26346f10ddbeea9c045f412dcf authored almost 12 years ago
Use underscore node module

github.com/pulsar-edit/status-bar - 12897fcf67106219c3b9d43f220bf06c179a7628 authored almost 12 years ago
Use underscore node module

github.com/pulsar-edit/command-palette - 1ae13b757589030693446ff36456c3240b46234d authored almost 12 years ago
package-generator.css -> package-generator.less

github.com/pulsar-edit/package-generator - aabd97fe8ad63e44d77eef86795f588b60935a13 authored almost 12 years ago
markdown preview to less. also seperate out pygments colors

github.com/pulsar-edit/markdown-preview - 460be8c69c615e1e0c6245b965beda90a1cf7908 authored almost 12 years ago
wrap-guide.css -> wrap-guide.less

github.com/pulsar-edit/wrap-guide - db39de01c741bb7179d0a7593632aa960271161c authored almost 12 years ago
braket-matcher.css -> bracket-matcher.less

github.com/pulsar-edit/bracket-matcher - f26822204012402787b6a329c6470b25c90557f8 authored almost 12 years ago
spell-check.css -> spell-check.less

github.com/pulsar-edit/spell-check - 062ba589cab92a57d701399ab61c886cdfb0e789 authored almost 12 years ago
tree-view.css -> tree-view.less

github.com/pulsar-edit/tree-view - 97991f0a04c334907bf93954ad93082df705fca4 authored almost 12 years ago
autocomplete.css -> autocomplete.less

github.com/pulsar-edit/autocomplete-plus - 1abb2a775d84d8dbba168d79e14b942224c4bdf3 authored almost 12 years ago
Check if path exists before moving

fs.move() no longer throws an exception if the target exists
so check for it explicitly when the...

github.com/pulsar-edit/tree-view - d6fe6c17ff6d3c59005185077291d0c109801bae authored almost 12 years ago
update example now that the CoffeeScript compiler generates source maps

github.com/pulsar-edit/node-source-map-support - 123fb717b20686af4a2608ce3b045f94e118b1b0 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...

github.com/pulsar-edit/fuzzy-finder - ff998afffa8a0684a8b2285ca7ea2c2e69d8a27c authored almost 12 years ago
WIP: make markdown preview view serializable

github.com/pulsar-edit/markdown-preview - 10220128fbbc302d3dea088ba829812d0cf5f139 authored almost 12 years ago
Tree view deselects entry when active item has no path

github.com/pulsar-edit/tree-view - aa426fa474c12cc1d03edc9e1913cf232b7b9044 authored almost 12 years ago
Apply correct flexbox styling to `.pane > .item-views > *`

Markdown preview was overflowing because the min-height of flexbox
items is automatically set to...

github.com/pulsar-edit/markdown-preview - a42bd415b675e9afdf1907b7cc796cd8972c4222 authored almost 12 years ago
Add .template extension to package-generator template files

Acutally Closes #359

github.com/pulsar-edit/package-generator - 245c6afb6f45871ee33a311581568fb03876e9e6 authored almost 12 years ago
Remove unused import

github.com/pulsar-edit/symbols-view - b0131110a6575dd32634d848b29023e7e7b3ff3d authored almost 12 years ago
Create helper to buffer process lines

github.com/pulsar-edit/symbols-view - db61b2896dd2898022f12099fda94e6dda2f9f6e authored almost 12 years ago
Use child_process.spawn for ctags command

github.com/pulsar-edit/symbols-view - d0f11e96b59f2e3361dfead5536d1a07a02bf0ff authored almost 12 years ago
Make markdown preview views fit into panes and work w/ a single buffer

github.com/pulsar-edit/markdown-preview - 49171c3d540db2bd7643c7359d63fc03274752e6 authored almost 12 years ago
WIP: Preview markdown in next pane, splitting current pane if needed

github.com/pulsar-edit/markdown-preview - 64701c44fc9cb62f37ad369c044f1536d61f79da authored almost 12 years ago
Add toBeInstanceOf and toHaveLength jasmine matchers

github.com/pulsar-edit/markdown-preview - 7302bef1da2df60671b1f8ea41efd2cb7ed47684 authored almost 12 years ago
Merge remote-tracking branch 'origin/dev' into cefode

github.com/pulsar-edit/symbols-view - 6d5a411c517b8660e02ccdd2e8c6b24c6309be79 authored almost 12 years ago
Use ctags node module

Remove internal ctags code and defer to
new node module for finding tags and listing
tags.

github.com/pulsar-edit/symbols-view - c654d01de030495ce83259622496442c2163def5 authored almost 12 years ago
Rename root view serialization keys

github.com/pulsar-edit/fuzzy-finder - ac021eb55e996b0240867e7b6368478b70093ea9 authored almost 12 years ago
Fix broken specs after rebase

github.com/pulsar-edit/spell-check - d21b449b32069f816c54a54f975663a3931bd684 authored almost 12 years ago
Fix broken specs after rebase

github.com/pulsar-edit/fuzzy-finder - 2c0211c638ae91ffe99cec15eca2371afc60d070 authored almost 12 years ago
Fix breakages due to save method moving to Pane (except saveAll specs)

github.com/pulsar-edit/status-bar - 82d0fc039ec6ff279f1550bf4fbd6ee3671698ae authored almost 12 years ago
Rework Buffer's 'contents-modified' event

This event now fires whenever the content of the buffer changes (after
a rate-limiting delay) w...

github.com/pulsar-edit/status-bar - 45767e15b11ec55381fa22fb149d02e60c348055 authored almost 12 years ago
Tabs indicate when their items are modified

github.com/pulsar-edit/tabs - cde2860f416adfd7c897bccd5d3abeb57d6d80d7 authored almost 12 years ago
Kill dead tab view code

github.com/pulsar-edit/tabs - 010dbe2229d67a8dff8a7b607b0e54aa8aec690d authored almost 12 years ago
Eliminate fixturesProject global. Use project global instead.

github.com/pulsar-edit/fuzzy-finder - bff4d1c45ab354351453d1c7a6ae5b3b9e37f0c8 authored almost 12 years ago
Fix spell check spec

github.com/pulsar-edit/spell-check - d2b84249d51e718da5979077e9b5be512390e801 authored almost 12 years ago
Eliminate fixturesProject global. Use project global instead.

github.com/pulsar-edit/autocomplete-plus - 1699cf07adec8c089baf126a0477b16ea7b26bc7 authored almost 12 years ago
Fix status bar spec

github.com/pulsar-edit/status-bar - c09f3a493664063b72f4466fb2187747a536c3b0 authored almost 12 years ago
Fix symbols view

Makes a lot of assumptions about getActiveView being an editor. We'll
need to revisit this.

github.com/pulsar-edit/symbols-view - 56a9944c5343a105d2c89958bd74cefc34d3c096 authored almost 12 years ago
Fix TreeView specs

github.com/pulsar-edit/tree-view - 8469e153638faf2e07df0a69831c19cde6474007 authored almost 12 years ago
Fix package generator spec

github.com/pulsar-edit/package-generator - 5163110eba9702b6c26af99e5874e060b9132a71 authored almost 12 years ago
Make tab drag & drop work with new panes system

github.com/pulsar-edit/tabs - 400002f2f124f5497bcb834afedb21f22b050ca9 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...

github.com/pulsar-edit/fuzzy-finder - a0147eed3557624c0b50594f199c37e82ba3653b authored almost 12 years ago
Implement shouldAllowDrag in positive logic for tabs

github.com/pulsar-edit/tabs - dc24b4a23563de9649aa7fef906ee5b71d051d37 authored almost 12 years ago
Kill dead code

github.com/pulsar-edit/tabs - 59bec07bfb5b3c88f5c50f18b3014718c0832bda authored almost 12 years ago
Reflect pane item order in tab bar

github.com/pulsar-edit/tabs - f0be780cbf007ca0ec63fbb834c1e0a2e4515eb2 authored almost 12 years ago
Tabs try to use an item's `longTitle` if two tab titles are the same

This will replace edit-session-specific functionality that displayed
the file's parent directory...

github.com/pulsar-edit/tabs - e01adfbc7c18dca2b2cab4e1d64eed30ffb72379 authored almost 12 years ago
:lipstick:

github.com/pulsar-edit/tabs - fa1c1e5d7810b63ae2ba78314aa0a00dd20bbc49 authored almost 12 years ago
Call Pane.destroyItem when close icon is clicked on a tab

github.com/pulsar-edit/tabs - 327d631d845f2c8244763c1b2015f4e4397380d9 authored almost 12 years ago
Start converting tabs package to work with new panes / pane-items

github.com/pulsar-edit/tabs - 35673e6ae454d7619b965d8109442e1545840611 authored almost 12 years ago
Pane emits 'pane:item-added' events

github.com/pulsar-edit/tabs - dfe1f74438e3f1e403ef245cd5dd2550432f0272 authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

github.com/pulsar-edit/wrap-guide - 45602e9afce42b3ac916f8e661812a5836665fcd authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

github.com/pulsar-edit/bracket-matcher - abb8119035ae3f328eb2fd301cad59caf0ffd0fb authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

github.com/pulsar-edit/autocomplete-plus - 32f074c4ddd69a83c283edf777d5003225884bfa authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

github.com/pulsar-edit/markdown-preview - 8a762adf651da98036383275aa6d488d42049f93 authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

github.com/pulsar-edit/go-to-line - 7dac993d02eb6d5197180d3116f20f5f8b7b3db1 authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

github.com/pulsar-edit/autoflow - ce446a35103911a084372971e2e4e0de1424070c authored almost 12 years ago
Get CommandPalette specs to pass without getActiveEditor

github.com/pulsar-edit/command-palette - 110fc4c89c13c103425772740143e77aab808dd4 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...

github.com/pulsar-edit/autocomplete-plus - e1c8aa81495b79603fcd3b64e9991bd3f65ec829 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...

github.com/pulsar-edit/fuzzy-finder - 024c4dcfb1b6569156827d58387843d8aa07514a authored almost 12 years ago
option to not install uncaught exception handler, fix for issue #3

github.com/pulsar-edit/node-source-map-support - 18992a7be67dffab522fef26a7679c42aa65c156 authored almost 12 years ago
Trigger resize event on editor before wrap guide specs

github.com/pulsar-edit/wrap-guide - eb678ff03db4fd5a69f69be66d0ed29a0c3c3723 authored almost 12 years ago
Always destroy misspelling markers

github.com/pulsar-edit/spell-check - 4ea946d1e6d7c070d5b09433b8be44a82ae692dd authored almost 12 years ago
Add back saved event handler

github.com/pulsar-edit/status-bar - 0236210be5182cece2651f9d5ddf29426698871c authored almost 12 years ago
Show commits ahead/behind upstream in status bar

github.com/pulsar-edit/status-bar - a5c010b972f4b4a0f02ec7bbd41bf61932d046b6 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...

github.com/pulsar-edit/status-bar - 6b33362f5251a658062aeb440953393b3636f189 authored almost 12 years ago
Consolidate Git status checking

Now the status bar and tree view both listen for
status change events and use the cached informa...

github.com/pulsar-edit/status-bar - 024bd7484abe2544b4916d13e339a01d8d2fd22b authored almost 12 years ago
Remove git-status-changed event from Buffer

This is now fired as a status-changed event from
the Git class when the checkout completes norma...

github.com/pulsar-edit/status-bar - 3b32e9ad71183adab8ea7d8f214b8ce7beea3939 authored almost 12 years ago
Put status indicator on right side of fuzzy finder

Closes #313

github.com/pulsar-edit/fuzzy-finder - 2fef56d2b8e2bfb970c9a3c9323b1aa1238a7c32 authored almost 12 years ago
Remove git-status-changed event from Buffer

This is now fired as a status-changed event from
the Git class when the checkout completes norma...

github.com/pulsar-edit/tabs - 44cddda98dff981574bbae90bcf7e6f0012ea6e9 authored almost 12 years ago
Show status icons in fuzzy finder

github.com/pulsar-edit/fuzzy-finder - ac50a5ddd78f7adef4fb8f559bc10b4b0d8a8ba1 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...

github.com/pulsar-edit/fuzzy-finder - 16b06d84c8e9f89c6fde7eceefb0de37b535f7e5 authored almost 12 years ago
Bind meta-T to display modified/untracked files

github.com/pulsar-edit/fuzzy-finder - 4a79560e1f8d1ca8e9093e1d29f25f69ff08d198 authored almost 12 years ago
Update status finder keybinding to meta-B

github.com/pulsar-edit/fuzzy-finder - c18cc481b46a034ec2c77c14fca1634e2c83c60b authored almost 12 years ago
Show Git status indicators on directories

Closes #301

github.com/pulsar-edit/tree-view - d8f5b1c1b9ef090602d1307ff51a70a6a628acd4 authored almost 12 years ago
Consolidate Git status checking

Now the status bar and tree view both listen for
status change events and use the cached informa...

github.com/pulsar-edit/tree-view - 04a16e8479ec27ea78d95e4116950e57b3924572 authored almost 12 years ago
Use subscribe instead of on

github.com/pulsar-edit/tree-view - daf958b7d0e49b1a4c0a9f68ab12e33173d815fe 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...

github.com/pulsar-edit/tree-view - da588b2cef7882f115dd82e1d586b9d169e850d4 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...

github.com/pulsar-edit/fuzzy-finder - 843249c0b73d6721a6d87aa38a92c7bee12e4167 authored almost 12 years ago
version bump and description for npm

github.com/pulsar-edit/node-source-map-support - 9484e8ec05eac9e9302be4a0a247b812a0afc663 authored almost 12 years ago
Merge pull request #2 from bpytlik/master

fix compatibility with coffeescript 1.6 source map files

github.com/pulsar-edit/node-source-map-support - 8717f4f66c4323dd71fafd631dc9c559a127139d authored almost 12 years ago
Use Courier as the default font for specs

Fixes #323

github.com/pulsar-edit/wrap-guide - b939a874634791be76c050b6b627319006424494 authored almost 12 years ago
support sourceMappingURL being located at the beginning of the file

github.com/pulsar-edit/node-source-map-support - fe649c749381e5e62897b19e5726b7cda59e5b17 authored almost 12 years ago
Replace ## in package-generator templates with __

This is a workaround for
<http://code.google.com/p/gyp/issues/detail?id=323>.

A future change w...

github.com/pulsar-edit/package-generator - a0f26d29c2fba6657f178ff79252db18ee59cc8d authored almost 12 years ago
Always unsubscribe when changing buffers

Previously subscribeToBuffer() returned early
in certain cases without first unsubscribing to
th...

github.com/pulsar-edit/spell-check - 7f40b092c16f26fb8b8c601b1348c77efc2c7a3b authored almost 12 years ago
Change octicon based on creating file or folder

github.com/pulsar-edit/tree-view - 2ad74a1ad4019e86c0281a25fc59f20d73e30c6c authored almost 12 years ago
Remove .coffee extension from package main

github.com/pulsar-edit/spell-check - ed52157826da40240e71c1a92f8115e2032c0e33 authored almost 12 years ago
Display error when symbol's file does not exist

github.com/pulsar-edit/symbols-view - 4b9340358c2870b5c53d78871a68f4e6d7d98d6c authored almost 12 years ago
Add [] as word boundaries

This is a common boundary used in markdown link text

github.com/pulsar-edit/spell-check - 1aa83b4908ee4c6ef3922e8018a85b1f2e2dc7d3 authored almost 12 years ago
Display corrections for misspelling on meta-0

A select list will now display with possible corrections
and the misspelling will be replaced wh...

github.com/pulsar-edit/spell-check - 8cc52a55117d23a292af39f27f2af7d1930e550d authored almost 12 years ago
Add addViews method to mirror destroyViews

github.com/pulsar-edit/spell-check - cdc4a15ec6df2fe614f1f68568536218ed1410ff authored almost 12 years ago
Add spec for disabling spell check of a grammar

github.com/pulsar-edit/spell-check - 55f4b2a7fc4328990d9fcb27cc6e201a4121c8a1 authored almost 12 years ago
Include apostrophe in word regex

github.com/pulsar-edit/spell-check - ef6bfcfd8d335fc5eaf4796ffadc05c18dfd686d authored almost 12 years ago
Add initial spell checker package

This adds spell checking to editor's using the
text, markdown, or Git commit message grammars.

github.com/pulsar-edit/spell-check - 40fb4646d76534bc80ca2f98c5c459812b58a9ad authored almost 12 years ago
Remove useless div around function details

github.com/pulsar-edit/symbols-view - 6add4cb9fcac8ddbc5c9f990712082c419735e1e authored almost 12 years ago