-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
238 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.VisualStudio.Utilities" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" /> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.VisualStudio.CoreUtility" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Version 2.0.0 - May 3, 2017: | ||
- Migration to Visual Studio 2017. | ||
NOTE: Old releases are available on GitHub here: https://github.com/sharomank/regex-tester/releases | ||
|
||
Version 1.5.2 - Jul 30, 2015: | ||
- Improve regex parsing when regular expression is changing (issue #7). | ||
|
||
Version 1.5.1 - Feb 23, 2015: | ||
- Autorun triggered on changing the input text. | ||
|
||
Version 1.5.0 - Feb 19, 2015: | ||
- Added support for Visual Studio 2015 and fixed problem regex replacement & code generation, now instead of the square brackets need touse curly brackets. | ||
|
||
Version 1.4.2 - Aug 21, 2013: | ||
- Added support for Visual Studio 2013. | ||
|
||
Old Versions: | ||
1.4.1 - Fixed support for Visual Studio 2010. | ||
1.4.0 - Added feature "Output mode", you can generate C# samples for yours regex. | ||
1.3.2 - Added command "Save", code refactoring and UI changes. | ||
1.3.1 - Unification UI styles and fixed some problem. | ||
1.3.0 - Added support for Visual Studio 2012. | ||
1.2.0 - Refactoring: new optimization mode (auto use at test large data),improvement performance, small update UI and fixed some problem. | ||
1.1.0 - Added features: autorun, multitabs, async optimization, hotkeys and etc. | ||
1.0.0 - Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="EnvDTE" version="8.0.1" targetFramework="net46" /> | ||
<package id="EnvDTE100" version="10.0.1" targetFramework="net46" /> | ||
<package id="EnvDTE80" version="8.0.1" targetFramework="net46" /> | ||
<package id="EnvDTE90" version="9.0.1" targetFramework="net46" /> | ||
<package id="EnvDTE90a" version="9.0.1" targetFramework="net46" /> | ||
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.CoreUtility" version="15.0.26201" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Imaging" version="15.0.26201" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.OLE.Interop" version="7.10.6070" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.15.0" version="15.0.26201" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Framework" version="15.0.26201" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Immutable.11.0" version="11.0.50727" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Immutable.14.0" version="14.3.25407" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Interop" version="7.10.6071" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Interop.10.0" version="10.0.30319" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Interop.11.0" version="11.0.61030" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Interop.12.0" version="12.0.30110" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Interop.15.0.DesignTime" version="15.0.26201" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Interop.8.0" version="8.0.50727" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Shell.Interop.9.0" version="9.0.30729" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.TextManager.Interop" version="7.10.6070" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50727" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Threading" version="15.0.240" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Utilities" version="15.0.26201" targetFramework="net46" /> | ||
<package id="Microsoft.VisualStudio.Validation" version="15.0.82" targetFramework="net46" /> | ||
<package id="Microsoft.VSSDK.BuildTools" version="15.0.26201" targetFramework="net46" developmentDependency="true" /> | ||
<package id="stdole" version="7.0.3301" targetFramework="net46" /> | ||
</packages> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010"> | ||
<Identifier Id="dcad2d98-1e91-4090-81a0-ec0641347bf8"> | ||
<Name>Regex Tester</Name> | ||
<Author>Roman Kurbangaliyev</Author> | ||
<Version>1.5.2</Version> | ||
<Description xml:space="preserve">Regular expression tester for Visual Studio 2010-2015.</Description> | ||
<Locale>1033</Locale> | ||
<MoreInfoUrl>http://visualstudiogallery.msdn.microsoft.com/16b9d664-d88c-460e-84a5-700ab40ba452</MoreInfoUrl> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Id="dcad2d98-1e91-4090-81a0-ec0641347bf8" Version="2.0.0" Language="en-US" Publisher="Roman Kurbangaliyev" /> | ||
<DisplayName>Regex Tester</DisplayName> | ||
<Description xml:space="preserve">Regular Expression Tester for Visual Studio 2017.</Description> | ||
<MoreInfo>https://github.com/sharomank/regex-tester</MoreInfo> | ||
<License>license.txt</License> | ||
<ReleaseNotes>changes.txt</ReleaseNotes> | ||
<Icon>icon.png</Icon> | ||
<PreviewImage>screenshot.png</PreviewImage> | ||
<InstalledByMsi>false</InstalledByMsi> | ||
<SupportedProducts> | ||
<VisualStudio Version="10.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="11.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="12.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
<VisualStudio Version="14.0"> | ||
<Edition>Ultimate</Edition> | ||
<Edition>Premium</Edition> | ||
<Edition>Pro</Edition> | ||
</VisualStudio> | ||
</SupportedProducts> | ||
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.6" /> | ||
</Identifier> | ||
<References> | ||
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0"> | ||
<Name>Visual Studio MPF</Name> | ||
</Reference> | ||
</References> | ||
<Content> | ||
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage> | ||
</Content> | ||
</Vsix> | ||
<Tags>RegEx, Regular Expression, regular expressions</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" /> | ||
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Pro" /> | ||
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |