Skip to content

Commit

Permalink
Additions to Change Log, updates to Test Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrevellick committed Nov 5, 2016
1 parent 1b32896 commit 46be4da
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 11 deletions.
3 changes: 1 addition & 2 deletions AutoFindReplace/Helpers/RulesHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ private static void ApplyTestingRules(List<RulesDto> rulesDtos)
"Dummy.Sln",
"IDontExist.Sln",
"JoePublic.Sln",
"Orwell.Sln",
"WebApp.sln",//gregt can be deleted
"Orwell.Sln"
};

// Remove any existant test rules
Expand Down
2 changes: 1 addition & 1 deletion AutoFindReplace/VSPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private IEnumerable<string> ApplyChangesToSourceCode(IEnumerable<RulesDto> rules

if (haveWeOpenedTheCorrectSolution)
{
anyRulesProcessed = true;
anyRulesProcessed = true;

rulesEnabledForThisSolutionCount++;

Expand Down
2 changes: 1 addition & 1 deletion AutoFindReplace/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ReleaseNotes>https://github.com/GregTrevellick/AutoFindReplace/blob/master/CHANGELOG.md</ReleaseNotes>
<Icon>Resources\ExtensionIcon_32x32.png</Icon>
<PreviewImage>Resources\ExtensionPreview_175x175.png</PreviewImage>
<Tags>find, replace, automatic, controlF, controlH, text, change</Tags>
<Tags>find, replace, automatic, text, change, controlF, controlH, ctlF, ctlH</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
Expand Down
33 changes: 26 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Road Map

- [ ] Display warning if user chooses to allow modifications to files not under source-control
- [ ] Publish the extension for VS2013
- [ ] Publish the extension for VS2012
- [ ] Publish the extension for VS2010 (probably)
- [ ] Publish the extension for VS2008 (possibly)
- [ ] Publish the extension for VS2005 (possibly)
- [ ] Support for VS15 (in due course)
<!--sign the extension for auto updates-->
<!--tweet #autofindreplace-->
<!--rules kick in when opening a file not just a sln-->
<!--rules kick in when creating a sln-->
<!--auto column widths-->

- [ ] Improvements
- [ ] Add a count of diabled rules to the Results dialog
- [ ] Mark new rules as Enabled by default
- [ ] Display warning if user chooses to allow modifications to files not under source-control
- [ ] Add an option to allow user to supprerss the Results dialog if no modifications were made
- [ ] Allow sorting of Rules

- [ ] Support for additional VS versions
- [ ] Publish the extension for VS2005
- [ ] Publish the extension for VS2008
- [ ] Publish the extension for VS2010
- [ ] Publish the extension for VS15 (in due course)

- [ ] Convert codebase to .Net Core (no timescale)

# Change log
Expand All @@ -29,3 +41,10 @@ on the official Visual Studio extension gallery.
- [x] Bug fix for results dialog not appearing under certain circumstances when rules for multiple solutions exist
- [x] Bug fix whereby exporting rules as CSV crashes if no rules exist
- [x] Bug fix for a non-text file specified in a rule

## 1.2

**Coming soon**

- [ ] Publish the extension for VS2013
- [ ] Publish the extension for VS2012
Binary file modified TestCases.xlsx
Binary file not shown.

0 comments on commit 46be4da

Please sign in to comment.