Removes som IDE files
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
This commit is contained in:
parent
6f347b863c
commit
3a051abf2c
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,3 +29,5 @@ hs_err_pid*
|
||||
/.idea/
|
||||
out
|
||||
target
|
||||
build.xml
|
||||
nbproject
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -1,11 +0,0 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="FFmpegConvert">
|
||||
<output-path>$PROJECT_DIR$/out/artifacts/FFmpegConvert</output-path>
|
||||
<root id="archive" name="FFmpegConvert.jar">
|
||||
<element id="directory" name="META-INF">
|
||||
<element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" />
|
||||
</element>
|
||||
<element id="module-output" name="FFmpegConvert1" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
@ -1,5 +0,0 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<state>
|
||||
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
|
||||
</state>
|
||||
</component>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
|
||||
</project>
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptSettings">
|
||||
<option name="languageLevel" value="ES6" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="11.0.5" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/FFmpegConvert.iml" filepath="$PROJECT_DIR$/.idea/FFmpegConvert.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -1,334 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ArtifactsWorkspaceSettings">
|
||||
<artifacts-to-build>
|
||||
<artifact name="FFmpegConvert" />
|
||||
</artifacts-to-build>
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="e9b48a04-29ff-46ce-9630-42742dc34d68" name="Default" comment="Updates to changes done while the server was down Better reading Better output Things which can be final are final Adds more lines to prevent signs + songs instead of full subtitles">
|
||||
<change afterPath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/FFmpegConvert1.iml" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/FFmpegConvert.iml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/pom.xml" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/Main.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/converter/AnimeConverter.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/converter/AudioConverter.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/converter/Converter.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/converter/VideoConverter.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/streams/AudioStream.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/streams/StreamObject.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/streams/SubtitleStream.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/FFmpegConvert/src/main/java/net/knarcraft/ffmpegconvert/streams/VideoStream.java" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/ffmpegconverter/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ffmpegconverter/Main.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/ffmpegconverter/converter/AnimeConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ffmpegconverter/converter/AnimeConverter.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/ffmpegconverter/converter/Converter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ffmpegconverter/converter/Converter.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/ffmpegconverter/streams/SubtitleStream.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ffmpegconverter/streams/SubtitleStream.java" afterDir="false" />
|
||||
</list>
|
||||
<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>
|
||||
<component name="FindInProjectRecents">
|
||||
<findStrings>
|
||||
<find>stripexten</find>
|
||||
<find>System.out.</find>
|
||||
<find>debug</find>
|
||||
<find>isimage</find>
|
||||
<find>jap</find>
|
||||
<find>listFilesRec</find>
|
||||
<find>readInput</find>
|
||||
<find>isImageSub</find>
|
||||
<find>isImageS</find>
|
||||
<find>subList</find>
|
||||
<find>listAudio</find>
|
||||
<find>listVideo</find>
|
||||
<find>probeFile</find>
|
||||
<find>listSubtitlesRelative</find>
|
||||
<find>PROBE_SPL</find>
|
||||
<find>filterSubtitleStreams</find>
|
||||
</findStrings>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="ROOT_SYNC" value="DONT_SYNC" />
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectId" id="1WfbPiqozXBDbQKoOXR3kRo6QDL" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showExcludedFiles" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="aspect.path.notification.shown" value="true" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1570316553479" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/src/ffmpegconverter" />
|
||||
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
||||
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
||||
<property name="nodejs_package_manager_path" value="npm" />
|
||||
<property name="project.structure.last.edited" value="Problems" />
|
||||
<property name="project.structure.proportion" value="0.15332031" />
|
||||
<property name="project.structure.side.proportion" value="0.2" />
|
||||
<property name="settings.editor.selected.configurable" value="preferences.sourceCode" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/src/ffmpegconverter" />
|
||||
<recent name="C:\Users\Kristian\IdeaProjects\FFmpegConvert" />
|
||||
</key>
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/.idea" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager">
|
||||
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="ffmpegconverter.Main" />
|
||||
<module name="FFmpegConvert" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="ffmpegconverter.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="Application" factoryName="Application">
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="JUnit" factoryName="JUnit">
|
||||
<option name="TEST_OBJECT" value="class" />
|
||||
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="TestNG">
|
||||
<option name="TEST_OBJECT" value="CLASS" />
|
||||
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
||||
<properties />
|
||||
<listeners />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Application.Main" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
<component name="ServiceViewManager">
|
||||
<option name="viewStates">
|
||||
<list>
|
||||
<serviceView>
|
||||
<treeState>
|
||||
<expand />
|
||||
<select />
|
||||
</treeState>
|
||||
</serviceView>
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="SvnConfiguration">
|
||||
<configuration />
|
||||
</component>
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="e9b48a04-29ff-46ce-9630-42742dc34d68" name="Default" comment="" />
|
||||
<created>1538261009416</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1538261009416</updated>
|
||||
<workItem from="1538261010802" duration="1312000" />
|
||||
<workItem from="1538305844416" duration="234000" />
|
||||
<workItem from="1538306114165" duration="22000" />
|
||||
<workItem from="1538473299929" duration="2733000" />
|
||||
<workItem from="1538701686924" duration="2951000" />
|
||||
<workItem from="1539366793700" duration="978000" />
|
||||
<workItem from="1539518274284" duration="1207000" />
|
||||
<workItem from="1539652670425" duration="12000" />
|
||||
<workItem from="1540077462430" duration="678000" />
|
||||
<workItem from="1540289525699" duration="27000" />
|
||||
<workItem from="1540546688988" duration="3065000" />
|
||||
<workItem from="1540803435545" duration="470000" />
|
||||
<workItem from="1540890041603" duration="17000" />
|
||||
<workItem from="1541080155632" duration="1994000" />
|
||||
<workItem from="1541370686228" duration="1377000" />
|
||||
<workItem from="1541440722679" duration="603000" />
|
||||
<workItem from="1541446539385" duration="1788000" />
|
||||
<workItem from="1541502766248" duration="32000" />
|
||||
<workItem from="1541862167823" duration="2297000" />
|
||||
<workItem from="1541879330349" duration="3080000" />
|
||||
<workItem from="1542063661865" duration="5207000" />
|
||||
<workItem from="1542477955964" duration="1322000" />
|
||||
<workItem from="1542567572829" duration="614000" />
|
||||
<workItem from="1542764996067" duration="1320000" />
|
||||
<workItem from="1542792684664" duration="781000" />
|
||||
<workItem from="1543154558384" duration="2435000" />
|
||||
<workItem from="1543231497156" duration="8583000" />
|
||||
<workItem from="1543695540458" duration="627000" />
|
||||
<workItem from="1543717952622" duration="653000" />
|
||||
<workItem from="1544178702233" duration="1339000" />
|
||||
<workItem from="1544265338810" duration="691000" />
|
||||
<workItem from="1544370503492" duration="14000" />
|
||||
<workItem from="1544392514407" duration="625000" />
|
||||
<workItem from="1544703100915" duration="838000" />
|
||||
<workItem from="1545090822083" duration="169000" />
|
||||
<workItem from="1545091025691" duration="20000" />
|
||||
<workItem from="1547458604849" duration="636000" />
|
||||
<workItem from="1547567517843" duration="15000" />
|
||||
<workItem from="1548004942668" duration="2143000" />
|
||||
<workItem from="1548363813873" duration="1222000" />
|
||||
<workItem from="1548532950666" duration="616000" />
|
||||
<workItem from="1548598573963" duration="614000" />
|
||||
<workItem from="1549193918003" duration="622000" />
|
||||
<workItem from="1549758586148" duration="756000" />
|
||||
<workItem from="1549878315673" duration="2543000" />
|
||||
<workItem from="1550165974027" duration="1212000" />
|
||||
<workItem from="1550243114655" duration="634000" />
|
||||
<workItem from="1550317826949" duration="3756000" />
|
||||
<workItem from="1550511529465" duration="625000" />
|
||||
<workItem from="1550768108194" duration="608000" />
|
||||
<workItem from="1551168781600" duration="41000" />
|
||||
<workItem from="1552739936622" duration="215000" />
|
||||
<workItem from="1552770909935" duration="1056000" />
|
||||
<workItem from="1553203535796" duration="624000" />
|
||||
<workItem from="1553256078273" duration="73000" />
|
||||
<workItem from="1554589352446" duration="1441000" />
|
||||
<workItem from="1556564750100" duration="687000" />
|
||||
<workItem from="1556817189653" duration="837000" />
|
||||
<workItem from="1556917090805" duration="590000" />
|
||||
<workItem from="1557359278642" duration="1854000" />
|
||||
<workItem from="1557572721027" duration="2589000" />
|
||||
<workItem from="1557701234310" duration="6253000" />
|
||||
<workItem from="1557994156392" duration="8429000" />
|
||||
<workItem from="1558270332068" duration="1231000" />
|
||||
<workItem from="1559411406801" duration="621000" />
|
||||
<workItem from="1559765370819" duration="3857000" />
|
||||
<workItem from="1560477751040" duration="2758000" />
|
||||
<workItem from="1561162925209" duration="2043000" />
|
||||
<workItem from="1561850923206" duration="1264000" />
|
||||
<workItem from="1566295287966" duration="29127000" />
|
||||
<workItem from="1568269273856" duration="26000" />
|
||||
<workItem from="1570010166713" duration="19096000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="Adds missing files">
|
||||
<created>1538261222377</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1538261222377</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="Hopefully fixes issues #1 and #2 File collision handling similar to windows">
|
||||
<created>1538475994282</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1538475994282</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00003" summary="Adds hardsubbing of subtitles with same name as video file Better file collision detection Adds debug mode to only render part of the video">
|
||||
<created>1542105228199</created>
|
||||
<option name="number" value="00003" />
|
||||
<option name="presentableId" value="LOCAL-00003" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1542105228199</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00004" summary="Adds surround to stereo">
|
||||
<created>1545090945641</created>
|
||||
<option name="number" value="00004" />
|
||||
<option name="presentableId" value="LOCAL-00004" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1545090945641</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00005" summary="Improves reading of input">
|
||||
<created>1566327932040</created>
|
||||
<option name="number" value="00005" />
|
||||
<option name="presentableId" value="LOCAL-00005" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1566327932040</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="6" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TimeTrackingManager">
|
||||
<option name="totallyTimeSpent" value="150829000" />
|
||||
</component>
|
||||
<component name="TodoView" selected-index="4">
|
||||
<todo-panel id="selected-file">
|
||||
<is-autoscroll-to-source value="true" />
|
||||
</todo-panel>
|
||||
<todo-panel id="all">
|
||||
<are-packages-shown value="true" />
|
||||
<is-autoscroll-to-source value="true" />
|
||||
</todo-panel>
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="1" />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="Adds missing files" />
|
||||
<MESSAGE value="Hopefully fixes issues #1 and #2 File collision handling similar to windows" />
|
||||
<MESSAGE value="Adds hardsubbing of subtitles with same name as video file Better file collision detection Adds debug mode to only render part of the video" />
|
||||
<MESSAGE value="Adds surround to stereo" />
|
||||
<MESSAGE value="Improves reading of input" />
|
||||
<MESSAGE value="Rewrites a lot of code Streams are now parsed to objects, making it easier to get required information. Improved styling. Some better comments. Better input parsing." />
|
||||
<MESSAGE value="Updates to changes done while the server was down Better reading Better output Things which can be final are final Adds more lines to prevent signs + songs instead of full subtitles" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updates to changes done while the server was down Better reading Better output Things which can be final are final Adds more lines to prevent signs + songs instead of full subtitles" />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="379" y="60" key="#Main" timestamp="1579543971698">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state x="379" y="60" key="#Main/0.36.1366.732@0.36.1366.732" timestamp="1579543971698" />
|
||||
<state x="0" y="36" width="1366" height="732" key="CommitChangelistDialog2" timestamp="1579545452859">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state x="0" y="36" width="1366" height="732" key="CommitChangelistDialog2/0.36.1366.732@0.36.1366.732" timestamp="1579545452859" />
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.bottom" timestamp="1579544838853">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.bottom/0.36.1366.732@0.36.1366.732" timestamp="1579544838853" />
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.center" timestamp="1579544838853">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.center/0.36.1366.732@0.36.1366.732" timestamp="1579544838853" />
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.left" timestamp="1579544838848">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.left/0.36.1366.732@0.36.1366.732" timestamp="1579544838848" />
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.right" timestamp="1579544838853">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state width="1320" height="162" key="GridCell.Tab.0.right/0.36.1366.732@0.36.1366.732" timestamp="1579544838853" />
|
||||
<state x="0" y="36" width="1032" height="732" key="SettingsEditor" timestamp="1579544527545">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state x="0" y="36" width="1032" height="732" key="SettingsEditor/0.36.1366.732@0.36.1366.732" timestamp="1579544527545" />
|
||||
<state x="279" y="136" key="Vcs.Push.Dialog.v2" timestamp="1579547079762">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state x="279" y="136" key="Vcs.Push.Dialog.v2/0.36.1366.732@0.36.1366.732" timestamp="1579547079762" />
|
||||
<state x="364" y="230" key="com.intellij.ide.util.TipDialog" timestamp="1579543587189">
|
||||
<screen x="0" y="36" width="1366" height="732" />
|
||||
</state>
|
||||
<state x="364" y="230" key="com.intellij.ide.util.TipDialog/0.36.1366.732@0.36.1366.732" timestamp="1579543587189" />
|
||||
</component>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user