AbstractKnowledgeGraph/.idea/workspace.xml

192 lines
7.7 KiB
XML
Raw Permalink Normal View History

2019-08-05 00:50:18 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
2019-08-05 01:33:16 +08:00
<component name="ChangeListManager">
2019-08-05 01:37:33 +08:00
<list default="true" id="da7a917e-4cd1-46a7-84d3-8b66d81f63f8" name="Default Changelist" comment="" />
2019-08-05 01:33:16 +08:00
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<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="FUSProjectUsageTrigger">
<session id="148249821">
<usages-collector id="statistics.lifecycle.project">
<counts>
2019-08-05 13:34:25 +08:00
<entry key="project.closed" value="1" />
2019-08-05 01:33:16 +08:00
<entry key="project.open.time.1" value="1" />
<entry key="project.opened" value="1" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.extensions.open">
<counts>
<entry key="py" value="1" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.open">
<counts>
<entry key="Python" value="1" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.extensions.edit">
<counts>
<entry key="py" value="107" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="Python" value="107" />
</counts>
</usages-collector>
</session>
</component>
<component name="FileEditorManager">
<leaf>
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/search_concept.py">
<provider selected="true" editor-type-id="text-editor">
2019-08-05 13:34:25 +08:00
<state relative-caret-position="622">
2019-08-05 01:33:16 +08:00
<caret line="79" column="40" selection-start-line="79" selection-start-column="40" selection-end-line="79" selection-end-column="40" />
<folding>
<element signature="e#17#26#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS">
<list>
<option value="$PROJECT_DIR$/search_concept.py" />
</list>
</option>
</component>
2019-08-05 01:37:33 +08:00
<component name="ProjectFrameBounds">
2019-08-05 00:50:18 +08:00
<option name="y" value="23" />
<option name="width" value="1680" />
<option name="height" value="971" />
</component>
2019-08-05 01:33:16 +08:00
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectView">
<navigator proportions="" version="1">
<foldersAlwaysOnTop value="true" />
</navigator>
<panes>
<pane id="ProjectPane">
<subPane>
<expand>
<path>
<item name="AbstractKnowledgeGraph" type="b2602c69:ProjectViewProjectNode" />
<item name="AbstractKnowledgeGraph" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="AbstractKnowledgeGraph" type="b2602c69:ProjectViewProjectNode" />
<item name="AbstractKnowledgeGraph" type="462c0819:PsiDirectoryNode" />
<item name="dict" type="462c0819:PsiDirectoryNode" />
</path>
</expand>
<select />
</subPane>
</pane>
<pane id="Scope" />
</panes>
</component>
2019-08-05 00:50:18 +08:00
<component name="PropertiesComponent">
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
</component>
2019-08-05 01:33:16 +08:00
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
2019-08-05 00:50:18 +08:00
<component name="RunManager">
<configuration name="search_concept" type="PythonConfigurationType" factoryName="Python" temporary="true">
<module name="AbstractKnowledgeGraph" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="IS_MODULE_SDK" value="true" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/search_concept.py" />
<option name="PARAMETERS" value="" />
<option name="SHOW_COMMAND_LINE" value="false" />
<option name="EMULATE_TERMINAL" value="false" />
<option name="MODULE_MODE" value="false" />
<option name="REDIRECT_INPUT" value="false" />
<option name="INPUT_FILE" value="" />
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="Python.search_concept" />
</list>
</recent_temporary>
</component>
2019-08-05 01:33:16 +08:00
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="da7a917e-4cd1-46a7-84d3-8b66d81f63f8" name="Default Changelist" comment="" />
<created>1564937339893</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1564937339893</updated>
</task>
<servers />
</component>
<component name="ToolWindowManager">
2019-08-05 01:37:33 +08:00
<frame x="0" y="23" width="1680" height="971" extended-state="0" />
2019-08-05 01:33:16 +08:00
<layout>
<window_info id="Favorites" side_tool="true" />
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24954791" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
<window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
<window_info anchor="bottom" id="Python Console" />
<window_info anchor="bottom" id="Terminal" />
<window_info anchor="bottom" id="Event Log" side_tool="true" />
<window_info anchor="bottom" id="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" />
2019-08-05 13:34:25 +08:00
<window_info anchor="bottom" id="Run" order="2" weight="0.9943117" />
2019-08-05 01:33:16 +08:00
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
</layout>
</component>
2019-08-05 00:50:18 +08:00
<component name="VcsContentAnnotationSettings">
<option name="myLimit" value="2678400000" />
</component>
2019-08-05 01:33:16 +08:00
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/search_concept.py">
<provider selected="true" editor-type-id="text-editor">
2019-08-05 13:34:25 +08:00
<state relative-caret-position="622">
2019-08-05 01:33:16 +08:00
<caret line="79" column="40" selection-start-line="79" selection-start-column="40" selection-end-line="79" selection-end-column="40" />
<folding>
<element signature="e#17#26#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</component>
2019-08-05 00:50:18 +08:00
</project>