Replaced spaces by tabs on files with incoherent indentations.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace UnicodeCharacterInspector
|
||||
storage = value;
|
||||
NotifyPropertyChanged(propertyName);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace UnicodeCharacterInspector
|
||||
{
|
||||
codePoint = 0;
|
||||
characterInfo = UnicodeInfo.GetCharInfo(0);
|
||||
}
|
||||
}
|
||||
|
||||
NotifyPropertyChanged();
|
||||
UpdateDisplayText();
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace UnicodeCharacterInspector
|
||||
CodePoint = codePoint;
|
||||
Character = char.ConvertFromUtf32(codePoint);
|
||||
DisplayText = UnicodeInfo.GetDisplayText(codePoint);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private class CharacterCollection : INotifyCollectionChanged, IList<CharacterViewModel>
|
||||
@@ -108,7 +108,7 @@ namespace UnicodeCharacterInspector
|
||||
public CharacterInspectorViewModel()
|
||||
{
|
||||
characterCollection = new CharacterCollection(this);
|
||||
}
|
||||
}
|
||||
|
||||
private void NotifyCollectionChanged(NotifyCollectionChangedAction action)
|
||||
{
|
||||
@@ -164,7 +164,7 @@ namespace UnicodeCharacterInspector
|
||||
NotifyPropertyChanged(nameof(SelectedCharacter));
|
||||
selectedCharacterInfo.Character = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public ICollection<CharacterViewModel> Characters { get { return characterCollection; } }
|
||||
|
||||
Reference in New Issue
Block a user