diff options
| -rw-r--r-- | .idea/.idea.Texty/.idea/csv-plugin.xml | 16 | ||||
| -rw-r--r-- | Texty.csproj | 1 | ||||
| -rw-r--r-- | Texty.sln.DotSettings | 4 |
3 files changed, 21 insertions, 0 deletions
diff --git a/.idea/.idea.Texty/.idea/csv-plugin.xml b/.idea/.idea.Texty/.idea/csv-plugin.xml new file mode 100644 index 0000000..3cb81c2 --- /dev/null +++ b/.idea/.idea.Texty/.idea/csv-plugin.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CsvFileAttributes"> + <option name="attributeMap"> + <map> + <entry key="/Assets/Translations/menus.csv"> + <value> + <Attribute> + <option name="separator" value="," /> + </Attribute> + </value> + </entry> + </map> + </option> + </component> +</project>
\ No newline at end of file diff --git a/Texty.csproj b/Texty.csproj index 5b156e0..7109110 100644 --- a/Texty.csproj +++ b/Texty.csproj @@ -21,5 +21,6 @@ <Content Include="addons\ClassExporter\plugin.cfg" /> <Content Include="Tests\**" /> <Content Include="Scenes\**" /> + <Context Include="Assets\**" /> </ItemGroup> </Project>
\ No newline at end of file diff --git a/Texty.sln.DotSettings b/Texty.sln.DotSettings index 17e9596..f2ed300 100644 --- a/Texty.sln.DotSettings +++ b/Texty.sln.DotSettings @@ -1,4 +1,8 @@ <wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_METHOD_ATTRIBUTE_ON_SAME_LINE_EX/@EntryValue">IF_OWNER_IS_SINGLE_LINE</s:String> <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_TYPE_ATTRIBUTE_ON_SAME_LINE_EX/@EntryValue">IF_OWNER_IS_SINGLE_LINE</s:String> + <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean> + <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean> + <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue">True</s:Boolean> + <s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=Texty/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
\ No newline at end of file |
