diff --git a/.gitignore b/.gitignore index 15cb0b0..81c9bef 100644 --- a/.gitignore +++ b/.gitignore @@ -192,3 +192,10 @@ ModelManifest.xml /.vs/slnx.sqlite /.vs /publish/Application Files/ScriptHelp_3_0_0_2/ApiHelp.shfbproj.deploy +/CS/.vs/ScriptHelp/v15/Server/sqlite3 +/CS/packages/log4net.2.0.8/lib +/CS/packages/log4net.2.0.8 +/CS/.vs/ScriptHelp/DesignTimeBuild +/CS/.vs/ScriptHelp/v16/Server/sqlite3 +/VB/.vs/ScriptHelp/v16/Server/sqlite3 +/VB/packages/log4net.2.0.8 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..eb83f1b --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,46 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at anthonyduguid@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9f1ab7b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,92 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, +email, or any other method with the owners of this repository before making a change. + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull Request Process + +1. Ensure any install or build dependencies are removed before the end of the layer when doing a + build. +2. Update the README.md with details of changes to the interface, this includes new environment + variables, exposed ports, useful file locations and container parameters. +3. Increase the version numbers in any examples files and the README.md to the new version that this + Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). +4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you + do not have permission to do that, you may request the second reviewer to merge it for you. + +## Code of Conduct + +### Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, gender identity and expression, level of experience, +nationality, personal appearance, race, religion, or sexual identity and +orientation. + +### Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or +advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +### Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +### Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +### Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at [INSERT EMAIL ADDRESS]. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +### Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/CS/.editorconfig b/CS/.editorconfig new file mode 100644 index 0000000..8f0432e --- /dev/null +++ b/CS/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# CS1591: Missing XML comment for publicly visible type or member +dotnet_diagnostic.CS1591.severity = none diff --git a/CS/.vs/ScriptHelp/project-colors.json b/CS/.vs/ScriptHelp/project-colors.json new file mode 100644 index 0000000..520ff91 --- /dev/null +++ b/CS/.vs/ScriptHelp/project-colors.json @@ -0,0 +1,11 @@ +{ + "Version": 1, + "ProjectMap": { + "2d2477a6-dc2f-4d3e-ae1b-8392c7ab56e4": { + "ProjectGuid": "2d2477a6-dc2f-4d3e-ae1b-8392c7ab56e4", + "DisplayName": "ScriptHelp", + "ColorIndex": 0 + } + }, + "NextColorIndex": 1 +} \ No newline at end of file diff --git a/CS/App_Data/ScriptHelp.sdf b/CS/App_Data/ScriptHelp.sdf index 95a583b..b29a0b3 100644 Binary files a/CS/App_Data/ScriptHelp.sdf and b/CS/App_Data/ScriptHelp.sdf differ diff --git a/CS/App_Data/[MS-CUSTOMUI]-170919.docx b/CS/App_Data/[MS-CUSTOMUI]-170919.docx new file mode 100644 index 0000000..0c23190 Binary files /dev/null and b/CS/App_Data/[MS-CUSTOMUI]-170919.docx differ diff --git a/CS/Properties/AssemblyInfo.cs b/CS/Properties/AssemblyInfo.cs index a435ec8..175e950 100644 --- a/CS/Properties/AssemblyInfo.cs +++ b/CS/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.1")] +[assembly: AssemblyFileVersion("4.0.0.1")] diff --git a/CS/Properties/Resources.Designer.cs b/CS/Properties/Resources.Designer.cs index 5ac767d..a02010c 100644 --- a/CS/Properties/Resources.Designer.cs +++ b/CS/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace ScriptHelp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -60,6 +60,16 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap camera { + get { + object obj = ResourceManager.GetObject("camera", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -100,6 +110,16 @@ internal static System.Drawing.Bitmap Play { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap problem_steps_recorder { + get { + object obj = ResourceManager.GetObject("problem_steps_recorder", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -110,6 +130,26 @@ internal static System.Drawing.Bitmap Save { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SaveCode { + get { + object obj = ResourceManager.GetObject("SaveCode", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SaveVersion { + get { + object obj = ResourceManager.GetObject("SaveVersion", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -123,9 +163,19 @@ internal static System.Drawing.Bitmap ScriptTypeDql { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ScriptTypeGitHub { + internal static System.Drawing.Bitmap ScriptTypeMarkdown { + get { + object obj = ResourceManager.GetObject("ScriptTypeMarkdown", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ScriptTypeMarkup { get { - object obj = ResourceManager.GetObject("ScriptTypeGitHub", resourceCulture); + object obj = ResourceManager.GetObject("ScriptTypeMarkup", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -153,9 +203,9 @@ internal static System.Drawing.Bitmap ScriptTypeTSql { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ScriptTypeXML { + internal static System.Drawing.Bitmap snipping_tool { get { - object obj = ResourceManager.GetObject("ScriptTypeXML", resourceCulture); + object obj = ResourceManager.GetObject("snipping_tool", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } diff --git a/CS/Properties/Resources.resx b/CS/Properties/Resources.resx index cee54c5..0c16523 100644 --- a/CS/Properties/Resources.resx +++ b/CS/Properties/Resources.resx @@ -139,16 +139,31 @@ ..\Resources\ScriptTypeDql.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\ScriptTypeGitHub.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\ScriptTypePlSql.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\ScriptTypeTSql.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\ScriptTypeXML.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\problem_steps_recorder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\snipping_tool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ScriptTypeMarkdown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ScriptTypeMarkup.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\SaveCode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\SaveVersion.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\camera.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/CS/Properties/Settings.Designer.cs b/CS/Properties/Settings.Designer.cs index fa638af..3efa184 100644 --- a/CS/Properties/Settings.Designer.cs +++ b/CS/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace ScriptHelp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -71,24 +71,24 @@ public int Column_TypeDate { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("dd-mmm-yyyy")] - public string Table_ColumnDateFormatReplace { + public string Table_ColumnFormatDate { get { - return ((string)(this["Table_ColumnDateFormatReplace"])); + return ((string)(this["Table_ColumnFormatDate"])); } set { - this["Table_ColumnDateFormatReplace"] = value; + this["Table_ColumnFormatDate"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("mm:ss.0")] - public string Table_ColumnDateFormatFind { + [global::System.Configuration.DefaultSettingValueAttribute("h:mm:ss AM/PM")] + public string Table_ColumnFormatTime { get { - return ((string)(this["Table_ColumnDateFormatFind"])); + return ((string)(this["Table_ColumnFormatTime"])); } set { - this["Table_ColumnDateFormatFind"] = value; + this["Table_ColumnFormatTime"] = value; } } @@ -142,31 +142,7 @@ public int Column_TypeText { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_grpScriptVariables { - get { - return ((bool)(this["Visible_grpScriptVariables"])); - } - set { - this["Visible_grpScriptVariables"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_grpFormatDataTable { - get { - return ((bool)(this["Visible_grpFormatDataTable"])); - } - set { - this["Visible_grpFormatDataTable"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool Visible_grpClipboard { get { return ((bool)(this["Visible_grpClipboard"])); @@ -176,78 +152,6 @@ public bool Visible_grpClipboard { } } - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_btnClearInteriorColor { - get { - return ((bool)(this["Visible_btnClearInteriorColor"])); - } - set { - this["Visible_btnClearInteriorColor"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_btnZeroToNull { - get { - return ((bool)(this["Visible_btnZeroToNull"])); - } - set { - this["Visible_btnZeroToNull"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("C:\\Temp")] - public string Option_PathFileListing { - get { - return ((string)(this["Option_PathFileListing"])); - } - set { - this["Option_PathFileListing"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_btnFileList { - get { - return ((bool)(this["Visible_btnFileList"])); - } - set { - this["Visible_btnFileList"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Option_PathFileListingSelect { - get { - return ((bool)(this["Option_PathFileListingSelect"])); - } - set { - this["Option_PathFileListingSelect"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_mnuScriptType { - get { - return ((bool)(this["Visible_mnuScriptType"])); - } - set { - this["Visible_mnuScriptType"] = value; - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("SCRIPT")] @@ -262,19 +166,7 @@ public string Table_ColumnName { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_btnSeparateValues { - get { - return ((bool)(this["Visible_btnSeparateValues"])); - } - set { - this["Visible_btnSeparateValues"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute(",")] + [global::System.Configuration.DefaultSettingValueAttribute(";")] public char Table_ColumnSeparateValuesDelimiter { get { return ((char)(this["Table_ColumnSeparateValuesDelimiter"])); @@ -286,7 +178,7 @@ public char Table_ColumnSeparateValuesDelimiter { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/aduguid/ScriptHelp/master/publish/")] + [global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Excel-projects/Script-Help/master/publish/")] public string App_PathDeploy { get { return ((string)(this["App_PathDeploy"])); @@ -347,30 +239,30 @@ public bool Visible_mnuScriptType_PLSQL { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_mnuScriptType_Github { + public bool Visible_mnuScriptType_Markdown { get { - return ((bool)(this["Visible_mnuScriptType_Github"])); + return ((bool)(this["Visible_mnuScriptType_Markdown"])); } set { - this["Visible_mnuScriptType_Github"] = value; + this["Visible_mnuScriptType_Markdown"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Visible_mnuScriptType_XML { + public bool Visible_mnuScriptType_Markup { get { - return ((bool)(this["Visible_mnuScriptType_XML"])); + return ((bool)(this["Visible_mnuScriptType_Markup"])); } set { - this["Visible_mnuScriptType_XML"] = value; + this["Visible_mnuScriptType_Markup"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://github.com/aduguid/ScriptHelp/blob/master/README.md")] + [global::System.Configuration.DefaultSettingValueAttribute("https://github.com/Excel-projects/Script-Help/blob/master/README.md")] public string App_PathReadMe { get { return ((string)(this["App_PathReadMe"])); @@ -406,7 +298,7 @@ public string Table_StyleName { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("07/31/2017 13:05:00")] + [global::System.Configuration.DefaultSettingValueAttribute("01/31/2021 13:05:00")] public global::System.DateTime App_ReleaseDate { get { return ((global::System.DateTime)(this["App_ReleaseDate"])); @@ -418,13 +310,37 @@ public string Table_StyleName { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://github.com/aduguid/ScriptHelp/issues/new")] - public string App_PathReportIssue { + [global::System.Configuration.DefaultSettingValueAttribute("https://github.com/Excel-projects/Script-Help/issues/new")] + public string App_PathNewIssue { + get { + return ((string)(this["App_PathNewIssue"])); + } + set { + this["App_PathNewIssue"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool Visible_grpAnnotation { + get { + return ((bool)(this["Visible_grpAnnotation"])); + } + set { + this["Visible_grpAnnotation"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("mm:ss.0")] + public string Table_ColumnFormatDatePaste { get { - return ((string)(this["App_PathReportIssue"])); + return ((string)(this["Table_ColumnFormatDatePaste"])); } set { - this["App_PathReportIssue"] = value; + this["Table_ColumnFormatDatePaste"] = value; } } } diff --git a/CS/Properties/Settings.settings b/CS/Properties/Settings.settings index e26e2fb..a9cedde 100644 --- a/CS/Properties/Settings.settings +++ b/CS/Properties/Settings.settings @@ -14,11 +14,11 @@ 2 - + dd-mmm-yyyy - - mm:ss.0 + + h:mm:ss AM/PM NULL @@ -32,44 +32,17 @@ 0 - - True - - - True - - True - - - True - - - True - - - C:\Temp - - - True - - - True - - - True + False SCRIPT - - True - - , + ; - https://raw.githubusercontent.com/aduguid/ScriptHelp/master/publish/ + https://raw.githubusercontent.com/Excel-projects/Script-Help/master/publish/ @@ -83,14 +56,14 @@ True - + True - + True - https://github.com/aduguid/ScriptHelp/blob/master/README.md + https://github.com/Excel-projects/Script-Help/blob/master/README.md @@ -99,10 +72,16 @@ TableStyleMedium15 - 07/31/2017 13:05:00 + 01/31/2021 13:05:00 + + + https://github.com/Excel-projects/Script-Help/issues/new - - https://github.com/aduguid/ScriptHelp/issues/new + + False + + + mm:ss.0 \ No newline at end of file diff --git a/CS/Resources/SaveCode.png b/CS/Resources/SaveCode.png new file mode 100644 index 0000000..36216d8 Binary files /dev/null and b/CS/Resources/SaveCode.png differ diff --git a/CS/Resources/SaveVersion.png b/CS/Resources/SaveVersion.png new file mode 100644 index 0000000..44c06dd Binary files /dev/null and b/CS/Resources/SaveVersion.png differ diff --git a/CS/Resources/ScriptTypeMarkdown.png b/CS/Resources/ScriptTypeMarkdown.png new file mode 100644 index 0000000..80b5fdf Binary files /dev/null and b/CS/Resources/ScriptTypeMarkdown.png differ diff --git a/CS/Resources/ScriptTypeMarkup.png b/CS/Resources/ScriptTypeMarkup.png new file mode 100644 index 0000000..c54737c Binary files /dev/null and b/CS/Resources/ScriptTypeMarkup.png differ diff --git a/CS/Resources/camera.png b/CS/Resources/camera.png new file mode 100644 index 0000000..8536d1a Binary files /dev/null and b/CS/Resources/camera.png differ diff --git a/CS/Resources/problem_steps_recorder.png b/CS/Resources/problem_steps_recorder.png new file mode 100644 index 0000000..66a2d19 Binary files /dev/null and b/CS/Resources/problem_steps_recorder.png differ diff --git a/CS/Resources/snipping_tool.png b/CS/Resources/snipping_tool.png new file mode 100644 index 0000000..133f0e0 Binary files /dev/null and b/CS/Resources/snipping_tool.png differ diff --git a/CS/Ribbon.xml b/CS/Ribbon.xml index 00c7ee5..56723ac 100644 --- a/CS/Ribbon.xml +++ b/CS/Ribbon.xml @@ -1,520 +1,709 @@  - - - - - + + + + +