diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .idea/workspace.xml | 102 |
2 files changed, 1 insertions, 102 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | idea/ | 1 | idea/ |
| 2 | idea | 2 | idea |
| 3 | idea/* | 3 | idea/* |
| 4 | .idea | ||
diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 47a4672..0000000 --- a/.idea/workspace.xml +++ /dev/null | |||
| @@ -1,102 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <project version="4"> | ||
| 3 | <component name="AutoImportSettings"> | ||
| 4 | <option name="autoReloadType" value="SELECTIVE" /> | ||
| 5 | </component> | ||
| 6 | <component name="BackendCodeEditorMiscSettings"> | ||
| 7 | <option name="/Default/Environment/Hierarchy/GeneratedFilesCacheKey/Timestamp/@EntryValue" value="4" type="long" /> | ||
| 8 | <option name="/Default/Housekeeping/FeatureSuggestion/FeatureSuggestionManager/DisabledSuggesters/=SwitchToGoToActionSuggester/@EntryIndexedValue" value="true" type="bool" /> | ||
| 9 | </component> | ||
| 10 | <component name="ChangeListManager"> | ||
| 11 | <list default="true" id="4e2e747b-4cf7-4326-a0ab-4428fecfc88f" name="Changes" comment="" /> | ||
| 12 | <option name="SHOW_DIALOG" value="false" /> | ||
| 13 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> | ||
| 14 | <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | ||
| 15 | <option name="LAST_RESOLUTION" value="IGNORE" /> | ||
| 16 | </component> | ||
| 17 | <component name="Git.Settings"> | ||
| 18 | <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> | ||
| 19 | </component> | ||
| 20 | <component name="MacroExpansionManager"> | ||
| 21 | <option name="directoryName" value="tzFWBH8r" /> | ||
| 22 | </component> | ||
| 23 | <component name="ProjectColorInfo">{ | ||
| 24 | "customColor": "", | ||
| 25 | "associatedIndex": 4 | ||
| 26 | }</component> | ||
| 27 | <component name="ProjectId" id="37WXJwlfHgfbTUSQajVrapU6YHf" /> | ||
| 28 | <component name="ProjectViewState"> | ||
| 29 | <option name="autoscrollToSource" value="true" /> | ||
| 30 | <option name="hideEmptyMiddlePackages" value="true" /> | ||
| 31 | <option name="showLibraryContents" value="true" /> | ||
| 32 | </component> | ||
| 33 | <component name="PropertiesComponent"><![CDATA[{ | ||
| 34 | "keyToString": { | ||
| 35 | "C/C++ File.main.c.executor": "Debug", | ||
| 36 | "C/C++ File.main.cpp.executor": "Debug", | ||
| 37 | "ModuleVcsDetector.initialDetectionPerformed": "true", | ||
| 38 | "RunOnceActivity.RadMigrateCodeStyle": "true", | ||
| 39 | "RunOnceActivity.ShowReadmeOnStart": "true", | ||
| 40 | "RunOnceActivity.cidr.known.project.marker": "true", | ||
| 41 | "RunOnceActivity.readMode.enableVisualFormatting": "true", | ||
| 42 | "RunOnceActivity.typescript.service.memoryLimit.init": "true", | ||
| 43 | "cf.advertisement.text.overridden": "true", | ||
| 44 | "cf.first.check.clang-format": "false", | ||
| 45 | "cidr.known.project.marker": "true", | ||
| 46 | "git-widget-placeholder": "main", | ||
| 47 | "nodejs_package_manager_path": "npm", | ||
| 48 | "org.rust.first.attach.projects": "true", | ||
| 49 | "settings.editor.selected.configurable": "preferences.lookFeel", | ||
| 50 | "vue.rearranger.settings.migration": "true" | ||
| 51 | } | ||
| 52 | }]]></component> | ||
| 53 | <component name="RunManager" selected="C/C++ File.main.c"> | ||
| 54 | <configuration name="main.c" type="CppFileRunConfiguration" factoryName="CppFileRunConfiguration" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="x11-programming" TARGET_NAME="main.c" CONFIG_NAME="main.c"> | ||
| 55 | <option name="compilerOptions" value="-lX11" /> | ||
| 56 | <option name="sourceFile" value="main.c" /> | ||
| 57 | <method v="2"> | ||
| 58 | <option name="com.jetbrains.cidr.cpp.runfile.CppFileBuildBeforeRunTaskProvider$BasicBuildBeforeRunTask" enabled="true" /> | ||
| 59 | </method> | ||
| 60 | </configuration> | ||
| 61 | <configuration name="main.cpp" type="CppFileRunConfiguration" factoryName="CppFileRunConfiguration" nameIsGenerated="true" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="x11-programming" TARGET_NAME="main.cpp" CONFIG_NAME="main.cpp"> | ||
| 62 | <option name="compilerOptions" value="-lX11" /> | ||
| 63 | <option name="sourceFile" value="main.cpp" /> | ||
| 64 | <method v="2"> | ||
| 65 | <option name="com.jetbrains.cidr.cpp.runfile.CppFileBuildBeforeRunTaskProvider$BasicBuildBeforeRunTask" enabled="true" /> | ||
| 66 | </method> | ||
| 67 | </configuration> | ||
| 68 | <list> | ||
| 69 | <item itemvalue="C/C++ File.main.c" /> | ||
| 70 | <item itemvalue="C/C++ File.main.cpp" /> | ||
| 71 | </list> | ||
| 72 | </component> | ||
| 73 | <component name="RustProjectSettings"> | ||
| 74 | <option name="toolchainHomeDirectory" value="/usr/bin" /> | ||
| 75 | </component> | ||
| 76 | <component name="TaskManager"> | ||
| 77 | <task active="true" id="Default" summary="Default task"> | ||
| 78 | <changelist id="4e2e747b-4cf7-4326-a0ab-4428fecfc88f" name="Changes" comment="" /> | ||
| 79 | <created>1767019734019</created> | ||
| 80 | <option name="number" value="Default" /> | ||
| 81 | <option name="presentableId" value="Default" /> | ||
| 82 | <updated>1767019734019</updated> | ||
| 83 | <workItem from="1767019735790" duration="556000" /> | ||
| 84 | <workItem from="1767037529556" duration="1209000" /> | ||
| 85 | <workItem from="1767098248582" duration="514000" /> | ||
| 86 | <workItem from="1767099177012" duration="1625000" /> | ||
| 87 | <workItem from="1767120425134" duration="4461000" /> | ||
| 88 | </task> | ||
| 89 | <servers /> | ||
| 90 | </component> | ||
| 91 | <component name="TypeScriptGeneratedFilesManager"> | ||
| 92 | <option name="version" value="3" /> | ||
| 93 | </component> | ||
| 94 | <component name="XDebuggerManager"> | ||
| 95 | <watches-manager> | ||
| 96 | <configuration name="CppFileRunConfiguration"> | ||
| 97 | <watch expression="gc" language="C++" /> | ||
| 98 | <watch expression="color" language="C++" /> | ||
| 99 | </configuration> | ||
| 100 | </watches-manager> | ||
| 101 | </component> | ||
| 102 | </project> \ No newline at end of file | ||
