diff options
| author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-26 23:17:56 -0500 |
|---|---|---|
| committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-30 11:33:32 -0500 |
| commit | 8410e7b92891104f1460ead416a0e793c93ca738 (patch) | |
| tree | 2cfeee3c3e698696bfa127924838884dc18b0a1c /.idea | |
| parent | 955c57b02b32b734338205152c062211a68dff4a (diff) | |
feat: wrote emojis module to make emoji access easier, and fixed up the indian scammer mode
# Conflicts:
# bigresult.py
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/workspace.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ccd56e3..db129cf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,12 +5,8 @@ </component> <component name="ChangeListManager"> <list default="true" id="bf161059-c7a2-4c78-9db4-a3015d4ca7df" name="Changes" comment=""> - <change afterPath="$PROJECT_DIR$/commands/funny.py" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/bigresult.py" beforeDir="false" afterPath="$PROJECT_DIR$/bigresult.py" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> @@ -38,17 +34,18 @@ <component name="PropertiesComponent"><![CDATA[{ "keyToString": { "ModuleVcsDetector.initialDetectionPerformed": "true", + "Python.bigresult.executor": "Run", "RunOnceActivity.ShowReadmeOnStart": "true", "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true", "RunOnceActivity.git.unshallow": "true", "SHELLCHECK.PATH": "/home/jliu/.local/share/JetBrains/PyCharmCE2025.2/Shell Script/shellcheck", - "git-widget-placeholder": "deploy" + "git-widget-placeholder": "feature/emojis" } }]]></component> <component name="SharedIndexes"> <attachedChunks> <set> - <option value="bundled-python-sdk-1f77c24022e5-d902c0275401-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-252.26830.99" /> + <option value="bundled-python-sdk-f69e5c277ee4-cbfc7b97e6b2-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-252.27397.106" /> </set> </attachedChunks> </component> |
