0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added VS2013 support More... over 10 years ago
Bump version to 2.24 for release on the vsgallery. More... almost 12 years ago
Added VS2012 as a supported version. More... almost 12 years ago
Bump to 2.23, for VSGallery update. More... over 13 years ago
Shutdown Dispatcher on spell check thread exit. More... over 13 years ago
Remove and sort usings :) More... over 13 years ago
More fixing messed up line-endings from my previous checkin. More... almost 14 years ago
Fix accidental change to line endings from my previous commit. More... almost 14 years ago
Add a C#-specific NaturalTextTagger to avoid the perf/recolorizing issues with using the C# colorizer to find comments / strings. More... almost 14 years ago
Fixed words with ".". More... about 14 years ago
Moving over to better word skipping detection. The old method was getting too convoluted and had various bugs. The new method will likely be a bit slower, but should be better about what words to skip. Also introduced unit tests. More... about 14 years ago
Bumped to 2.21. More... about 14 years ago
Moved URL skipping into the spelling tagger proper, instead of adding it to each individual tagger. It's debatable whether this is correct on the abstract level, as it means URLs will never be checkable, but it works fine for now. More... about 14 years ago
Try and work around what seems to be a bug in WPF's spell checking where words that end in 's have that portion excluded for the error span but not for the corrections. This means that words like "Hitchiker's" have "Hitchiker" underlined, offer "Hitchhiker's" as a suggestion, and the replace ends up with "Hitchhiker's's". More... about 14 years ago
Fix indentation in comments. More... about 14 years ago
Comment text tagger now ignores XML doc tags and URLs. More... about 14 years ago
Renames. More... about 14 years ago
Protect the dispatcher timer tick handler against exceptions. Otherwise, the exception will crash VS. More... about 14 years ago
Correctly track foundLower flag as if *any* char is lower (for determining ALL CAPS at the end). Bumped to 2.19. More... about 14 years ago
Bumped to 2.18. More... about 14 years ago
Protect against the DispatcherTimer or background thread operating after the view has been closed. More... about 14 years ago
Changing to 2.17. VSGallery is apparently not smart enough to understand what sub-sub versions are, and truncates it down to a single sub-version number. More... about 14 years ago
Bumped to 2.16.1 to push to gallery. More... about 14 years ago
Fix up lowercase detection logic to not incorrectly count non-letter characters as lowercase characters. More... about 14 years ago
Bumped to version 2.16. More... about 14 years ago
Ignore words in ALL CAPS. More... about 14 years ago
Bumped to version 2.15 in preparation for uploading update to vsgallery. More... about 14 years ago
Fix issue that was keeping the Spelling Error color from being customizable, and remove the tooltip that appears when you hover over spelling errors (it was just showing the word that was misspelled, again, so it wasn't useful). More... about 14 years ago
Be smarter about splitting up words and avoiding punctuation. This has a practical benefit (less pieces of words will be ignored, especially with the new logic around ignore words with numerals, underscores, and period) and possibly a performance benefit (in that fewer words may get spell checked). More... about 14 years ago
Only show spelling suggestions on Primary Documents. This may change in the future, as it may end up ignoring certain documents that we don't want to ignore. More... about 14 years ago