Ecosyste.ms: OpenCollective

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

github.com/streetsidesoftware/vscode-spell-checker

A simple source code spell checker for code
https://github.com/streetsidesoftware/vscode-spell-checker

Update package.json to match settings.

13c03731469647b5555ad7c2c7c6cd169c8dabab authored about 8 years ago by Jason Dent <[email protected]>
Update Readme to include some of the new features.

93d14c07213bbdf322597c792970098779e05594 authored about 8 years ago by Jason Dent <[email protected]>
Add coroutine to the word list.

f1637d1be63da6fc3ad1498b949336a1b2f39925 authored about 8 years ago by Jason Dent <[email protected]>
Change the in doc regex for compound words.

1c08fcb4602bd86bc794df827f5f94eb1e456983 authored about 8 years ago by Jason Dent <[email protected]>
Export the default set of regex exclusions.

21d6902cdc59577f7aba94e4aa2bec3e2765c99a authored about 8 years ago by Jason Dent <[email protected]>
Add language settings to the settings.

3b1045e50028709895966997347403d850e48740 authored about 8 years ago by Jason Dent <[email protected]>
Remove empty dictionaries from collections.

84c4d610b4263229a2216c8218c2db466c670b14 authored about 8 years ago by Jason Dent <[email protected]>
Use the .test names

5c7eceea95d1b587e7dd28aaf2e9ac09f7926328 authored about 8 years ago by Jason Dent <[email protected]>
Refactor common regex patterns into their own file.

c4ece5a87402741b587b6a20dea767c1452212f7 authored about 8 years ago by Jason Dent <[email protected]>
Make the line length slightly longer.

4b1a4a042be2421ded97c42f4ec1c00c1e05bbbf authored about 8 years ago by Jason Dent <[email protected]>
Working on normalizing the settings

eb78a11737a69a0879a35bc214a8f8733f6874a7 authored about 8 years ago by Jason Dent <[email protected]>
Move TextRanges into its own file.

0fab46b32412e08346dcc721e3871a0e2f16856e authored about 8 years ago by Jason Dent <[email protected]>
Fix issue where regex was grabbing too much.

391452be87847a7b120cb2bdcd99a4c8840e184e authored about 8 years ago by Jason Dent <[email protected]>
Make suggestions case insensitive

956debd53e85f34daf0038cd4d2605b7b00fa540 authored about 8 years ago by Jason Dent <[email protected]>
Make the settings case insensitive

a2646cff47f1146e9fc1a182ffa380e762778e56 authored about 8 years ago by Jason Dent <[email protected]>
Move all In Document Settings detection Into its own file.

37b551711e74f077e2db76fa4ca4bffd4e2fa1f1 authored about 8 years ago by Jason Dent <[email protected]>
To make debugging easier, return an array.

7a016e9854ec702f673a7fa27869e390ce292d08 authored about 8 years ago by Jason Dent <[email protected]>
Fix issue with matching too easily

b5fa77edeafae02fedb604b352a3be3041d96193 authored about 8 years ago by Jason Dent <[email protected]>
Update merge settings Code to take any number of params

d370253a43e8088e6cbd39a43c9a8b5bf06db146 authored about 8 years ago by Jason Dent <[email protected]>
Remove code warning

81c4c37212b412abd2e011c16c2369bc237a60e1 authored about 8 years ago by Jason Dent <[email protected]>
Update packages

ab1b9e6b225e27d6e67aa14777809eac53751c01 authored about 8 years ago by Jason Dent <[email protected]>
Get in file exclusions working.

8905b30123d29f13c460f76e16fdc6180f3e88eb authored about 8 years ago by Jason Dent <[email protected]>
Enable ignore words and regexp in text.

330e383a75fe3b17fa396b46a8f248368f0a58e5 authored about 8 years ago by Jason Dent <[email protected]>
Remove dead files.

0eaf66d11ceabf79eb1fdfaeea286fce3643299b authored about 8 years ago by Jason Dent <[email protected]>
Fix code inspection warnings.

f495e8a7838a8a924df7e605fc6d98714d030135 authored about 8 years ago by Jason Dent <[email protected]>
Allow per language settings.

f2f4301b2d4dbeda9968b7cbfb3bc087d9a7428d authored about 8 years ago by Jason Dent <[email protected]>
Move Language settings into their own file.

4a7225b025067a23b54d0c01e350682391745efe authored about 8 years ago by Jason Dent <[email protected]>
Make sure the spell checks are case insensitive

273fe9846a3f459f9f25a3969c6784fd9768d001 authored about 8 years ago by Jason Dent <[email protected]>
Remove misspelling of language

0d7a4ff82f102ede68c346634cdf351c1f0cb850 authored about 8 years ago by Jason Dent <[email protected]>
Add term

181b0d9209a7f953f02524133955bd6bc883ed44 authored about 8 years ago by Jason Dent <[email protected]>
Remove unused exports.

76856e467b06d9903cad2324baa575cdb02b3724 authored about 8 years ago by Jason Dent <[email protected]>
Use the new text validator function

72f28615113cc1111786d80a352b289bf65a943b authored about 8 years ago by Jason Dent <[email protected]>
Rename _test files to .test

6aa282fe47be59352eb80ede6137920a997e8d4e authored about 8 years ago by Jason Dent <[email protected]>
Rename check to reflect that it is a promise

a57ade1fa524771bb1fac684fa0b1d8e66738620 authored about 8 years ago by Jason Dent <[email protected]>
Remove unused import

7104775b4a87aed721daa2262806af16eec00976 authored about 8 years ago by Jason Dent <[email protected]>
Add compoundWords settings

d9d85ca313213a29fb6ba9c94dbb704750730cae authored about 8 years ago by Jason Dent <[email protected]>
Use SpellingDictionary

95a1f7de8132688e6175597c937a6b8285c6abe0 authored about 8 years ago by Jason Dent <[email protected]>
Support compound words

fd61628201c69c6fe4faafce78a155ddb29b1b77 authored about 8 years ago by Jason Dent <[email protected]>
Make SpellingDictionary an interface

ca35a968a94d811621ad62c42e7d9031d97b537a authored about 8 years ago by Jason Dent <[email protected]>
Move text validator code into its own file.

ddd9d224b24f8a8561edec71a70a3e751351bdf0 authored about 8 years ago by Jason Dent <[email protected]>
Prevent showing "add to" if it is not our diagnostic.

466a4ff2e0876263fdb7a065445b7d95481351a7 authored about 8 years ago by Jason Dent <[email protected]>
PowerShell word list

c1cfc85fef55c977f9426c29a7feceb5498b12f2 authored about 8 years ago by Jason Dent <[email protected]>
Possible default language settings.

f6a962edb492545deb798601d796104ff38b74a1 authored about 8 years ago by Jason Dent <[email protected]>
Update the settings definition

4d0ce590e427369e95b79456f16549682a355faf authored about 8 years ago by Jason Dent <[email protected]>
Define the allowCompoundWords setting.

c1f28401f9448d7183d532ae4914e96bb921d482 authored about 8 years ago by Jason Dent <[email protected]>
Move towards loading individual dictionaries per language.

bf36d86de56b492ee4d5951940de258bae8e7e88 authored about 8 years ago by Jason Dent <[email protected]>
Remove unused code.

e94545abfd083cb18f21c1ad93d168be49513b35 authored about 8 years ago by Jason Dent <[email protected]>
Convert Rx.Promise to ES2015 Promise

a500f5ce64c3994f25721970c00e1c84eee15148 authored about 8 years ago by Jason Dent <[email protected]>
Add some words to the word lists

286779d827c6fa893bc7ac36aa496adfa4c1a594 authored about 8 years ago by Jason Dent <[email protected]>
Make a non-rx version of the createSpellingDictionary

535102bf4df1054be51c5bcf8aab713f5a64f190 authored about 8 years ago by Jason Dent <[email protected]>
Update version number.

e3942d86f355f923e8641be3f0f51faec855301c authored about 8 years ago by Jason Dent <[email protected]>
Create a set of classes for working with sets of dictionaries.

f2afcaa9bbc1c86ef239eada5498f9bcf4309a72 authored about 8 years ago by Jason Dent <[email protected]>
Move Trie logic into its own file

0ac919518a83241453f52b51899ffead0383b69e authored about 8 years ago by Jason Dent <[email protected]>
Add ignoreRegExpList to the settings.

f047ab687b5df33ca3aea76872e8e0eda3680577 authored about 8 years ago by Jason Dent <[email protected]>
Update readme.md

5ad20582937a4fd7137921ecf164e64e9938bfef authored about 8 years ago by Jason Dent <[email protected]>
Merge the cSpell.json values with workspace settings.

78af67f6d22dcc4e143fca081a817ab7451f34cf authored about 8 years ago by Jason Dent <[email protected]>
Remove the distinction between package settings and user settings.

5c9eca5b9e084ae184bbe1bc9cd78a7089eae705 authored about 8 years ago by Jason Dent <[email protected]>
Update packages

bd35a20871ec2b161b588a5e6801bfbbdb422951 authored about 8 years ago by Jason Dent <[email protected]>
Add coroutines to the list of software terms.

170772c3ce989ea80e04f9da6966791128a0a5ef authored about 8 years ago by Jason Dent <[email protected]>
Update launch.json to remove deprecated outDir.

30b9b4e6c5d375f35aa71f99a868208402611e2b authored about 8 years ago by Jason Dent <[email protected]>
Update to match branch.

67197c8535d72d5855d4937b8a64e2945acf28e0 authored about 8 years ago by Jason Dent <[email protected]>
Version update during publish

877c71e794571226404cf1447917eecff569f945 authored about 8 years ago by Jason Dent <[email protected]>
Patch for #42

7327097342b58e9b582c72b32283364c1d23a5c0 authored about 8 years ago by Jason Dent <[email protected]>
Update version to match branch.

535e0499c1e5f6e307b94549df2793ec2b22cc2f authored about 8 years ago by Jason Dent <[email protected]>
Update README.md

cc82d37e2d1ccc6fb166a124057cea31b70b84fc authored about 8 years ago by Jason Dent <[email protected]>
Make sure the list of fonts gets loaded.

9d8e5cb3755127aee055bfd2b53910aff6a4b2b7 authored about 8 years ago by Jason Dent <[email protected]>
Add flagWords to the configuration.

603b8db796e6bcc19a7becaf562190758774c9b9 authored about 8 years ago by Jason Dent <[email protected]>
Update GenSequence

bfddd64369bdd1029f2e5c7f0b14fa14c241eb64 authored about 8 years ago by Jason Dent <[email protected]>
Add keyof to typescript keywords

d868c99173df3a14ed199b06a93ccefbabe4b364 authored about 8 years ago by Jason Dent <[email protected]>
Add GenSequence to dictionary

4981df4cb6023d7a243a9d5d3d34a2c258fc1499 authored about 8 years ago by Jason Dent <[email protected]>
Move GenSequence into its own repository and NPM

e5a6154f6d47ff87ece5d27409ea8179f09a99cf authored about 8 years ago by Jason Dent <[email protected]>
Add Skip and Take to the Sequence.

f0753b8d5ac4e08ba2e7a353eb9e045e1c3d8af3 authored about 8 years ago by Jason Dent <[email protected]>
Try turning on some complier options.

68e01f6bfbc3d243641e653064b0cee2be6ef089 authored about 8 years ago by Jason Dent <[email protected]>
Start on word list compiler to speed up loading.

063ebc96728e031610712e77f2b6757ffe7c269f authored about 8 years ago by Jason Dent <[email protected]>
Turn on strictNullChecks

549dba0ad0744f744fa1848ce3a92fbf1a52dde1 authored about 8 years ago by Jason Dent <[email protected]>
Use GenSequence

500e3226509ecbb4eddf507a8d1f51d8be58253e authored about 8 years ago by Jason Dent <[email protected]>
Add concatMap and ScanMap

69bc2782d5b8552f2c9ab95785bbaad75baa47ef authored about 8 years ago by Jason Dent <[email protected]>
No longer used

f4860c28c072ecffe93ae218eca7c556da4a68c4 authored about 8 years ago by Jason Dent <[email protected]>
Update to match new name of file.

1619eea7571579b008265792ed05d88bd48571f1 authored about 8 years ago by Jason Dent <[email protected]>
Add Sequence Util to help with iterators.

fadcbcea0e3703d1c6bd769dd13a2ff2fcb09eef authored about 8 years ago by Jason Dent <[email protected]>
Experiment with extending the text matching.

592df65107f0b25f1d4fe71b09cadb04f418b43b authored about 8 years ago by Jason Dent <[email protected]>
Rename some tests.

40fa955b23a56017db0dc6b3b4013699ab2faa13 authored about 8 years ago by Jason Dent <[email protected]>
Upgrade to typescript 2.1.4

ef4c6387d651dbfb40cbd3249670042897882a26 authored about 8 years ago by Jason Dent <[email protected]>
Add a list of fonts.

3d949aba5ce170b42dd6b4a17d8f31488336ec45 authored about 8 years ago by Jason Dent <[email protected]>
Fix regex bug with hex values.

8db706b00af76ac60da0c514f24e1d553eb3f718 authored about 8 years ago by Jason Dent <[email protected]>
Update README.md

41bd565f0c35121ea35658e5873df054b9210f95 authored about 8 years ago by Jason Dent <[email protected]>
Update README.md

8a368444b646f17a3e8b2887b91ce557a53f12c9 authored about 8 years ago by Jason Dent <[email protected]>
Add cSpell::disable/enable

de36ba5d0d52f0eafc603f288b0a6919381ea897 authored about 8 years ago by Jason Dent <[email protected]>
Update scripts to make building easier.

1ef4677291575fe297cdf6778f8a6309742e8f07 authored about 8 years ago by Jason Dent <[email protected]>
Merge remote-tracking branch 'origin/master' into r0.12.1

387d471300e952e61a631a4ecbf0e055fd1a00b8 authored about 8 years ago by Jason Dent <[email protected]>
Merge pull request #32 from abgivant/patch-2

Add README documentation for "spellCheckDelayMs" setting

a99bc4e60500241103472b56220b635a29baa867 authored about 8 years ago by Jason Dent <[email protected]>
Add README documentation for "spellCheckDelayMs" setting

Updated the README file to include documentation for the new "cSpell.spellCheckDelayMs" configur...

05c324afb2a3e41d03cfd030111cab6087102e1d authored about 8 years ago by abgivant <[email protected]>
Merge r0.12.0 into master

28158dafe13173c1fffab3353ddc18e9a6dc6ee2 authored about 8 years ago by Jason Dent <[email protected]>
Add ability to include / exclude text to be checked

99cdaa9f819e9d7957efe00c850c452da4c43f29 authored about 8 years ago by Jason Dent <[email protected]>
Parse Company names like code

b0181c1737e43b7fae3c53db36c39a6cb907675b authored about 8 years ago by Jason Dent <[email protected]>
Add some more terms

f408b1b87dcd48a1da423a3cc13b37b2242cb0de authored about 8 years ago by Jason Dent <[email protected]>
Working on exclude/include validation ranges

4ec5be1b50480642632e15bfab7474488fee75c4 authored about 8 years ago by Jason Dent <[email protected]>
Merge remote-tracking branch 'origin/r0.12.0' into r0.12.1

48365855639d33b8481ddb00d9d9ef3f8ea643e2 authored about 8 years ago by Jason Dent <[email protected]>
Include the types for mkdirp

04bfa1f316ba10bd4609604442b1f7d566a175f5 authored about 8 years ago by Jason Dent <[email protected]>
Make space for 12.1 release notes.

37892e93b877e3f228292d6a4fdcf0a56c08e7ea authored about 8 years ago by Jason Dent <[email protected]>