355 lines
No EOL
23 KiB
XML
355 lines
No EOL
23 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="BranchesTreeState">
|
|
<expand>
|
|
<path>
|
|
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
</path>
|
|
<path>
|
|
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
</path>
|
|
<path>
|
|
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
|
|
</path>
|
|
</expand>
|
|
<select />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="a54bb6de-191c-4bd1-91ab-3953adfc5dfb" name="Default Changelist" comment="">
|
|
<change afterPath="$PROJECT_DIR$/DevFunctions.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/Generator/NotSpecifiedException.cs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/../test" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/.idea.Compiler/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.Compiler/.idea/contentModel.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/.idea.Compiler/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.Compiler/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/Compiler.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Compiler.cs" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/Generator/Generator.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Generator/Generator.cs" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="T4 File" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
</component>
|
|
<component name="HighlightingSettingsPerFile">
|
|
<setting file="file://$PROJECT_DIR$/Compiler.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/714153FB-3DE5-4537-8A59-8AE8F7F7655E/44/126d3750/String.cs" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Lexer/Lexer.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Lexer/Token.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/EEDBFCB1-C56E-4F7A-8B60-B8DD27E0DC7D/86/71102cca/Enumerable.cs" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Lexer/TokenType.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Lexer/Pattern.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Parser.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Nodes/ProgramNode.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Nodes/ConstantNode.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Nodes/NodeType.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Nodes/FunctionNode.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Nodes/Node.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Nodes/ReturnNode.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/714153FB-3DE5-4537-8A59-8AE8F7F7655E/74/559b3670/String.cs" root0="SKIP_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Exceptions/UnexpectedTokenException.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Exceptions/WrongTypeException.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Exceptions/InvalidIdentifierException.cs" root0="FORCE_HIGHLIGHTING" />
|
|
<setting file="file://$PROJECT_DIR$/Parser/Exceptions/MissingSemicolonException.cs" root0="FORCE_HIGHLIGHTING" />
|
|
</component>
|
|
<component name="IdeDocumentHistory">
|
|
<option name="CHANGED_PATHS">
|
|
<list>
|
|
<option value="$PROJECT_DIR$/Compiler/Program.cs" />
|
|
<option value="$PROJECT_DIR$/Program.cs" />
|
|
<option value="$PROJECT_DIR$/Tokens.cs" />
|
|
<option value="$PROJECT_DIR$/Pattern.cs" />
|
|
<option value="$PROJECT_DIR$/Token.cs" />
|
|
<option value="$PROJECT_DIR$/TokenType.cs" />
|
|
<option value="$PROJECT_DIR$/Lexer.cs" />
|
|
<option value="$PROJECT_DIR$/Parser.cs" />
|
|
<option value="$PROJECT_DIR$/Lexer/Pattern.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/LeafType.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/NodeType.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Node.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/FunctionNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/ConstantNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/ReturnNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/ProgramNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/ProgramNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Exceptions.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/FunctionNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Exceptions/InvalidIdentifierException.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Exceptions/MissingSemicolonException.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Exceptions/WronghTypeException.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Exceptions/WrongTypeException.cs" />
|
|
<option value="$PROJECT_DIR$/Lexer/Token.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/Node.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Exceptions/MissingTokenException.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Exceptions/UnexpectedTokenException.cs" />
|
|
<option value="$PROJECT_DIR$/t.tt" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/ReturnNode.cs" />
|
|
<option value="$PROJECT_DIR$/Lexer/TokenType.cs" />
|
|
<option value="$PROJECT_DIR$/Lexer/Lexer.cs" />
|
|
<option value="$PROJECT_DIR$/../grammar" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/OperatorTypes.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/OperatorType.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/NodeType.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/UnaryOperatorNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Nodes/ConstantNode.cs" />
|
|
<option value="$PROJECT_DIR$/Parser/Parser.cs" />
|
|
<option value="$PROJECT_DIR$/Compiler.cs" />
|
|
<option value="$PROJECT_DIR$/Generator/NotSpecifiedException.cs" />
|
|
<option value="$PROJECT_DIR$/../test.s" />
|
|
<option value="$PROJECT_DIR$/DevFunctions.cs" />
|
|
<option value="$PROJECT_DIR$/Generator/Generator.cs" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="ProjectId" id="1g8sEwibYOXRSHf7VBAgyNtiM21" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
<ConfirmationsSetting value="2" id="Add" />
|
|
</component>
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
|
|
<property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
<property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.56953055" />
|
|
<property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.4880425" />
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="XThreadsFramesViewSplitterKey" value="0.2616179" />
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/.." />
|
|
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
|
|
</component>
|
|
<component name="RunManager">
|
|
<configuration name="Compiler" type="DotNetProject" factoryName=".NET Project">
|
|
<option name="EXE_PATH" value="$PROJECT_DIR$/bin/Debug/netcoreapp3.1/Compiler.dll" />
|
|
<option name="PROGRAM_PARAMETERS" value="--dev-mode--" />
|
|
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/bin/Debug/netcoreapp3.1" />
|
|
<option name="PASS_PARENT_ENVS" value="1" />
|
|
<option name="USE_EXTERNAL_CONSOLE" value="0" />
|
|
<option name="USE_MONO" value="0" />
|
|
<option name="RUNTIME_ARGUMENTS" value="" />
|
|
<option name="PROJECT_PATH" value="$PROJECT_DIR$/Compiler.csproj" />
|
|
<option name="PROJECT_EXE_PATH_TRACKING" value="1" />
|
|
<option name="PROJECT_ARGUMENTS_TRACKING" value="1" />
|
|
<option name="PROJECT_WORKING_DIRECTORY_TRACKING" value="1" />
|
|
<option name="PROJECT_KIND" value="DotNetCore" />
|
|
<option name="PROJECT_TFM" value=".NETCoreApp,Version=v3.1" />
|
|
<method v="2">
|
|
<option name="Build" />
|
|
</method>
|
|
</configuration>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="SvnConfiguration">
|
|
<configuration />
|
|
</component>
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="a54bb6de-191c-4bd1-91ab-3953adfc5dfb" name="Default Changelist" comment="" />
|
|
<created>1597507445860</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1597507445860</updated>
|
|
<workItem from="1597507449039" duration="231000" />
|
|
<workItem from="1597508003307" duration="9480000" />
|
|
<workItem from="1597604480117" duration="13146000" />
|
|
<workItem from="1597620399423" duration="389000" />
|
|
<workItem from="1597650936637" duration="537000" />
|
|
<workItem from="1597695400525" duration="4873000" />
|
|
<workItem from="1597863017034" duration="9651000" />
|
|
<workItem from="1597932102881" duration="4296000" />
|
|
<workItem from="1597952695048" duration="9189000" />
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="UnityProjectConfiguration" hasMinimizedUI="false" />
|
|
<component name="UnityUnitTestConfiguration" currentTestLauncher="NUnit" />
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
<option name="TAB_STATES">
|
|
<map>
|
|
<entry key="MAIN">
|
|
<value>
|
|
<State />
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
<option name="oldMeFiltersMigrated" value="true" />
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
|
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
|
|
</component>
|
|
<component name="WindowStateProjectService">
|
|
<state x="2029" y="149" width="738" height="749" key="#Compiler" timestamp="1597507583637">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2029" y="149" width="738" height="749" key="#Compiler/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597507583637" />
|
|
<state x="2942" y="395" width="193" height="172" key="#Custom_Plugin_Repositories" timestamp="1597932245664">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2942" y="395" width="193" height="172" key="#Custom_Plugin_Repositories/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597932245664" />
|
|
<state x="2327" y="101" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1597933234768">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2327" y="101" key="#com.intellij.execution.impl.EditConfigurationsDialog/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597933234768" />
|
|
<state x="2169" y="170" width="430" height="508" key="FileChooserDialogImpl" timestamp="1597507670532">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2169" y="170" width="430" height="508" key="FileChooserDialogImpl/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597507670532" />
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.bottom" timestamp="1597955238557">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955238557" />
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.center" timestamp="1597955238557">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955238557" />
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.left" timestamp="1597955238557">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955238557" />
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.right" timestamp="1597955238557">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.-1.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955238557" />
|
|
<state width="908" height="298" key="GridCell.Tab.0.bottom" timestamp="1597956915348">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="908" height="298" key="GridCell.Tab.0.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597956915348" />
|
|
<state width="908" height="298" key="GridCell.Tab.0.center" timestamp="1597956915348">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="908" height="298" key="GridCell.Tab.0.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597956915348" />
|
|
<state width="908" height="298" key="GridCell.Tab.0.left" timestamp="1597956915348">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="908" height="298" key="GridCell.Tab.0.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597956915348" />
|
|
<state width="908" height="298" key="GridCell.Tab.0.right" timestamp="1597956915348">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="908" height="298" key="GridCell.Tab.0.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597956915348" />
|
|
<state width="1868" height="383" key="GridCell.Tab.1.bottom" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.1.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.1.center" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.1.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.1.left" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.1.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.1.right" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.1.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.2.bottom" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.2.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.2.center" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.2.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.2.left" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.2.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.2.right" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.2.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.3.bottom" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.3.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.3.center" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.3.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.3.left" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.3.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.3.right" timestamp="1597955439042">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.3.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955439042" />
|
|
<state width="1868" height="383" key="GridCell.Tab.4.bottom" timestamp="1597955234640">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.4.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955234640" />
|
|
<state width="1868" height="383" key="GridCell.Tab.4.center" timestamp="1597955234640">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.4.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955234640" />
|
|
<state width="1868" height="383" key="GridCell.Tab.4.left" timestamp="1597955234640">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.4.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955234640" />
|
|
<state width="1868" height="383" key="GridCell.Tab.4.right" timestamp="1597955234640">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="1868" height="383" key="GridCell.Tab.4.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597955234640" />
|
|
<state x="631" y="291" width="806" height="524" key="Rider.ProjectTemplateDialog.Size" timestamp="1597872082099">
|
|
<screen x="0" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="631" y="291" width="806" height="524" key="Rider.ProjectTemplateDialog.Size/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597872082099" />
|
|
<state x="2321" y="-64" width="709" height="485" key="RiderGenerateDialog" timestamp="1597956793201">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2321" y="-64" width="709" height="485" key="RiderGenerateDialog/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597956793201" />
|
|
<state x="2525" y="135" width="1031" height="724" key="SettingsEditor" timestamp="1597932248704">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2525" y="135" width="1031" height="724" key="SettingsEditor/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597932248704" />
|
|
<state x="2560" y="0" width="640" height="1080" key="VCS.FileHistoryDialog" timestamp="1597605666894">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2560" y="0" width="640" height="1080" key="VCS.FileHistoryDialog/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597605666894" />
|
|
<state width="480" height="540" key="XDebugger.FullValuePopup" timestamp="1597698247338">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state width="480" height="540" key="XDebugger.FullValuePopup/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597698247338" />
|
|
<state x="2182" y="199" width="432" height="650" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1597510086756">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2182" y="199" width="432" height="650" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597510086756" />
|
|
<state x="0" y="557" width="1920" height="523" key="dock-window-1" timestamp="1597960555163">
|
|
<screen x="0" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="0" y="557" width="1920" height="523" key="dock-window-1/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597960555163" />
|
|
<state x="3200" y="0" width="640" height="1080" key="dock-window-2" timestamp="1597959520918">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="3200" y="0" width="640" height="1080" key="dock-window-2/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597959520918" />
|
|
<state x="0" y="557" width="1920" height="523" key="dock-window-3" timestamp="1597934748776">
|
|
<screen x="0" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="0" y="557" width="1920" height="523" key="dock-window-3/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597934748776" />
|
|
<state x="2543" y="239" width="672" height="678" key="search.everywhere.popup" timestamp="1597698616567">
|
|
<screen x="1920" y="0" width="1920" height="1080" />
|
|
</state>
|
|
<state x="2543" y="239" width="672" height="678" key="search.everywhere.popup/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597698616567" />
|
|
</component>
|
|
</project> |