Skip to content

Commit

Permalink
Cleaned up the setting display
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Mar 23, 2014
1 parent b487b8b commit 357644b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Microsoft.VisualStudio.Shell;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using Vim;
Expand All @@ -10,6 +11,8 @@ namespace VsVim.Implementation.OptionPages
{
public sealed class DefaultOptionPage : DialogPage
{
[DisplayName("Default Settings")]
[Description("Default settings to use when no vimrc file is found")]
public DefaultSettings DefaultSettings { get; set; }

protected override void OnActivate(System.ComponentModel.CancelEventArgs e)
Expand Down
4 changes: 0 additions & 4 deletions VsVim.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
Cleanup.txt = Cleanup.txt
CodingGuidelines.txt = CodingGuidelines.txt
Performance1.psess = Performance1.psess
VsVim.nunit = VsVim.nunit
EndProjectSection
EndProject
Expand Down Expand Up @@ -157,9 +156,6 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = VsVim.vsmdi
EndGlobalSection
Expand Down

0 comments on commit 357644b

Please sign in to comment.