Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Spell Checker for Visual Studio Code
Support the development of the Code Spell Checker for Visual Studio Code
Collective -
Host: opensource -
https://opencollective.com/code-spell-checker
- Website: https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker
- Code: https://github.com/streetsidesoftware/vscode-spell-checker
Update package.json to match settings.
github.com/streetsidesoftware/vscode-spell-checker - 13c03731469647b5555ad7c2c7c6cd169c8dabab authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 13c03731469647b5555ad7c2c7c6cd169c8dabab authored about 8 years ago
Update Readme to include some of the new features.
github.com/streetsidesoftware/vscode-spell-checker - 93d14c07213bbdf322597c792970098779e05594 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 93d14c07213bbdf322597c792970098779e05594 authored about 8 years ago
Add coroutine to the word list.
github.com/streetsidesoftware/vscode-spell-checker - f1637d1be63da6fc3ad1498b949336a1b2f39925 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f1637d1be63da6fc3ad1498b949336a1b2f39925 authored about 8 years ago
Change the in doc regex for compound words.
github.com/streetsidesoftware/vscode-spell-checker - 1c08fcb4602bd86bc794df827f5f94eb1e456983 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 1c08fcb4602bd86bc794df827f5f94eb1e456983 authored about 8 years ago
Export the default set of regex exclusions.
github.com/streetsidesoftware/vscode-spell-checker - 21d6902cdc59577f7aba94e4aa2bec3e2765c99a authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 21d6902cdc59577f7aba94e4aa2bec3e2765c99a authored about 8 years ago
Add language settings to the settings.
github.com/streetsidesoftware/vscode-spell-checker - 3b1045e50028709895966997347403d850e48740 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 3b1045e50028709895966997347403d850e48740 authored about 8 years ago
Remove empty dictionaries from collections.
github.com/streetsidesoftware/vscode-spell-checker - 84c4d610b4263229a2216c8218c2db466c670b14 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 84c4d610b4263229a2216c8218c2db466c670b14 authored about 8 years ago
Use the .test names
github.com/streetsidesoftware/vscode-spell-checker - 5c7eceea95d1b587e7dd28aaf2e9ac09f7926328 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 5c7eceea95d1b587e7dd28aaf2e9ac09f7926328 authored about 8 years ago
Refactor common regex patterns into their own file.
github.com/streetsidesoftware/vscode-spell-checker - c4ece5a87402741b587b6a20dea767c1452212f7 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - c4ece5a87402741b587b6a20dea767c1452212f7 authored about 8 years ago
Make the line length slightly longer.
github.com/streetsidesoftware/vscode-spell-checker - 4b1a4a042be2421ded97c42f4ec1c00c1e05bbbf authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 4b1a4a042be2421ded97c42f4ec1c00c1e05bbbf authored about 8 years ago
Working on normalizing the settings
github.com/streetsidesoftware/vscode-spell-checker - eb78a11737a69a0879a35bc214a8f8733f6874a7 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - eb78a11737a69a0879a35bc214a8f8733f6874a7 authored about 8 years ago
Move TextRanges into its own file.
github.com/streetsidesoftware/vscode-spell-checker - 0fab46b32412e08346dcc721e3871a0e2f16856e authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 0fab46b32412e08346dcc721e3871a0e2f16856e authored about 8 years ago
Fix issue where regex was grabbing too much.
github.com/streetsidesoftware/vscode-spell-checker - 391452be87847a7b120cb2bdcd99a4c8840e184e authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 391452be87847a7b120cb2bdcd99a4c8840e184e authored about 8 years ago
Make suggestions case insensitive
github.com/streetsidesoftware/vscode-spell-checker - 956debd53e85f34daf0038cd4d2605b7b00fa540 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 956debd53e85f34daf0038cd4d2605b7b00fa540 authored about 8 years ago
Make the settings case insensitive
github.com/streetsidesoftware/vscode-spell-checker - a2646cff47f1146e9fc1a182ffa380e762778e56 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - a2646cff47f1146e9fc1a182ffa380e762778e56 authored about 8 years ago
Move all In Document Settings detection Into its own file.
github.com/streetsidesoftware/vscode-spell-checker - 37b551711e74f077e2db76fa4ca4bffd4e2fa1f1 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 37b551711e74f077e2db76fa4ca4bffd4e2fa1f1 authored about 8 years ago
To make debugging easier, return an array.
github.com/streetsidesoftware/vscode-spell-checker - 7a016e9854ec702f673a7fa27869e390ce292d08 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 7a016e9854ec702f673a7fa27869e390ce292d08 authored about 8 years ago
Fix issue with matching too easily
github.com/streetsidesoftware/vscode-spell-checker - b5fa77edeafae02fedb604b352a3be3041d96193 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - b5fa77edeafae02fedb604b352a3be3041d96193 authored about 8 years ago
Update merge settings Code to take any number of params
github.com/streetsidesoftware/vscode-spell-checker - d370253a43e8088e6cbd39a43c9a8b5bf06db146 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - d370253a43e8088e6cbd39a43c9a8b5bf06db146 authored about 8 years ago
Remove code warning
github.com/streetsidesoftware/vscode-spell-checker - 81c4c37212b412abd2e011c16c2369bc237a60e1 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 81c4c37212b412abd2e011c16c2369bc237a60e1 authored about 8 years ago
Update packages
github.com/streetsidesoftware/vscode-spell-checker - ab1b9e6b225e27d6e67aa14777809eac53751c01 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - ab1b9e6b225e27d6e67aa14777809eac53751c01 authored about 8 years ago
Get in file exclusions working.
github.com/streetsidesoftware/vscode-spell-checker - 8905b30123d29f13c460f76e16fdc6180f3e88eb authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 8905b30123d29f13c460f76e16fdc6180f3e88eb authored about 8 years ago
Enable ignore words and regexp in text.
github.com/streetsidesoftware/vscode-spell-checker - 330e383a75fe3b17fa396b46a8f248368f0a58e5 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 330e383a75fe3b17fa396b46a8f248368f0a58e5 authored about 8 years ago
Remove dead files.
github.com/streetsidesoftware/vscode-spell-checker - 0eaf66d11ceabf79eb1fdfaeea286fce3643299b authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 0eaf66d11ceabf79eb1fdfaeea286fce3643299b authored about 8 years ago
Fix code inspection warnings.
github.com/streetsidesoftware/vscode-spell-checker - f495e8a7838a8a924df7e605fc6d98714d030135 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f495e8a7838a8a924df7e605fc6d98714d030135 authored about 8 years ago
Allow per language settings.
github.com/streetsidesoftware/vscode-spell-checker - f2f4301b2d4dbeda9968b7cbfb3bc087d9a7428d authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f2f4301b2d4dbeda9968b7cbfb3bc087d9a7428d authored about 8 years ago
Move Language settings into their own file.
github.com/streetsidesoftware/vscode-spell-checker - 4a7225b025067a23b54d0c01e350682391745efe authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 4a7225b025067a23b54d0c01e350682391745efe authored about 8 years ago
Make sure the spell checks are case insensitive
github.com/streetsidesoftware/vscode-spell-checker - 273fe9846a3f459f9f25a3969c6784fd9768d001 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 273fe9846a3f459f9f25a3969c6784fd9768d001 authored about 8 years ago
Remove misspelling of language
github.com/streetsidesoftware/vscode-spell-checker - 0d7a4ff82f102ede68c346634cdf351c1f0cb850 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 0d7a4ff82f102ede68c346634cdf351c1f0cb850 authored about 8 years ago
Add term
github.com/streetsidesoftware/vscode-spell-checker - 181b0d9209a7f953f02524133955bd6bc883ed44 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 181b0d9209a7f953f02524133955bd6bc883ed44 authored about 8 years ago
Remove unused exports.
github.com/streetsidesoftware/vscode-spell-checker - 76856e467b06d9903cad2324baa575cdb02b3724 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 76856e467b06d9903cad2324baa575cdb02b3724 authored about 8 years ago
Use the new text validator function
github.com/streetsidesoftware/vscode-spell-checker - 72f28615113cc1111786d80a352b289bf65a943b authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 72f28615113cc1111786d80a352b289bf65a943b authored about 8 years ago
Rename _test files to .test
github.com/streetsidesoftware/vscode-spell-checker - 6aa282fe47be59352eb80ede6137920a997e8d4e authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 6aa282fe47be59352eb80ede6137920a997e8d4e authored about 8 years ago
Rename check to reflect that it is a promise
github.com/streetsidesoftware/vscode-spell-checker - a57ade1fa524771bb1fac684fa0b1d8e66738620 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - a57ade1fa524771bb1fac684fa0b1d8e66738620 authored about 8 years ago
Remove unused import
github.com/streetsidesoftware/vscode-spell-checker - 7104775b4a87aed721daa2262806af16eec00976 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 7104775b4a87aed721daa2262806af16eec00976 authored about 8 years ago
Add compoundWords settings
github.com/streetsidesoftware/vscode-spell-checker - d9d85ca313213a29fb6ba9c94dbb704750730cae authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - d9d85ca313213a29fb6ba9c94dbb704750730cae authored about 8 years ago
Use SpellingDictionary
github.com/streetsidesoftware/vscode-spell-checker - 95a1f7de8132688e6175597c937a6b8285c6abe0 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 95a1f7de8132688e6175597c937a6b8285c6abe0 authored about 8 years ago
Support compound words
github.com/streetsidesoftware/vscode-spell-checker - fd61628201c69c6fe4faafce78a155ddb29b1b77 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - fd61628201c69c6fe4faafce78a155ddb29b1b77 authored about 8 years ago
Make SpellingDictionary an interface
github.com/streetsidesoftware/vscode-spell-checker - ca35a968a94d811621ad62c42e7d9031d97b537a authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - ca35a968a94d811621ad62c42e7d9031d97b537a authored about 8 years ago
Move text validator code into its own file.
github.com/streetsidesoftware/vscode-spell-checker - ddd9d224b24f8a8561edec71a70a3e751351bdf0 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - ddd9d224b24f8a8561edec71a70a3e751351bdf0 authored about 8 years ago
Prevent showing "add to" if it is not our diagnostic.
github.com/streetsidesoftware/vscode-spell-checker - 466a4ff2e0876263fdb7a065445b7d95481351a7 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 466a4ff2e0876263fdb7a065445b7d95481351a7 authored about 8 years ago
PowerShell word list
github.com/streetsidesoftware/vscode-spell-checker - c1cfc85fef55c977f9426c29a7feceb5498b12f2 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - c1cfc85fef55c977f9426c29a7feceb5498b12f2 authored about 8 years ago
Possible default language settings.
github.com/streetsidesoftware/vscode-spell-checker - f6a962edb492545deb798601d796104ff38b74a1 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f6a962edb492545deb798601d796104ff38b74a1 authored about 8 years ago
Update the settings definition
github.com/streetsidesoftware/vscode-spell-checker - 4d0ce590e427369e95b79456f16549682a355faf authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 4d0ce590e427369e95b79456f16549682a355faf authored about 8 years ago
Define the allowCompoundWords setting.
github.com/streetsidesoftware/vscode-spell-checker - c1f28401f9448d7183d532ae4914e96bb921d482 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - c1f28401f9448d7183d532ae4914e96bb921d482 authored about 8 years ago
Move towards loading individual dictionaries per language.
github.com/streetsidesoftware/vscode-spell-checker - bf36d86de56b492ee4d5951940de258bae8e7e88 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - bf36d86de56b492ee4d5951940de258bae8e7e88 authored about 8 years ago
Remove unused code.
github.com/streetsidesoftware/vscode-spell-checker - e94545abfd083cb18f21c1ad93d168be49513b35 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - e94545abfd083cb18f21c1ad93d168be49513b35 authored about 8 years ago
Convert Rx.Promise to ES2015 Promise
github.com/streetsidesoftware/vscode-spell-checker - a500f5ce64c3994f25721970c00e1c84eee15148 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - a500f5ce64c3994f25721970c00e1c84eee15148 authored about 8 years ago
Add some words to the word lists
github.com/streetsidesoftware/vscode-spell-checker - 286779d827c6fa893bc7ac36aa496adfa4c1a594 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 286779d827c6fa893bc7ac36aa496adfa4c1a594 authored about 8 years ago
Make a non-rx version of the createSpellingDictionary
github.com/streetsidesoftware/vscode-spell-checker - 535102bf4df1054be51c5bcf8aab713f5a64f190 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 535102bf4df1054be51c5bcf8aab713f5a64f190 authored about 8 years ago
Update version number.
github.com/streetsidesoftware/vscode-spell-checker - e3942d86f355f923e8641be3f0f51faec855301c authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - e3942d86f355f923e8641be3f0f51faec855301c authored about 8 years ago
Create a set of classes for working with sets of dictionaries.
github.com/streetsidesoftware/vscode-spell-checker - f2afcaa9bbc1c86ef239eada5498f9bcf4309a72 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f2afcaa9bbc1c86ef239eada5498f9bcf4309a72 authored about 8 years ago
Move Trie logic into its own file
github.com/streetsidesoftware/vscode-spell-checker - 0ac919518a83241453f52b51899ffead0383b69e authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 0ac919518a83241453f52b51899ffead0383b69e authored about 8 years ago
Add ignoreRegExpList to the settings.
github.com/streetsidesoftware/vscode-spell-checker - f047ab687b5df33ca3aea76872e8e0eda3680577 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f047ab687b5df33ca3aea76872e8e0eda3680577 authored about 8 years ago
Update readme.md
github.com/streetsidesoftware/vscode-spell-checker - 5ad20582937a4fd7137921ecf164e64e9938bfef authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 5ad20582937a4fd7137921ecf164e64e9938bfef authored about 8 years ago
Merge the cSpell.json values with workspace settings.
github.com/streetsidesoftware/vscode-spell-checker - 78af67f6d22dcc4e143fca081a817ab7451f34cf authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 78af67f6d22dcc4e143fca081a817ab7451f34cf authored about 8 years ago
Remove the distinction between package settings and user settings.
github.com/streetsidesoftware/vscode-spell-checker - 5c9eca5b9e084ae184bbe1bc9cd78a7089eae705 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 5c9eca5b9e084ae184bbe1bc9cd78a7089eae705 authored about 8 years ago
Update packages
github.com/streetsidesoftware/vscode-spell-checker - bd35a20871ec2b161b588a5e6801bfbbdb422951 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - bd35a20871ec2b161b588a5e6801bfbbdb422951 authored about 8 years ago
Add coroutines to the list of software terms.
github.com/streetsidesoftware/vscode-spell-checker - 170772c3ce989ea80e04f9da6966791128a0a5ef authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 170772c3ce989ea80e04f9da6966791128a0a5ef authored about 8 years ago
Update launch.json to remove deprecated outDir.
github.com/streetsidesoftware/vscode-spell-checker - 30b9b4e6c5d375f35aa71f99a868208402611e2b authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 30b9b4e6c5d375f35aa71f99a868208402611e2b authored about 8 years ago
Update to match branch.
github.com/streetsidesoftware/vscode-spell-checker - 67197c8535d72d5855d4937b8a64e2945acf28e0 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 67197c8535d72d5855d4937b8a64e2945acf28e0 authored about 8 years ago
Version update during publish
github.com/streetsidesoftware/vscode-spell-checker - 877c71e794571226404cf1447917eecff569f945 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 877c71e794571226404cf1447917eecff569f945 authored about 8 years ago
Patch for #42
github.com/streetsidesoftware/vscode-spell-checker - 7327097342b58e9b582c72b32283364c1d23a5c0 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 7327097342b58e9b582c72b32283364c1d23a5c0 authored about 8 years ago
Update version to match branch.
github.com/streetsidesoftware/vscode-spell-checker - 535e0499c1e5f6e307b94549df2793ec2b22cc2f authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 535e0499c1e5f6e307b94549df2793ec2b22cc2f authored about 8 years ago
Update README.md
github.com/streetsidesoftware/vscode-spell-checker - cc82d37e2d1ccc6fb166a124057cea31b70b84fc authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - cc82d37e2d1ccc6fb166a124057cea31b70b84fc authored about 8 years ago
Make sure the list of fonts gets loaded.
github.com/streetsidesoftware/vscode-spell-checker - 9d8e5cb3755127aee055bfd2b53910aff6a4b2b7 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 9d8e5cb3755127aee055bfd2b53910aff6a4b2b7 authored about 8 years ago
Add flagWords to the configuration.
github.com/streetsidesoftware/vscode-spell-checker - 603b8db796e6bcc19a7becaf562190758774c9b9 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 603b8db796e6bcc19a7becaf562190758774c9b9 authored about 8 years ago
Update GenSequence
github.com/streetsidesoftware/vscode-spell-checker - bfddd64369bdd1029f2e5c7f0b14fa14c241eb64 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - bfddd64369bdd1029f2e5c7f0b14fa14c241eb64 authored about 8 years ago
Add keyof to typescript keywords
github.com/streetsidesoftware/vscode-spell-checker - d868c99173df3a14ed199b06a93ccefbabe4b364 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - d868c99173df3a14ed199b06a93ccefbabe4b364 authored about 8 years ago
Add GenSequence to dictionary
github.com/streetsidesoftware/vscode-spell-checker - 4981df4cb6023d7a243a9d5d3d34a2c258fc1499 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 4981df4cb6023d7a243a9d5d3d34a2c258fc1499 authored about 8 years ago
Move GenSequence into its own repository and NPM
github.com/streetsidesoftware/vscode-spell-checker - e5a6154f6d47ff87ece5d27409ea8179f09a99cf authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - e5a6154f6d47ff87ece5d27409ea8179f09a99cf authored about 8 years ago
Add Skip and Take to the Sequence.
github.com/streetsidesoftware/vscode-spell-checker - f0753b8d5ac4e08ba2e7a353eb9e045e1c3d8af3 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f0753b8d5ac4e08ba2e7a353eb9e045e1c3d8af3 authored about 8 years ago
Try turning on some complier options.
github.com/streetsidesoftware/vscode-spell-checker - 68e01f6bfbc3d243641e653064b0cee2be6ef089 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 68e01f6bfbc3d243641e653064b0cee2be6ef089 authored about 8 years ago
Start on word list compiler to speed up loading.
github.com/streetsidesoftware/vscode-spell-checker - 063ebc96728e031610712e77f2b6757ffe7c269f authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 063ebc96728e031610712e77f2b6757ffe7c269f authored about 8 years ago
Turn on strictNullChecks
github.com/streetsidesoftware/vscode-spell-checker - 549dba0ad0744f744fa1848ce3a92fbf1a52dde1 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 549dba0ad0744f744fa1848ce3a92fbf1a52dde1 authored about 8 years ago
Use GenSequence
github.com/streetsidesoftware/vscode-spell-checker - 500e3226509ecbb4eddf507a8d1f51d8be58253e authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 500e3226509ecbb4eddf507a8d1f51d8be58253e authored about 8 years ago
Add concatMap and ScanMap
github.com/streetsidesoftware/vscode-spell-checker - 69bc2782d5b8552f2c9ab95785bbaad75baa47ef authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 69bc2782d5b8552f2c9ab95785bbaad75baa47ef authored about 8 years ago
No longer used
github.com/streetsidesoftware/vscode-spell-checker - f4860c28c072ecffe93ae218eca7c556da4a68c4 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f4860c28c072ecffe93ae218eca7c556da4a68c4 authored about 8 years ago
Update to match new name of file.
github.com/streetsidesoftware/vscode-spell-checker - 1619eea7571579b008265792ed05d88bd48571f1 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 1619eea7571579b008265792ed05d88bd48571f1 authored about 8 years ago
Add Sequence Util to help with iterators.
github.com/streetsidesoftware/vscode-spell-checker - fadcbcea0e3703d1c6bd769dd13a2ff2fcb09eef authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - fadcbcea0e3703d1c6bd769dd13a2ff2fcb09eef authored about 8 years ago
Experiment with extending the text matching.
github.com/streetsidesoftware/vscode-spell-checker - 592df65107f0b25f1d4fe71b09cadb04f418b43b authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 592df65107f0b25f1d4fe71b09cadb04f418b43b authored about 8 years ago
Rename some tests.
github.com/streetsidesoftware/vscode-spell-checker - 40fa955b23a56017db0dc6b3b4013699ab2faa13 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 40fa955b23a56017db0dc6b3b4013699ab2faa13 authored about 8 years ago
Upgrade to typescript 2.1.4
github.com/streetsidesoftware/vscode-spell-checker - ef4c6387d651dbfb40cbd3249670042897882a26 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - ef4c6387d651dbfb40cbd3249670042897882a26 authored about 8 years ago
Add a list of fonts.
github.com/streetsidesoftware/vscode-spell-checker - 3d949aba5ce170b42dd6b4a17d8f31488336ec45 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 3d949aba5ce170b42dd6b4a17d8f31488336ec45 authored about 8 years ago
Fix regex bug with hex values.
github.com/streetsidesoftware/vscode-spell-checker - 8db706b00af76ac60da0c514f24e1d553eb3f718 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 8db706b00af76ac60da0c514f24e1d553eb3f718 authored about 8 years ago
Update README.md
github.com/streetsidesoftware/vscode-spell-checker - 41bd565f0c35121ea35658e5873df054b9210f95 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 41bd565f0c35121ea35658e5873df054b9210f95 authored about 8 years ago
Update README.md
github.com/streetsidesoftware/vscode-spell-checker - 8a368444b646f17a3e8b2887b91ce557a53f12c9 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 8a368444b646f17a3e8b2887b91ce557a53f12c9 authored about 8 years ago
Add cSpell::disable/enable
github.com/streetsidesoftware/vscode-spell-checker - de36ba5d0d52f0eafc603f288b0a6919381ea897 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - de36ba5d0d52f0eafc603f288b0a6919381ea897 authored about 8 years ago
Update scripts to make building easier.
github.com/streetsidesoftware/vscode-spell-checker - 1ef4677291575fe297cdf6778f8a6309742e8f07 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 1ef4677291575fe297cdf6778f8a6309742e8f07 authored about 8 years ago
Merge remote-tracking branch 'origin/master' into r0.12.1
github.com/streetsidesoftware/vscode-spell-checker - 387d471300e952e61a631a4ecbf0e055fd1a00b8 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 387d471300e952e61a631a4ecbf0e055fd1a00b8 authored about 8 years ago
Merge pull request #32 from abgivant/patch-2
Add README documentation for "spellCheckDelayMs" setting
github.com/streetsidesoftware/vscode-spell-checker - a99bc4e60500241103472b56220b635a29baa867 authored about 8 years ago
Add README documentation for "spellCheckDelayMs" setting
Updated the README file to include documentation for the new "cSpell.spellCheckDelayMs" configur...
github.com/streetsidesoftware/vscode-spell-checker - 05c324afb2a3e41d03cfd030111cab6087102e1d authored about 8 years ago
Merge r0.12.0 into master
github.com/streetsidesoftware/vscode-spell-checker - 28158dafe13173c1fffab3353ddc18e9a6dc6ee2 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 28158dafe13173c1fffab3353ddc18e9a6dc6ee2 authored about 8 years ago
Add ability to include / exclude text to be checked
github.com/streetsidesoftware/vscode-spell-checker - 99cdaa9f819e9d7957efe00c850c452da4c43f29 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 99cdaa9f819e9d7957efe00c850c452da4c43f29 authored about 8 years ago
Parse Company names like code
github.com/streetsidesoftware/vscode-spell-checker - b0181c1737e43b7fae3c53db36c39a6cb907675b authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - b0181c1737e43b7fae3c53db36c39a6cb907675b authored about 8 years ago
Add some more terms
github.com/streetsidesoftware/vscode-spell-checker - f408b1b87dcd48a1da423a3cc13b37b2242cb0de authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - f408b1b87dcd48a1da423a3cc13b37b2242cb0de authored about 8 years ago
Working on exclude/include validation ranges
github.com/streetsidesoftware/vscode-spell-checker - 4ec5be1b50480642632e15bfab7474488fee75c4 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 4ec5be1b50480642632e15bfab7474488fee75c4 authored about 8 years ago
Merge remote-tracking branch 'origin/r0.12.0' into r0.12.1
github.com/streetsidesoftware/vscode-spell-checker - 48365855639d33b8481ddb00d9d9ef3f8ea643e2 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 48365855639d33b8481ddb00d9d9ef3f8ea643e2 authored about 8 years ago
Include the types for mkdirp
github.com/streetsidesoftware/vscode-spell-checker - 04bfa1f316ba10bd4609604442b1f7d566a175f5 authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 04bfa1f316ba10bd4609604442b1f7d566a175f5 authored about 8 years ago
Make space for 12.1 release notes.
github.com/streetsidesoftware/vscode-spell-checker - 37892e93b877e3f228292d6a4fdcf0a56c08e7ea authored about 8 years ago
github.com/streetsidesoftware/vscode-spell-checker - 37892e93b877e3f228292d6a4fdcf0a56c08e7ea authored about 8 years ago