From da6b4f1231196182dc0c6ab042745029731d2dc3 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Fri, 11 Jun 2021 16:38:34 +0800 Subject: [PATCH 01/28] IU-2021.1.2 + + + + \ No newline at end of file diff --git a/_windows/path.macros.xml b/_windows/path.macros.xml new file mode 100644 index 0000000..a8b1aa7 --- /dev/null +++ b/_windows/path.macros.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/codestyles/Default.xml b/codestyles/Default.xml new file mode 100644 index 0000000..39dd208 --- /dev/null +++ b/codestyles/Default.xml @@ -0,0 +1,34 @@ + + + + + + \ No newline at end of file diff --git a/colors.scheme.xml b/colors.scheme.xml new file mode 100644 index 0000000..39308cd --- /dev/null +++ b/colors.scheme.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/databaseDrivers.xml b/databaseDrivers.xml new file mode 100644 index 0000000..18bb29e --- /dev/null +++ b/databaseDrivers.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/debugger.xml b/debugger.xml new file mode 100644 index 0000000..cb15618 --- /dev/null +++ b/debugger.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editor.xml b/editor.xml new file mode 100644 index 0000000..b224e1a --- /dev/null +++ b/editor.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/filetypes.xml b/filetypes.xml new file mode 100644 index 0000000..d4b4ee3 --- /dev/null +++ b/filetypes.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/ide-features-trainer.xml b/ide-features-trainer.xml new file mode 100644 index 0000000..5bc8938 --- /dev/null +++ b/ide-features-trainer.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/ide.general.xml b/ide.general.xml new file mode 100644 index 0000000..eea3db2 --- /dev/null +++ b/ide.general.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/jdk.table.xml b/jdk.table.xml new file mode 100644 index 0000000..8f539f6 --- /dev/null +++ b/jdk.table.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/shared-indexes.xml b/shared-indexes.xml new file mode 100644 index 0000000..cff422b --- /dev/null +++ b/shared-indexes.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/updates.xml b/updates.xml new file mode 100644 index 0000000..1f81a24 --- /dev/null +++ b/updates.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/vcs.xml b/vcs.xml new file mode 100644 index 0000000..3028126 --- /dev/null +++ b/vcs.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/visualizationTool.xml b/visualizationTool.xml new file mode 100644 index 0000000..6dec326 --- /dev/null +++ b/visualizationTool.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/wsl.distributions.xml b/wsl.distributions.xml new file mode 100644 index 0000000..72d0804 --- /dev/null +++ b/wsl.distributions.xml @@ -0,0 +1,122 @@ + + + + + + DEBIAN + Debian + debian.exe + Debian GNU/Linux + + + KALI + kali-linux + kali.exe + Kali Linux + + + OPENSUSE42 + openSUSE-42 + opensuse-42.exe + openSUSE Leap 42 + + + SLES12 + SLES-12 + sles-12.exe + SUSE Linux Enterprise Server 12 + + + SLES15 + SLES-15 + sles-15.exe + SUSE Linux Enterprise Server 15 + + + SLES-15-SP1 + SLES-15-SP1 + SLES-15-SP1.exe + SUSE Linux Enterprise Server 15 SP1 + + + SUSE-Linux-Enterprise-Server-15-SP2 + SUSE-Linux-Enterprise-Server-15-SP2 + SUSE-Linux-Enterprise-Server-15-SP2.exe + SUSE Linux Enterprise Server 15 SP2 + + + OPENSUSE15 + openSUSE-Leap-15 + openSUSE-Leap-15.exe + openSUSE Leap 15 + + + OPENSUSE15-1 + openSUSE-Leap-15-1 + openSUSE-Leap-15-1.exe + openSUSE Leap 15.1 + + + OPENSUSE15.2 + openSUSE-Leap-15.2 + openSUSE-Leap-15.2.exe + openSUSE Leap 15.2 + + + UBUNTU + Ubuntu + ubuntu.exe + Ubuntu + + + UBUNTU1604 + Ubuntu-16.04 + ubuntu1604.exe + Ubuntu 16.04 + + + UBUNTU1804 + Ubuntu-18.04 + ubuntu1804.exe + Ubuntu 18.04 + + + UBUNTU2004 + Ubuntu-20.04 + ubuntu2004.exe + Ubuntu 20.04 + + + Ubuntu-CommPrev + Ubuntu-CommPrev + ubuntupreview.exe + Ubuntu on Windows Community Preview + + + PENGWIN + WLinux + pengwin.exe + Pengwin + + + PENGWIN_ENTERPRISE + WLE + wle.exe + Pengwin Enterprise + + + fedoraremix + fedoraremix + fedoraremix.exe + Fedora Remix for WSL + + + ARCH + Arch + Arch.exe + Arch Linux + + + + + \ No newline at end of file From 0c2c0758bef49edfbfa8d23402de4aba0e7c238f Mon Sep 17 00:00:00 2001 From: Kane Date: Fri, 11 Jun 2021 17:02:31 +0800 Subject: [PATCH 02/28] IU-2021.1.2 + + \ No newline at end of file diff --git a/ide-features-trainer.xml b/ide-features-trainer.xml new file mode 100644 index 0000000..5bc8938 --- /dev/null +++ b/ide-features-trainer.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/ide.general.xml b/ide.general.xml new file mode 100644 index 0000000..cf8a656 --- /dev/null +++ b/ide.general.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/wsl.distributions.xml b/wsl.distributions.xml new file mode 100644 index 0000000..72d0804 --- /dev/null +++ b/wsl.distributions.xml @@ -0,0 +1,122 @@ + + + + + + DEBIAN + Debian + debian.exe + Debian GNU/Linux + + + KALI + kali-linux + kali.exe + Kali Linux + + + OPENSUSE42 + openSUSE-42 + opensuse-42.exe + openSUSE Leap 42 + + + SLES12 + SLES-12 + sles-12.exe + SUSE Linux Enterprise Server 12 + + + SLES15 + SLES-15 + sles-15.exe + SUSE Linux Enterprise Server 15 + + + SLES-15-SP1 + SLES-15-SP1 + SLES-15-SP1.exe + SUSE Linux Enterprise Server 15 SP1 + + + SUSE-Linux-Enterprise-Server-15-SP2 + SUSE-Linux-Enterprise-Server-15-SP2 + SUSE-Linux-Enterprise-Server-15-SP2.exe + SUSE Linux Enterprise Server 15 SP2 + + + OPENSUSE15 + openSUSE-Leap-15 + openSUSE-Leap-15.exe + openSUSE Leap 15 + + + OPENSUSE15-1 + openSUSE-Leap-15-1 + openSUSE-Leap-15-1.exe + openSUSE Leap 15.1 + + + OPENSUSE15.2 + openSUSE-Leap-15.2 + openSUSE-Leap-15.2.exe + openSUSE Leap 15.2 + + + UBUNTU + Ubuntu + ubuntu.exe + Ubuntu + + + UBUNTU1604 + Ubuntu-16.04 + ubuntu1604.exe + Ubuntu 16.04 + + + UBUNTU1804 + Ubuntu-18.04 + ubuntu1804.exe + Ubuntu 18.04 + + + UBUNTU2004 + Ubuntu-20.04 + ubuntu2004.exe + Ubuntu 20.04 + + + Ubuntu-CommPrev + Ubuntu-CommPrev + ubuntupreview.exe + Ubuntu on Windows Community Preview + + + PENGWIN + WLinux + pengwin.exe + Pengwin + + + PENGWIN_ENTERPRISE + WLE + wle.exe + Pengwin Enterprise + + + fedoraremix + fedoraremix + fedoraremix.exe + Fedora Remix for WSL + + + ARCH + Arch + Arch.exe + Arch Linux + + + + + \ No newline at end of file From ec15a302d09ee6b3dbd6390dbb2bc8fac541b964 Mon Sep 17 00:00:00 2001 From: Kane Date: Fri, 11 Jun 2021 17:13:31 +0800 Subject: [PATCH 03/28] IU-2021.1.2 - + \ No newline at end of file From 3a20127b04d14f68986d27b158d36746d0612eca Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Fri, 11 Jun 2021 17:14:19 +0800 Subject: [PATCH 04/28] IU-2021.1.2 + + + + + + From 12abd70a78f80e1930e4b0104b7807a592e43335 Mon Sep 17 00:00:00 2001 From: Kane Date: Sat, 12 Jun 2021 09:30:01 +0800 Subject: [PATCH 05/28] IU-2021.1.2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pluginAdvertiser.xml b/pluginAdvertiser.xml new file mode 100644 index 0000000..484862b --- /dev/null +++ b/pluginAdvertiser.xml @@ -0,0 +1,458 @@ + + + + + \ No newline at end of file diff --git a/updates.xml b/updates.xml deleted file mode 100644 index 1f81a24..0000000 --- a/updates.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file From f3f9f172b2a6841e873b8559570d04aff0790189 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Sun, 13 Jun 2021 10:52:15 +0800 Subject: [PATCH 06/28] IU-2021.1.2 - + \ No newline at end of file diff --git a/jdk.table.xml b/jdk.table.xml deleted file mode 100644 index 8f539f6..0000000 --- a/jdk.table.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/updates.xml b/updates.xml deleted file mode 100644 index 1f81a24..0000000 --- a/updates.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file From 8dacb716f922a14156a4dbcb8b6b74541a6a9e8c Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Sun, 13 Jun 2021 11:01:55 +0800 Subject: [PATCH 07/28] IU-2021.1.2 + + + + \ No newline at end of file From e43f99b3011d12171f5aa1fd1fd9604ca96bdd40 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Mon, 21 Jun 2021 15:27:47 +0800 Subject: [PATCH 08/28] IU-2021.1.2 + + + + \ No newline at end of file diff --git a/templates/Kane.xml b/templates/Kane.xml new file mode 100644 index 0000000..769d514 --- /dev/null +++ b/templates/Kane.xml @@ -0,0 +1,10 @@ + + + \ No newline at end of file From de798e8fae772e17c07b6484423c75995e3daa43 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Tue, 22 Jun 2021 09:28:59 +0800 Subject: [PATCH 09/28] IU-2021.1.2 \ No newline at end of file From 750bb5c8e62aae4c2fe388d6bfb2f421ec985be0 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Tue, 22 Jun 2021 09:43:58 +0800 Subject: [PATCH 10/28] IU-2021.1.2 +