mirror of
https://github.com/LucasVbr/mini-chat.git
synced 2026-05-13 17:21:54 +00:00
164 lines
7.0 KiB
XML
164 lines
7.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="79e91d13-7d5f-4b9a-954b-9bc7cde074fc" name="Changes" comment="">
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/client/Client.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/client/Client.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/client/ListenThread.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/client/ListenThread.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/ui/FenetreClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ui/FenetreClient.java" afterDir="false" />
|
|
</list>
|
|
<list id="ecb4d6c3-70b5-4e80-ba94-fcec6f42612f" name="Changes by burgu" comment="" />
|
|
<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="JUnit5 Test Class" />
|
|
<option value="Interface" />
|
|
<option value="Class" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="MarkdownSettingsMigration">
|
|
<option name="stateVersion" value="1" />
|
|
</component>
|
|
<component name="ProjectId" id="2HaFpkE2ysQQKHoI2cE0i8sXNLB" />
|
|
<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"><![CDATA[{
|
|
"keyToString": {
|
|
"Downloaded.Files.Path.Enabled": "false",
|
|
"Repository.Attach.Annotations": "false",
|
|
"Repository.Attach.JavaDocs": "false",
|
|
"Repository.Attach.Sources": "false",
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
"WebServerToolWindowFactoryState": "false",
|
|
"codeWithMe.voiceChat.enabledByDefault": "false",
|
|
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary": "JUnit5",
|
|
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5": "",
|
|
"create.test.in.the.same.root": "true",
|
|
"last_opened_file_path": "/Users/lucas/Documents/GitHub/projet-mini-chat/src/serveur",
|
|
"nodejs_package_manager_path": "npm",
|
|
"project.structure.last.edited": "Modules",
|
|
"project.structure.proportion": "0.15",
|
|
"project.structure.side.proportion": "0.2",
|
|
"settings.editor.selected.configurable": "reference.settings.ide.settings.uml"
|
|
}
|
|
}]]></component>
|
|
<component name="RecentsManager">
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="$PROJECT_DIR$/src/serveur" />
|
|
</key>
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
<recent name="$PROJECT_DIR$/src/ui" />
|
|
<recent name="$PROJECT_DIR$/src/client" />
|
|
</key>
|
|
<key name="CreateTestDialog.Recents.Supers">
|
|
<recent name="" />
|
|
</key>
|
|
<key name="CreateTestDialog.RecentsKey">
|
|
<recent name="utils" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager" selected="Application.ui.FenetreClient">
|
|
<configuration name="FenetreServeur" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="ui.FenetreServeur" />
|
|
<module name="projet-mini-chat" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="ui.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="ui.FenetreClient (1)" type="Application" factoryName="Application" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="ui.FenetreClient" />
|
|
<module name="projet-mini-chat" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="ui.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="ui.FenetreClient" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="ui.FenetreClient" />
|
|
<module name="projet-mini-chat" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="ui.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<list>
|
|
<item itemvalue="Application.ui.FenetreClient (1)" />
|
|
<item itemvalue="Application.FenetreServeur" />
|
|
<item itemvalue="Application.ui.FenetreClient" />
|
|
</list>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Application.ui.FenetreClient" />
|
|
<item itemvalue="Application.FenetreServeur" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="79e91d13-7d5f-4b9a-954b-9bc7cde074fc" name="Changes" comment="" />
|
|
<created>1668515473737</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1668515473737</updated>
|
|
<workItem from="1668515476841" duration="6049000" />
|
|
<workItem from="1669119772164" duration="6834000" />
|
|
<workItem from="1669724625302" duration="6630000" />
|
|
<workItem from="1670230395395" duration="19588000" />
|
|
<workItem from="1670329829454" duration="6520000" />
|
|
<workItem from="1670405222370" duration="1434000" />
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
<option name="TAB_STATES">
|
|
<map>
|
|
<entry key="MAIN">
|
|
<value>
|
|
<State />
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
<expand />
|
|
<select />
|
|
</component>
|
|
</project> |