{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":29645688,"defaultBranch":"master","name":"VSSpellChecker","ownerLogin":"EWSoftware","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-01-22T02:40:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10552523?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1703884802.0","currentOid":""},"activityList":{"items":[{"before":"745ebe15f15fe6c68c680befeb1812e6e685821f","after":"a7be263812ab3d9120717dcedad0ad0db66e10da","ref":"refs/heads/master","pushedAt":"2023-12-29T21:16:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Code analyzer fix\n\nMoved generation of suggestions from the code analyzer to the code fix to alleviate excessive CPU usage by the code analyzer. Fixes #305.","shortMessageHtmlLink":"Code analyzer fix"}},{"before":"8d0651adfebaa1580ab7bd5e4b3abf23cfd0c695","after":"745ebe15f15fe6c68c680befeb1812e6e685821f","ref":"refs/heads/master","pushedAt":"2023-10-27T20:07:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Changes made:\n- Changed the type identifier renaming to only rename the containing file if the filename matches the misspelled identifier name. Fixes #304.\n- Added a new helper method to spell check identifiers case insensitively. This is the first step to moving the suggestion generation to the code fix provider to try to alleviate CPU usage in the analyzer.","shortMessageHtmlLink":"Changes made:"}},{"before":"ae067c9f2787df86c50b102830cedec8a0446a06","after":"8d0651adfebaa1580ab7bd5e4b3abf23cfd0c695","ref":"refs/heads/master","pushedAt":"2023-07-08T21:08:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Minor fixes\n\n- Fixed an issue with the classifier factory throwing an exception with ASPX files. Fixes #287.\n- Fixed a couple of issues when adding and removing sections in the configuration editor. Fixes #293.\n- Fixed handling of all uppercase words in the word splitter when they are being spell checked.","shortMessageHtmlLink":"Minor fixes"}},{"before":"a1835a554c8dc13c62abd132deff8cd38208ae04","after":"ae067c9f2787df86c50b102830cedec8a0446a06","ref":"refs/heads/master","pushedAt":"2023-05-15T20:57:01.345Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Fixed a couple of issues with the configuration editor","shortMessageHtmlLink":"Fixed a couple of issues with the configuration editor"}},{"before":"692fa3dcf22eb0da3dd9acf79c8e94ec4eb78467","after":"a1835a554c8dc13c62abd132deff8cd38208ae04","ref":"refs/heads/master","pushedAt":"2023-05-15T20:06:03.417Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Doc updates for release","shortMessageHtmlLink":"Doc updates for release"}},{"before":"b2118cc3de3290947869dabf6a059699b81250d3","after":"692fa3dcf22eb0da3dd9acf79c8e94ec4eb78467","ref":"refs/heads/master","pushedAt":"2023-05-13T23:28:36.053Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Code analyzer adjustments and fixes\n\n- Fixed incorrect path resolution for additional dictionary folders. Fixes #282.\n- Fixed incorrect path resolution for the global ignored words file. Fixes #284.\n- Set the ignore private identifiers, internal identifiers, member body identifiers, and compiler generated code code analyzer options to true to limit spell checking to public and protected identifiers by default.\n- Reordered the configuration editor categories to list the general and code analyzer categories first. Updated the docs to make a distinction between the global and solution/project .editorconfig settings in the conversion topic and on the conversion info bar. Closes #278. Closes #279.","shortMessageHtmlLink":"Code analyzer adjustments and fixes"}},{"before":"46cdb6478c3d14d0474d716a9cac91b8b0d87dc7","after":"b2118cc3de3290947869dabf6a059699b81250d3","ref":"refs/heads/master","pushedAt":"2023-05-08T18:20:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Final updates for initial release of the code analyzer\n\n- Added an Ignore Word option to the code analyzer to add the ignored word to an Ignore Spelling directive comment. It's the best I can do for now as it doesn't appear to be possible to add them to the ignored words file or user dictionary.\n- Updated the documentation for the initial release of the code analyzer. Closes #111.","shortMessageHtmlLink":"Final updates for initial release of the code analyzer"}},{"before":"b81c455deb1b51b7d800ca6828264883b555eeee","after":"46cdb6478c3d14d0474d716a9cac91b8b0d87dc7","ref":"refs/heads/master","pushedAt":"2023-05-04T20:28:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Minor update\n\nAdded note about needing to modify the project to include code analysis dictionaries for identifier spell checking.","shortMessageHtmlLink":"Minor update"}},{"before":"c1f1d99a1900becbda574ea601ddf8273070bfc2","after":"b81c455deb1b51b7d800ca6828264883b555eeee","ref":"refs/heads/master","pushedAt":"2023-05-04T17:32:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Minor fix to converter tool window","shortMessageHtmlLink":"Minor fix to converter tool window"}},{"before":"b75326536f507b6f6f480e66e6236c1a385b3485","after":"c1f1d99a1900becbda574ea601ddf8273070bfc2","ref":"refs/heads/master","pushedAt":"2023-05-01T01:28:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Added support for identifier spell checking in VS2019 and VS2022\n\nWork in progress. Still have some final testing to do and some features to implement.","shortMessageHtmlLink":"Added support for identifier spell checking in VS2019 and VS2022"}},{"before":"dc95979753c427c74227ebe7541c52d8dea78746","after":"b75326536f507b6f6f480e66e6236c1a385b3485","ref":"refs/heads/master","pushedAt":"2023-04-24T01:19:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Settings editor updates\n\n- Updated the spell checker settings editor to load/save the settings from/to .editorconfig files.\n- Moved all the project spell checker settings to .editorconfig.\n- Updated the order of the ignored words files in the Add to Ignored Words File submenu to list those closest to the file being edited first and the global configuration ignored words file last. Closes #274.","shortMessageHtmlLink":"Settings editor updates"}},{"before":"435c3ccb289dc263e58b407dea5d765eaf153e62","after":"dc95979753c427c74227ebe7541c52d8dea78746","ref":"refs/heads/master","pushedAt":"2023-03-26T20:34:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Spell checker settings changes work in progress\n\n- Moved all spell checker settings to .editorconfig files.\n- Updated the taggers and packages to load settings from .editorconfig files.\n- Disabled saving configuration file changes until the editor is updated to load/save them from/to .editorconfig files.","shortMessageHtmlLink":"Spell checker settings changes work in progress"}},{"before":"c59ffa00fde7e165e5485f826bd486649f8a0ab5","after":"435c3ccb289dc263e58b407dea5d765eaf153e62","ref":"refs/heads/master","pushedAt":"2023-03-22T01:36:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"EWSoftware","name":"Eric Woodruff","path":"/EWSoftware","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10552523?s=80&v=4"},"commit":{"message":"Refactoring work in progress\n\n- Created a new assembly to contain common code in preparation for adding the code analyzer.\n- Added support for loading spell checker settings from .editorconfig files.\n- Added a tool window to help with the conversion from XML settings files to .editorconfig settings.\n- Updated package references to more recent versions from the older preview versions.","shortMessageHtmlLink":"Refactoring work in progress"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD1E0CpQA","startCursor":null,"endCursor":null}},"title":"Activity ยท EWSoftware/VSSpellChecker"}