Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/spell-check

:lock: Spell check Pulsar package
https://github.com/pulsar-edit/spell-check

Replace marker 'observe' methods w/ ordinary 'changed' event

8466d0dd38b204314283f97698c5cc8eec60e1f5 authored over 11 years ago
Get spell check specs passing with new marker api

487f88d8420bebfe10d6c4f08a2957a3623bc860 authored over 11 years ago
Don't require SpellChecker module until correction command is triggered

b0db65a10b6218a059a24c3b76fb50a2fbb0e9f9 authored over 11 years ago
Include comma as a word boundary

65cfe5df78cc8ba871e46936d2d58e97c5d577ab authored over 11 years ago
Include colon as a word boundary

7b5dc83b82edf6ed8a57215daa39e6e6beb09bca authored over 11 years ago
Only add view to attached editors

9343e3c702534cd45e3f22713091f1783b09a0c6 authored over 11 years ago
Defer require and only add view to pane-based editors

d2766b374bb38ce4ac5b2df0af4ecf1e8248fd26 authored over 11 years ago
Unsubscribe correctly from buffers in packages

Previously namespaces were used to off() when a buffer was
unsubscribed from which affected othe...

b8814327bdd8271aa48fe33d457c870315f86f01 authored almost 12 years ago
Unsubscribe if editor has no session

55314b3e2dabf6528b09d4765fae2e3925ef59e7 authored almost 12 years ago
Remove unneeded syntax.off() call

syntax.on() is no longer called anywhere in the package.

c54333eb4bb87febbaa0acb1adfe5a5f5e2ce102 authored almost 12 years ago
Start spell-checking immediately

When the grammar changes, spell check will detect this and toggle
itself accordingly. Before a g...

d6afa8e29441bc484add19741619574b45563741 authored almost 12 years ago
Rename node-nsspellchecker to node-spellchecker.

2f91321395eea9aaa9bb497b08e3167819631e6f authored almost 12 years ago
Use node-nsspellchecker to replace $native's spell checker.

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

213f1420cfe8daacc4539cabf4372ee45ad82916 authored almost 12 years ago
Only load TextMate packages as needed in specs

Also: when a TextMate package is deactivated, remove its grammars

e84fcda1b401585434df9237dee5924bf1815bf6 authored almost 12 years ago
Only add view when grammars-loaded event fires

Previously the views would be added immediately
if more than one grammar was already registered....

9ac055f0be864701e994d27b31193605789488d0 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...

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

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

65d0133787855a909ae2e1e45fc76c5da4876990 authored almost 12 years ago
Require a deferred package early if needed when deserializing panes

The requiring of a package's main module is now decoupled from package
activation. Non-deferred ...

4b875601285be478b1e35035977a2f4d38819644 authored almost 12 years ago
Use underscore node module

12d50c932a48cc6aa467f6f4fc985fd388199fed authored almost 12 years ago
spell-check.css -> spell-check.less

062ba589cab92a57d701399ab61c886cdfb0e789 authored almost 12 years ago
Fix broken specs after rebase

d21b449b32069f816c54a54f975663a3931bd684 authored almost 12 years ago
Fix spell check spec

d2b84249d51e718da5979077e9b5be512390e801 authored almost 12 years ago
Always destroy misspelling markers

4ea946d1e6d7c070d5b09433b8be44a82ae692dd authored almost 12 years ago
Always unsubscribe when changing buffers

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

7f40b092c16f26fb8b8c601b1348c77efc2c7a3b authored almost 12 years ago
Remove .coffee extension from package main

ed52157826da40240e71c1a92f8115e2032c0e33 authored almost 12 years ago
Add [] as word boundaries

This is a common boundary used in markdown link text

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

8cc52a55117d23a292af39f27f2af7d1930e550d authored almost 12 years ago
Add addViews method to mirror destroyViews

cdc4a15ec6df2fe614f1f68568536218ed1410ff authored almost 12 years ago
Add spec for disabling spell check of a grammar

55f4b2a7fc4328990d9fcb27cc6e201a4121c8a1 authored almost 12 years ago
:lipstick:

ecc5e7702c567900a27aadddff215f5314032402 authored almost 12 years ago
Include apostrophe in word regex

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.

40fb4646d76534bc80ca2f98c5c459812b58a9ad authored almost 12 years ago