diff options
| author | nasr <nsrddyn@gmail.com> | 2025-12-30 21:06:18 +0100 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2025-12-30 21:06:18 +0100 |
| commit | 13910acb85367a737617984f9ac8f8bbbfc5281f (patch) | |
| tree | f8a57c11738602d4a078b27cd55600a1ef7248bb /.idea/workspace.xml | |
| parent | 83be472a172dc152c6a6f69dd24946b785ad370c (diff) | |
checkpoint
Diffstat (limited to '.idea/workspace.xml')
| -rw-r--r-- | .idea/workspace.xml | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..47a4672 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="AutoImportSettings"> + <option name="autoReloadType" value="SELECTIVE" /> + </component> + <component name="BackendCodeEditorMiscSettings"> + <option name="/Default/Environment/Hierarchy/GeneratedFilesCacheKey/Timestamp/@EntryValue" value="4" type="long" /> + <option name="/Default/Housekeeping/FeatureSuggestion/FeatureSuggestionManager/DisabledSuggesters/=SwitchToGoToActionSuggester/@EntryIndexedValue" value="true" type="bool" /> + </component> + <component name="ChangeListManager"> + <list default="true" id="4e2e747b-4cf7-4326-a0ab-4428fecfc88f" name="Changes" 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="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="MacroExpansionManager"> + <option name="directoryName" value="tzFWBH8r" /> + </component> + <component name="ProjectColorInfo">{ + "customColor": "", + "associatedIndex": 4 +}</component> + <component name="ProjectId" id="37WXJwlfHgfbTUSQajVrapU6YHf" /> + <component name="ProjectViewState"> + <option name="autoscrollToSource" value="true" /> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"><![CDATA[{ + "keyToString": { + "C/C++ File.main.c.executor": "Debug", + "C/C++ File.main.cpp.executor": "Debug", + "ModuleVcsDetector.initialDetectionPerformed": "true", + "RunOnceActivity.RadMigrateCodeStyle": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.cidr.known.project.marker": "true", + "RunOnceActivity.readMode.enableVisualFormatting": "true", + "RunOnceActivity.typescript.service.memoryLimit.init": "true", + "cf.advertisement.text.overridden": "true", + "cf.first.check.clang-format": "false", + "cidr.known.project.marker": "true", + "git-widget-placeholder": "main", + "nodejs_package_manager_path": "npm", + "org.rust.first.attach.projects": "true", + "settings.editor.selected.configurable": "preferences.lookFeel", + "vue.rearranger.settings.migration": "true" + } +}]]></component> + <component name="RunManager" selected="C/C++ File.main.c"> + <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"> + <option name="compilerOptions" value="-lX11" /> + <option name="sourceFile" value="main.c" /> + <method v="2"> + <option name="com.jetbrains.cidr.cpp.runfile.CppFileBuildBeforeRunTaskProvider$BasicBuildBeforeRunTask" enabled="true" /> + </method> + </configuration> + <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"> + <option name="compilerOptions" value="-lX11" /> + <option name="sourceFile" value="main.cpp" /> + <method v="2"> + <option name="com.jetbrains.cidr.cpp.runfile.CppFileBuildBeforeRunTaskProvider$BasicBuildBeforeRunTask" enabled="true" /> + </method> + </configuration> + <list> + <item itemvalue="C/C++ File.main.c" /> + <item itemvalue="C/C++ File.main.cpp" /> + </list> + </component> + <component name="RustProjectSettings"> + <option name="toolchainHomeDirectory" value="/usr/bin" /> + </component> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="4e2e747b-4cf7-4326-a0ab-4428fecfc88f" name="Changes" comment="" /> + <created>1767019734019</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1767019734019</updated> + <workItem from="1767019735790" duration="556000" /> + <workItem from="1767037529556" duration="1209000" /> + <workItem from="1767098248582" duration="514000" /> + <workItem from="1767099177012" duration="1625000" /> + <workItem from="1767120425134" duration="4461000" /> + </task> + <servers /> + </component> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="3" /> + </component> + <component name="XDebuggerManager"> + <watches-manager> + <configuration name="CppFileRunConfiguration"> + <watch expression="gc" language="C++" /> + <watch expression="color" language="C++" /> + </configuration> + </watches-manager> + </component> +</project>
\ No newline at end of file |
