Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate resource cleanup #5749

Merged
merged 87 commits into from
May 15, 2021
Merged
Show file tree
Hide file tree
Changes from 81 commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
d650e21
Add access keys for settings window
IvenBach Mar 3, 2020
ee60628
Add General settings access keys
IvenBach Jul 8, 2020
e37cc4b
Add Autocompletion access keys
IvenBach Jul 8, 2020
8b4881f
Add Window settings access keys
IvenBach Jul 8, 2020
12f4f07
Merge remote-tracking branch 'upstream/next' into Issue5408_SettingsW…
IvenBach Jul 8, 2020
ee06eb3
Update InspectionSettings access keys
IvenBach Jul 9, 2020
f1a9e7a
Resolve Usercontrol access key binding
IvenBach Jul 9, 2020
ae535f9
Migrate AnnotateDeclarationDialog_ to new resx
IvenBach Oct 29, 2020
9c8b642
Migrate AnnotationArgument_ValidationError_ resources
IvenBach Oct 29, 2020
744919a
Migrate AnnotationArgumentType_ resources
IvenBach Oct 29, 2020
553a94c
Migrate AssignedByValDialog_ resources
IvenBach Oct 29, 2020
e440ef9
Migrate AssignedByValParameterQuickFixDialog_ resources
IvenBach Oct 29, 2020
7534bfc
Migrate CodeInspectionResults_ resources
IvenBach Oct 29, 2020
0c936a5
Migrate CodeInspections_ resources
IvenBach Oct 29, 2020
ab31740
Migrate CodeInspectionSettings_ resources
IvenBach Oct 29, 2020
06dbac0
Migrate CodeMetrics resources
IvenBach Oct 29, 2020
b4a3dc2
Convert to auto-property
IvenBach Oct 29, 2020
0141245
Convert to auto-property
IvenBach Oct 29, 2020
c0c65af
Migrate Command_Reparse_ resources
IvenBach Oct 29, 2020
7270030
Migrate DeclarationType_ resources
IvenBach Oct 29, 2020
b90b38a
Migrate EncapsulateField_ resources
IvenBach Oct 30, 2020
2a0aeaf
Migrate ExtracteInterface_ resources
IvenBach Oct 30, 2020
5aeee5f
Convert to auto-property
IvenBach Oct 30, 2020
5152b4c
Migrate ExtractMethod_ resources
IvenBach Oct 30, 2020
70951ae
Migrate EmptyLineHandling_ resources
IvenBach Oct 29, 2020
5bfcdd5
Migrate GeneralSettings_ resources
IvenBach Oct 30, 2020
c743899
Migrate GroupingGrid_ resources
IvenBach Oct 30, 2020
b7dc32a
Migrate GroupingStyle_ resources
IvenBach Oct 30, 2020
c426b64
Migrate ImplementInterface resources
IvenBach Oct 30, 2020
68ddf52
Migrate ImportCommand_ resources
IvenBach Oct 30, 2020
af46d03
Migrate IndenterSettings_ resources
IvenBach Oct 30, 2020
55c3fa5
Migrate InspectionResults_ resources
IvenBach Oct 30, 2020
0eeb0dc
Correct typo
IvenBach Oct 30, 2020
f0b3ea5
Migrate InspectionSettings_ resources
IvenBach Oct 30, 2020
fd8b130
Migrate Introduce resources
IvenBach Oct 30, 2020
3dbcd23
Migrate InvalidNameCriteria_ resources
IvenBach Oct 30, 2020
a6c236c
Migrate MoveClosureToUsage resources
IvenBach Oct 30, 2020
f235d91
Migrate MoveCloserToUsage resources
IvenBach Oct 30, 2020
58b64ff
Migrate MoveToFolder resources
IvenBach Oct 30, 2020
cf905ee
Migrate RefactoringFailure_ resources
IvenBach Oct 30, 2020
c0c840d
Migrate Reference resources
IvenBach Oct 30, 2020
1775b34
Resolve stash artifacts
IvenBach Oct 30, 2020
8b65f69
Correct missed migration update
IvenBach Oct 30, 2020
5928123
Correct missed update
IvenBach Oct 30, 2020
92799d8
Update resx usage
IvenBach Oct 30, 2020
f8ce9ca
Restore ability to compile
IvenBach Nov 1, 2020
542a9a6
Migrate RemoveParamsDialog_ resources
IvenBach Nov 2, 2020
9e259ca
Migrate RenameDialog_ resources
IvenBach Nov 2, 2020
aad348c
Migrate RenameFailure_ & RenamePresenter_ resources
IvenBach Nov 2, 2020
135eb41
Migrate RemovePresenter_ resource
IvenBach Nov 2, 2020
a6b2098
Migrate ReorderParamsDialog_ resources
IvenBach Nov 3, 2020
3d6160c
Migrate ReorderPresenter_ resource
IvenBach Nov 3, 2020
5ce1933
Migrate TestOutcome_ resources
IvenBach Nov 3, 2020
26f8a12
Delete unused resource
IvenBach Nov 3, 2020
6d74edd
Use ToDoExplorerUI resources
IvenBach Nov 3, 2020
3ca3c7b
Delete unused resources
IvenBach Nov 3, 2020
eb1639f
Remove unused TodoSettings_ resources
IvenBach Nov 3, 2020
e6c9912
Merge remote-tracking branch 'upstream/next' into CodeAnalysis_Issue4…
IvenBach Nov 3, 2020
3e94930
Merge remote-tracking branch 'upstream/next' into CodeExplorer_Issue4…
IvenBach Nov 3, 2020
efa0905
Merge remote-tracking branch 'upstream/next' into Refactorings_Issue4…
IvenBach Nov 3, 2020
76d745a
Merge remote-tracking branch 'upstream/next' into TestExplorer_Issue4…
IvenBach Nov 3, 2020
d501856
Merge remote-tracking branch 'upstream/next' into ToDoExplorer_Issue4…
IvenBach Nov 3, 2020
86fb1db
Merge remote-tracking branch 'upstream/next' into SettingPages_Issue4…
IvenBach Nov 3, 2020
176a4f8
Correct missed migration
IvenBach Nov 3, 2020
98e38f1
Merge remote-tracking branch 'upstream/next' into CodeAnalysis_Issue4…
IvenBach Apr 3, 2021
7936582
Merge remote-tracking branch 'upstream/next' into CodeExplorer_Issue4…
IvenBach Apr 3, 2021
b1e167a
Merge remote-tracking branch 'upstream/next' into CodeAnalysis_Issue4…
IvenBach Apr 25, 2021
c17f38f
Merge remote-tracking branch 'upstream/next' into CodeExplorer_Issue4…
IvenBach Apr 25, 2021
53af86e
Opportunistic edits
IvenBach Apr 25, 2021
c9ba772
Merge remote-tracking branch 'upstream/next' into Refactorings_Issue4…
IvenBach Apr 25, 2021
52e1996
Opportunistic edits
IvenBach Apr 25, 2021
adecadf
Merge remote-tracking branch 'upstream/next' into SettingPages_Issue4…
IvenBach Apr 25, 2021
859660d
Merge remote-tracking branch 'upstream/next' into TestExplorer_Issue4…
IvenBach Apr 25, 2021
70d99cf
Merge remote-tracking branch 'upstream/next' into ToDoExplorer_Issue4…
IvenBach Apr 25, 2021
0678fd6
Merge branch 'CodeExplorer_Issue4541_resx_cleanup' into ConsolidateRe…
IvenBach Apr 25, 2021
2797ab3
Merge branch 'Refactorings_Issue4541_resx_cleanup' into ConsolidateRe…
IvenBach Apr 25, 2021
440992a
Merge branch 'SettingPages_Issue4541_Resx_cleanup' into ConsolidateRe…
IvenBach Apr 26, 2021
40b1ac6
Merge branch 'TestExplorer_Issue4541_resx_cleanup' into ConsolidateRe…
IvenBach Apr 26, 2021
863d11e
Merge branch 'ToDoExplorer_Issue4541_resx_cleanup' into ConsolidateRe…
IvenBach Apr 26, 2021
d87e9f0
Merge remote-tracking branch 'upstream/next' into ConsolidateResource…
IvenBach Apr 26, 2021
e3aa19c
Merge branch 'Issue5408_SettingsWindowAccessKeys' into ConsolidateRes…
IvenBach Apr 28, 2021
1304e37
Merge remote-tracking branch 'upstream/next' into ConsolidateResource…
IvenBach May 12, 2021
452b8ff
Bulk migration of resource strings
IvenBach May 12, 2021
fd52de4
Remove apparently duplicated strings
IvenBach May 12, 2021
9b504e6
Finer grained resource edits
IvenBach May 12, 2021
b5d0ba0
Correct xaml closing element tag
IvenBach May 12, 2021
66d55c6
Add access keys for GeneralSettings
IvenBach May 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
497 changes: 497 additions & 0 deletions Rubberduck.CodeAnalysis/CodeAnalysisUI.Designer.cs

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions Rubberduck.CodeAnalysis/CodeAnalysisUI.cs.resx
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CodeInspectionResults_Type" xml:space="preserve">
<value>Typ</value>
</data>
<data name="CodeInspectionResults_Issue" xml:space="preserve">
<value>Problém</value>
</data>
<data name="CodeInspectionResults_Location" xml:space="preserve">
<value>Lokace</value>
</data>
<data name="CodeInspections_NumberOfIssuesFound_Singular" xml:space="preserve">
<value>Rubberduck Inspekce Kódu - {0}
{1} problém nalezen.</value>
</data>
<data name="CodeInspections_Inspecting" xml:space="preserve">
<value>Kontroluji...</value>
</data>
<data name="CodeInspections_NumberOfIssuesFound_Plural" xml:space="preserve">
<value>Rubberduck Inspekce Kódu - {0}
Nalezeno {1} problémů.</value>
</data>
<data name="CodeInspectionSettingsPage_InspectionSeveritySettingsLabel" xml:space="preserve">
<value>Závažnosti Inspekce</value>
</data>
<data name="CodeInspectionSettingsPage_WhitelistedIdentifiersLabel" xml:space="preserve">
<value>Dovolené Identifikátory</value>
</data>
<data name="CodeInspectionSettingsPage_Misc" xml:space="preserve">
<value>Různé</value>
</data>
<data name="CodeInspectionSettingsPage_Misc_RunInspectionsOnSuccessfulParse" xml:space="preserve">
<value>Spustit automaticky inspekce po úspěšném parsování</value>
</data>
<data name="CodeInspectionSettingsPage_WhitelistedIdentifiersDescription" xml:space="preserve">
<value>Tyto identifikátory budou ignorovány inspekcí 'Použij smysluplné názvy'.</value>
</data>
<data name="CodeMetrics_Lines" xml:space="preserve">
<value>Řádky</value>
</data>
<data name="CodeMetrics_Complexity" xml:space="preserve">
<value>Cyklomatická Komplexita</value>
</data>
<data name="CodeMetrics_Nesting" xml:space="preserve">
<value>Maximální Vnoření</value>
</data>
<data name="CodeMetricsDockablePresenter_Caption" xml:space="preserve">
<value>Metrika Kódu</value>
</data>
<data name="CodeInspections" xml:space="preserve">
<value>Inspekce kódu</value>
</data>
<data name="Command_Reparse_CompileOnDemandEnabled" xml:space="preserve">
<value>VBE nastavení "Zkompilovat Na Žádost" je aktuálně povoleno. Toto není doporučeno a může vyústit v kompilační chyby a způsobit problémy při parsování. Chcete i přesto spustit parser?</value>
</data>
<data name="Command_Reparse_CompileOnDemandEnabled_Caption" xml:space="preserve">
<value>Nastavení Zkompilování Na Žádost</value>
</data>
<data name="Command_Reparse_CannotCompile_Caption" xml:space="preserve">
<value>Není možno zkompilovat pro parsování.</value>
</data>
<data name="Command_Reparse_CannotCompile" xml:space="preserve">
<value>Následující projekt(y) nemohou být zkompilovány, což je s největší pravděpodobností kvůli parsovacím chybám. I přesto pokračovat? {0}</value>
</data>
<data name="DeclarationType_BracketedExpression" xml:space="preserve">
<value>runtime expression</value>
</data>
<data name="DeclarationType_ClassModule" xml:space="preserve">
<value>třída</value>
</data>
<data name="DeclarationType_Constant" xml:space="preserve">
<value>konstanta</value>
</data>
<data name="DeclarationType_Control" xml:space="preserve">
<value>VBDesigner-Objekt</value>
</data>
<data name="DeclarationType_Enumeration" xml:space="preserve">
<value>enum</value>
</data>
<data name="DeclarationType_EnumerationMember" xml:space="preserve">
<value>enum člen</value>
</data>
<data name="DeclarationType_Event" xml:space="preserve">
<value>událost</value>
</data>
<data name="DeclarationType_Function" xml:space="preserve">
<value>funkce</value>
</data>
<data name="DeclarationType_LibraryFunction" xml:space="preserve">
<value>funkce knihovny</value>
</data>
<data name="DeclarationType_LibraryProcedure" xml:space="preserve">
<value>procedura knihovny</value>
</data>
<data name="DeclarationType_LineLabel" xml:space="preserve">
<value>označení řádku</value>
</data>
<data name="DeclarationType_Parameter" xml:space="preserve">
<value>parametr</value>
</data>
<data name="DeclarationType_ProceduralModule" xml:space="preserve">
<value>modul</value>
</data>
<data name="DeclarationType_Procedure" xml:space="preserve">
<value>procedura</value>
</data>
<data name="DeclarationType_Project" xml:space="preserve">
<value>projekt</value>
</data>
<data name="DeclarationType_PropertyGet" xml:space="preserve">
<value>Get accessor vlastnosti</value>
</data>
<data name="DeclarationType_PropertyLet" xml:space="preserve">
<value>Let accessor vlastnosti</value>
</data>
<data name="DeclarationType_PropertySet" xml:space="preserve">
<value>Set accessor vlastnosti</value>
</data>
<data name="DeclarationType_UserDefinedType" xml:space="preserve">
<value>uživatelsky-definovaný typ</value>
</data>
<data name="DeclarationType_UserDefinedTypeMember" xml:space="preserve">
<value>uživatelsky-definovaný člen</value>
</data>
<data name="DeclarationType_Variable" xml:space="preserve">
<value>proměnná</value>
</data>
<data name="EasterEgg_Continuator" xml:space="preserve">
<value>Získali jste odznak "Continuator"!</value>
</data>
<data name="EmptyLineHandling_Indent" xml:space="preserve">
<value>Odsadit</value>
</data>
<data name="EmptyLineHandling_Remove" xml:space="preserve">
<value>Odstranit</value>
</data>
<data name="EmptyLineHandling_Ignore" xml:space="preserve">
<value>Ignorovat</value>
</data>
<data name="GroupingGrid_Filter" xml:space="preserve">
<value>Filtr</value>
</data>
<data name="CodeInspectionSettingsPage_FilterByDescription" xml:space="preserve">
<value>Popis:</value>
</data>
<data name="CodeInspectionSettingsPage_FilterBySeverity" xml:space="preserve">
<value>Závažnost:</value>
</data>
</root>
Loading