Skip to content

Commit 1a1cbd7

Browse files
committed
Minor fixes
- Switched to view taggers due to a change in VS 2022 17.9.1. Fixes #309. - Fixed handling of ignored attribute values when returned as multiple spans of the same attribute value classification type.
1 parent a7be263 commit 1a1cbd7

File tree

15 files changed

+160
-100
lines changed

15 files changed

+160
-100
lines changed

Docs/Content/VersionHistory/VersionHistory.aml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ project. Select a version below to see a description of its changes.</para>
99
<section>
1010
<content>
1111
<list class="bullet">
12+
<listItem>
13+
<para>
14+
<link xlink:href="96330520-5052-407a-969e-0fc07ad61c7d" />
15+
</para>
16+
</listItem>
17+
1218
<listItem>
1319
<para>
1420
<link xlink:href="9b0ee624-54c6-4020-b546-03e6f5c96b0e" />
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="96330520-5052-407a-969e-0fc07ad61c7d" revisionNumber="1">
3+
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
4+
<introduction>
5+
<para>Changes made in this release:</para>
6+
</introduction>
7+
8+
<section>
9+
<content>
10+
<list class="bullet">
11+
<listItem>
12+
<para>Updated the tagger providers to use view taggers to support languages such as Visual Basic that
13+
changed in Visual Studio 2022 (17.9.1) that now only classify the view and not the buffer.</para>
14+
</listItem>
15+
16+
<listItem>
17+
<para>Fixed handling of ignored attribute values so that all parts are ignored if returned in
18+
multiple spans of the same attribute value classification type.</para>
19+
</listItem>
20+
21+
</list>
22+
23+
</content>
24+
</section>
25+
26+
<relatedTopics>
27+
<link xlink:href="548dc6d7-6d08-4006-82b3-d5830be96f04" />
28+
</relatedTopics>
29+
</developerConceptualDocument>
30+
</topic>

Docs/ContentLayout.content

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,16 @@
160160
<HelpKeyword index="K" term="submitting changes" />
161161
</HelpKeywords>
162162
</Topic>
163-
<Topic id="548dc6d7-6d08-4006-82b3-d5830be96f04" visible="True" isExpanded="true" title="Version History">
163+
<Topic id="548dc6d7-6d08-4006-82b3-d5830be96f04" visible="True" isSelected="true" title="Version History">
164164
<HelpKeywords>
165165
<HelpKeyword index="K" term="version, history" />
166166
</HelpKeywords>
167-
<Topic id="9b0ee624-54c6-4020-b546-03e6f5c96b0e" visible="True" isSelected="true" title="Version 2023.12.29.0">
167+
<Topic id="96330520-5052-407a-969e-0fc07ad61c7d" visible="True" title="Version 2024.6.17.0">
168+
<HelpKeywords>
169+
<HelpKeyword index="K" term="versions, 2024.6.17.0" />
170+
</HelpKeywords>
171+
</Topic>
172+
<Topic id="9b0ee624-54c6-4020-b546-03e6f5c96b0e" visible="True" title="Version 2023.12.29.0">
168173
<HelpKeywords>
169174
<HelpKeyword index="K" term="versions, 2023.12.29.0" />
170175
</HelpKeywords>

Docs/VSSpellCheckerDocs.shfbproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
<NamingMethod>Guid</NamingMethod>
5858
<HelpTitle>Visual Studio Spell Checker Documentation</HelpTitle>
5959
<FeedbackEMailAddress>Eric%40EWoodruff.us</FeedbackEMailAddress>
60-
<CopyrightText>Copyright \xA9 2013-2023, Eric Woodruff, All rights reserved</CopyrightText>
60+
<CopyrightText>Copyright \xA9 2013-2024, Eric Woodruff, All rights reserved</CopyrightText>
6161
<CopyrightHref>https://GitHub.com/EWSoftware/VSSpellChecker</CopyrightHref>
6262
<ContentPlacement>AboveNamespaces</ContentPlacement>
6363
<NamespaceSummaries>
6464
<NamespaceSummaryItem name="VisualStudio.SpellChecker.Definitions" isDocumented="True" xmlns="">This namespace contains classes used to create new tagger providers for third-party content types so that they can make use of the spell checker.</NamespaceSummaryItem>
6565
</NamespaceSummaries>
6666
<ComponentConfigurations>
6767
</ComponentConfigurations>
68-
<HelpFileVersion>2023.12.29.0</HelpFileVersion>
68+
<HelpFileVersion>2024.6.17.0</HelpFileVersion>
6969
<SaveComponentCacheCapacity>0</SaveComponentCacheCapacity>
7070
<SourceCodeBasePath>..\Source\</SourceCodeBasePath>
7171
<WarnOnMissingSourceContext>True</WarnOnMissingSourceContext>
@@ -222,6 +222,7 @@
222222
<None Include="Content\VersionHistory\v2023.12.29.0.aml" />
223223
<None Include="Content\VersionHistory\v2023.3.4.0.aml" />
224224
<None Include="Content\VersionHistory\v2023.5.15.0.aml" />
225+
<None Include="Content\VersionHistory\v2024.6.17.0.aml" />
225226
<None Include="Content\VersionHistory\VersionHistory.aml" />
226227
<None Include="Content\VersionHistory\v2023.5.8.0.aml" />
227228
<None Include="Content\VSSpell001.aml" />

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Copyright Notices
6565
-----------------
6666
The core Visual Studio package code related to the spell checker implementation
6767
was originally written by Noah Richards, Roman Golovin, and Michael Lehenbauer
68-
and is Copyright (c) 2010-2023 Microsoft Corporation, All Rights Reserved.
68+
and is Copyright (c) 2010-2024 Microsoft Corporation, All Rights Reserved.
6969

70-
The NHunspell library is Copyright (c) 2009-2023 Maierhofer Software,
70+
The NHunspell library is Copyright (c) 2009-2024 Maierhofer Software,
7171
All Rights Reserved.
7272

73-
The HTML Agility Pack is Copyright (c) 2006-2023 Simon Mourier, All Rights
73+
The HTML Agility Pack is Copyright (c) 2006-2024 Simon Mourier, All Rights
7474
Reserved.
7575

76-
All other code is Copyright (c) 2013-2023 Eric Woodruff, All Rights Reserved.
76+
All other code is Copyright (c) 2013-2024 Eric Woodruff, All Rights Reserved.
7777

7878
All dictionaries supplied with the package are property of their respective
7979
copyright holders. See the README files in the dictionary folder at the project

0 commit comments

Comments
 (0)