This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
xxSherly/.idea/workspace.xml

202 lines
8.7 KiB
XML
Raw Normal View History

2023-01-03 00:50:03 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ArtifactsWorkspaceSettings">
<artifacts-to-build>
<artifact name="Sherly:jar" />
</artifacts-to-build>
</component>
2023-01-03 00:54:46 +01:00
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
2023-01-03 00:50:03 +01:00
<component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Fixed another Random Crash that happened when a file size is near 0">
<change beforePath="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/ThreadedCompare.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ThreadedCompare.java" afterDir="false" />
2023-01-03 00:54:46 +01:00
</list>
2023-01-03 00:50:03 +01:00
<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="Class" />
</list>
</option>
</component>
2023-01-03 13:41:30 +01:00
<component name="Git.Rebase.Settings">
<option name="NEW_BASE" value="master" />
</component>
<component name="GithubPullRequestsUISettings">
<option name="selectedUrlAndAccountId">
<UrlAndAccount>
<option name="accountId" value="614b6e79-2a1d-40ca-82ec-6c7ae06c9284" />
<option name="url" value="https://github.com/bly-codes/Sherly.git" />
</UrlAndAccount>
</option>
</component>
2023-01-03 00:54:46 +01:00
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
2023-01-03 00:50:03 +01:00
<component name="ProjectId" id="2Jn9jTd9EocdVDpvvPMYxSrBjXm" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
2023-01-03 13:37:58 +01:00
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;/home/bly/IdeaProjects/Sherly&quot;,
&quot;project.structure.last.edited&quot;: &quot;Artifacts&quot;,
&quot;project.structure.proportion&quot;: &quot;0.15&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.2&quot;
2023-01-03 00:50:03 +01:00
}
2023-01-03 13:37:58 +01:00
}</component>
<component name="RunManager">
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="Main" />
<module name="Sherly" />
<option name="PROGRAM_PARAMETERS" value="-f $USER_HOME$/Pictures/ -p -d" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Application.Main" />
</list>
</recent_temporary>
</component>
2023-01-03 00:50:03 +01:00
<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="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="" />
<created>1672703116568</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1672703116568</updated>
</task>
2023-01-03 00:52:13 +01:00
<task id="LOCAL-00001" summary="First Creation">
<created>1672703433480</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1672703433480</updated>
</task>
2023-01-03 00:54:46 +01:00
<task id="LOCAL-00002" summary="First Creation">
<created>1672703559416</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1672703559416</updated>
</task>
2023-01-03 00:57:38 +01:00
<task id="LOCAL-00003" summary="Just a Test">
<created>1672703686539</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1672703686539</updated>
</task>
2023-01-03 01:09:12 +01:00
<task id="LOCAL-00004" summary="Just a Test">
<created>1672703881482</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1672703881482</updated>
</task>
2023-01-03 13:37:58 +01:00
<task id="LOCAL-00005" summary="Removing not needed lines">
<created>1672704560597</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1672704560597</updated>
</task>
2023-01-03 13:41:30 +01:00
<task id="LOCAL-00006" summary="Fixed Duplicates in HashMap">
<created>1672749481858</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1672749481858</updated>
</task>
<task id="LOCAL-00007" summary="Fixed Duplicates in HashMap">
<created>1672749693035</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1672749693035</updated>
</task>
<task id="LOCAL-00008" summary="test">
<created>1672749718265</created>
<option name="number" value="00008" />
<option name="presentableId" value="LOCAL-00008" />
<option name="project" value="LOCAL" />
<updated>1672749718265</updated>
</task>
<task id="LOCAL-00009" summary="fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater">
<created>1672798827144</created>
<option name="number" value="00009" />
<option name="presentableId" value="LOCAL-00009" />
<option name="project" value="LOCAL" />
<updated>1672798827144</updated>
</task>
<task id="LOCAL-00010" summary="Fixed another Random Crash that happened when a file size is near 0">
<created>1672874587158</created>
<option name="number" value="00010" />
<option name="presentableId" value="LOCAL-00010" />
<option name="project" value="LOCAL" />
<updated>1672874587158</updated>
</task>
<option name="localTasksCounter" value="11" />
2023-01-03 00:50:03 +01:00
<servers />
</component>
2023-01-03 00:52:13 +01:00
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="FILTERS">
<map>
<entry key="branch">
<value>
<list>
<option value="master" />
</list>
</value>
</entry>
</map>
</option>
</State>
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="First Creation" />
2023-01-03 00:57:38 +01:00
<MESSAGE value="Just a Test" />
2023-01-03 13:37:58 +01:00
<MESSAGE value="Removing not needed lines" />
2023-01-03 13:41:30 +01:00
<MESSAGE value="Fixed Duplicates in HashMap" />
<MESSAGE value="test" />
<MESSAGE value="fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater" />
<MESSAGE value="Fixed another Random Crash that happened when a file size is near 0" />
<option name="LAST_COMMIT_MESSAGE" value="Fixed another Random Crash that happened when a file size is near 0" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<breakpoint enabled="true" type="java-exception">
<properties class="java.lang.ArrayIndexOutOfBoundsException" package="java.lang" />
<option name="timeStamp" value="1" />
</breakpoint>
</breakpoints>
</breakpoint-manager>
2023-01-03 00:52:13 +01:00
</component>
2023-01-03 00:50:03 +01:00
</project>