From owner-svn-ports-all@freebsd.org Mon Sep 2 15:11:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C367AE08D4; Mon, 2 Sep 2019 15:11:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46MYT05V1nz3NZV; Mon, 2 Sep 2019 15:11:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F3EF1BE0E; Mon, 2 Sep 2019 15:11:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x82FBWS4025811; Mon, 2 Sep 2019 15:11:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x82FBW8L025807; Mon, 2 Sep 2019 15:11:32 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201909021511.x82FBW8L025807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 2 Sep 2019 15:11:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510807 - head/devel/jetbrains-clion X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/jetbrains-clion X-SVN-Commit-Revision: 510807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2019 15:11:32 -0000 Author: swills Date: Mon Sep 2 15:11:31 2019 New Revision: 510807 URL: https://svnweb.freebsd.org/changeset/ports/510807 Log: devel/jetbrains-clion: Update to 2019.2.1 PR: 239615 Submitted by: Dmitry Wagin (maintainers) Modified: head/devel/jetbrains-clion/Makefile (contents, props changed) head/devel/jetbrains-clion/distinfo (contents, props changed) head/devel/jetbrains-clion/pkg-plist (contents, props changed) Modified: head/devel/jetbrains-clion/Makefile ============================================================================== --- head/devel/jetbrains-clion/Makefile Mon Sep 2 15:08:31 2019 (r510806) +++ head/devel/jetbrains-clion/Makefile Mon Sep 2 15:11:31 2019 (r510807) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clion -PORTVERSION= 2019.1.4 +PORTVERSION= 2019.2 CATEGORIES= devel java MASTER_SITES= https://download-cf.jetbrains.com/cpp/ PKGNAMEPREFIX= jetbrains- @@ -35,22 +35,23 @@ SUB_FILES= clion clion.desktop pkg-message SUB_LIST= DATADIR=${DATADIR} do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - @${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR} # Linux/Windows/OS X only so remove them - @${RM} -r ${STAGEDIR}${DATADIR}/bin/fsnotifier \ - ${STAGEDIR}${DATADIR}/bin/fsnotifier-arm \ - ${STAGEDIR}${DATADIR}/bin/fsnotifier64 \ - ${STAGEDIR}${DATADIR}/bin/lib*.so \ - ${STAGEDIR}${DATADIR}/bin/clang \ - ${STAGEDIR}${DATADIR}/bin/cmake \ - ${STAGEDIR}${DATADIR}/bin/gdb/linux \ - ${STAGEDIR}${DATADIR}/bin/lldb/linux + @${RM} -r ${WRKSRC}/bin/fsnotifier \ + ${WRKSRC}/bin/fsnotifier-arm \ + ${WRKSRC}/bin/fsnotifier64 \ + ${WRKSRC}/bin/clang \ + ${WRKSRC}/bin/cmake \ + ${WRKSRC}/bin/gdb/linux \ + ${WRKSRC}/bin/lldb/linux # Remove the bundled native Pty4J support libraries, they are replaced # by java/intellij-pty4j - @${RM} -r ${STAGEDIR}${DATADIR}/lib/pty4j-native -# Remove bundled linux OpenJDK and DroidSerif fonts - @${RM} -r ${STAGEDIR}${DATADIR}/jre64 + @${RM} -r ${WRKSRC}/lib/pty4j-native +# Remove bundled linux JetBrains Runtime and OpenJDK + @${RM} -r ${WRKSRC}/jbr ${WRKSRC}/jre64 + ${MKDIR} ${STAGEDIR}${DATADIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ + "! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") + @(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") ${INSTALL_SCRIPT} ${WRKDIR}/clion ${STAGEDIR}${PREFIX}/bin/clion ${INSTALL_MAN} ${FILESDIR}/clion.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKDIR}/clion.desktop ${STAGEDIR}${PREFIX}/share/applications/ Modified: head/devel/jetbrains-clion/distinfo ============================================================================== --- head/devel/jetbrains-clion/distinfo Mon Sep 2 15:08:31 2019 (r510806) +++ head/devel/jetbrains-clion/distinfo Mon Sep 2 15:11:31 2019 (r510807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559383357 -SHA256 (jetbrains/CLion-2019.1.4.tar.gz) = c9249f7a378b66071e4c4308a339bfd3afa38765e9316ffaaeeec66fcb3b8bb1 -SIZE (jetbrains/CLion-2019.1.4.tar.gz) = 431747416 +TIMESTAMP = 1564745893 +SHA256 (jetbrains/CLion-2019.2.tar.gz) = e2d453264c2fb6dcc58e976fd5660157afd62ba5c0ee64f829407c772f7e1dcf +SIZE (jetbrains/CLion-2019.2.tar.gz) = 485913295 Modified: head/devel/jetbrains-clion/pkg-plist ============================================================================== --- head/devel/jetbrains-clion/pkg-plist Mon Sep 2 15:08:31 2019 (r510806) +++ head/devel/jetbrains-clion/pkg-plist Mon Sep 2 15:11:31 2019 (r510807) @@ -15,8 +15,27 @@ share/applications/clion.desktop %%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/__init__.py %%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/printers.py %%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/xmethods.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/__init__.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/__init__.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/__init__.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/natvis_parser.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/type_name_parser.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_name_template.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_expression.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_nodes.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_providers.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/types_storage.py %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh +%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py +%%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py +%%DATADIR%%/bin/lldb/helpers/renderers/__init__.py +%%DATADIR%%/bin/lldb/helpers/renderers/_jb_lldb_utils.py +%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_declarative_formatters.py +%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_proxy.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py %%DATADIR%%/bin/log.xml @@ -32,68 +51,89 @@ share/applications/clion.desktop %%DATADIR%%/lib/antlr-runtime-4.1.jar %%DATADIR%%/lib/asm-all-7.0.1.jar %%DATADIR%%/lib/automaton-1.12-1.jar -%%DATADIR%%/lib/batik-all-1.10.jar -%%DATADIR%%/lib/bcprov-jdk15on-1.60.jar +%%DATADIR%%/lib/batik-anim-1.12.0-8.jar +%%DATADIR%%/lib/batik-awt-util-1.12.0-8.jar +%%DATADIR%%/lib/batik-bridge-1.12.0-8.jar +%%DATADIR%%/lib/batik-constants-1.12.0-8.jar +%%DATADIR%%/lib/batik-css-1.12.0-8.jar +%%DATADIR%%/lib/batik-dom-1.12.0-8.jar +%%DATADIR%%/lib/batik-ext-1.12.0-8.jar +%%DATADIR%%/lib/batik-gvt-1.12.0-8.jar +%%DATADIR%%/lib/batik-parser-1.12.0-8.jar +%%DATADIR%%/lib/batik-svg-dom-1.12.0-8.jar +%%DATADIR%%/lib/batik-svggen-1.12.0-8.jar +%%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar +%%DATADIR%%/lib/batik-util-1.12.0-8.jar +%%DATADIR%%/lib/batik-xml-1.12.0-8.jar +%%DATADIR%%/lib/bcpkix-jdk15on-1.61.jar +%%DATADIR%%/lib/bcprov-jdk15on-1.61.jar %%DATADIR%%/lib/bootstrap.jar +%%DATADIR%%/lib/built-in-server.jar %%DATADIR%%/lib/cglib-nodep-3.2.4.jar -%%DATADIR%%/lib/cli-parser-1.1.2.jar +%%DATADIR%%/lib/cli-parser-1.1.5.jar %%DATADIR%%/lib/clion.jar %%DATADIR%%/lib/cloud-config-client.jar %%DATADIR%%/lib/common-image-3.4.1.jar %%DATADIR%%/lib/common-io-3.4.1.jar %%DATADIR%%/lib/common-lang-3.4.1.jar -%%DATADIR%%/lib/commons-codec-1.10.jar +%%DATADIR%%/lib/commons-codec-1.12.jar %%DATADIR%%/lib/commons-collections-3.2.2.jar %%DATADIR%%/lib/commons-compress-1.18.jar %%DATADIR%%/lib/commons-httpclient-3.1-patched.jar %%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar +%%DATADIR%%/lib/commons-io-2.6.jar %%DATADIR%%/lib/commons-lang-2.4.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/commons-net-3.6.jar -%%DATADIR%%/lib/delight-rhino-sandbox-0.0.9.jar +%%DATADIR%%/lib/configuration-store-impl.jar +%%DATADIR%%/lib/credential-store.jar +%%DATADIR%%/lib/delight-rhino-sandbox-0.0.10.jar %%DATADIR%%/lib/eddsa-0.2.0.jar %%DATADIR%%/lib/error_prone_annotations-2.3.1.jar %%DATADIR%%/lib/extensions.jar -%%DATADIR%%/lib/fluent-hc-4.5.6.jar +%%DATADIR%%/lib/external-system-rt.jar +%%DATADIR%%/lib/fluent-hc-4.5.8.jar %%DATADIR%%/lib/forms-1.1-preview.jar %%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/fst-2.57.jar -%%DATADIR%%/lib/gradle-api-4.10.3.jar -%%DATADIR%%/lib/gradle-api-impldep-4.10.3.jar -%%DATADIR%%/lib/gradle-launcher-4.10.3.jar -%%DATADIR%%/lib/gradle-wrapper-4.10.3.jar -%%DATADIR%%/lib/groovy-all-2.4.15.jar +%%DATADIR%%/lib/gradle-api-5.2.1-sp1.jar +%%DATADIR%%/lib/gradle-api-impldep-5.2.1-sp1.jar +%%DATADIR%%/lib/gradle-launcher-5.2.1-sp1.jar +%%DATADIR%%/lib/gradle-wrapper-5.2.1-sp1.jar +%%DATADIR%%/lib/groovy-all-2.4.17.jar %%DATADIR%%/lib/gson-2.8.5.jar %%DATADIR%%/lib/guava-25.1-jre.jar %%DATADIR%%/lib/hamcrest-core-1.3.jar -%%DATADIR%%/lib/httpclient-4.5.6.jar -%%DATADIR%%/lib/httpcore-4.4.10.jar -%%DATADIR%%/lib/httpmime-4.5.6.jar +%%DATADIR%%/lib/httpclient-4.5.8.jar +%%DATADIR%%/lib/httpcore-4.4.11.jar +%%DATADIR%%/lib/httpmime-4.5.8.jar %%DATADIR%%/lib/icons.jar %%DATADIR%%/lib/imageio-core-3.4.1.jar %%DATADIR%%/lib/imageio-metadata-3.4.1.jar %%DATADIR%%/lib/imageio-tiff-3.4.1.jar +%%DATADIR%%/lib/images.jar %%DATADIR%%/lib/imgscalr-lib-4.2.jar %%DATADIR%%/lib/ini4j-0.5.5-2.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.495.jar -%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.495.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.508.jar +%%DATADIR%%/lib/intellij-dvcs.jar +%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.508.jar +%%DATADIR%%/lib/intellij-xml.jar +%%DATADIR%%/lib/ion-java-1.5.0-1.jar %%DATADIR%%/lib/isorelax-20030108.jar %%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar %%DATADIR%%/lib/jackson-annotations-2.9.0.jar -%%DATADIR%%/lib/jackson-core-2.9.7.jar -%%DATADIR%%/lib/jackson-databind-2.9.7.jar +%%DATADIR%%/lib/jackson-core-2.9.9.jar +%%DATADIR%%/lib/jackson-databind-2.9.9.jar %%DATADIR%%/lib/java-compatibility-1.0.1.jar -%%DATADIR%%/lib/javahelp-2.0.02.jar %%DATADIR%%/lib/javassist-3.22.0-GA.jar %%DATADIR%%/lib/javax.activation-1.2.0.jar %%DATADIR%%/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/lib/jaxb-api-2.3.1.jar %%DATADIR%%/lib/jaxb-runtime-2.3.1.jar -%%DATADIR%%/lib/jaxen-1.1.6.jar +%%DATADIR%%/lib/jaxen-1.2.0.jar %%DATADIR%%/lib/jbcrypt-1.0.0.jar %%DATADIR%%/lib/jcip-annotations-1.0.jar %%DATADIR%%/lib/jdom.jar -%%DATADIR%%/lib/jediterm-pty-2.14.jar +%%DATADIR%%/lib/jediterm-pty-2.19.jar %%DATADIR%%/lib/jetCheck-0.2.1.jar %%DATADIR%%/lib/jettison-1.4.0.jar %%DATADIR%%/lib/jing-20030619.jar @@ -103,31 +143,32 @@ share/applications/clion.desktop %%DATADIR%%/lib/jsch-0.1.55.jar %%DATADIR%%/lib/jsch-extension-0.1.11.jar %%DATADIR%%/lib/jsch-nio-1.0.12.jar -%%DATADIR%%/lib/jsch.agentproxy.connector-factory.jar -%%DATADIR%%/lib/jsch.agentproxy.core.jar -%%DATADIR%%/lib/jsch.agentproxy.jsch.jar -%%DATADIR%%/lib/jsch.agentproxy.pageant.jar -%%DATADIR%%/lib/jsch.agentproxy.sshagent.jar -%%DATADIR%%/lib/jsch.agentproxy.usocket-jna.jar -%%DATADIR%%/lib/jsch.agentproxy.usocket-nc.jar +%%DATADIR%%/lib/jsch.agentproxy.connector-factory-0.0.9.jar +%%DATADIR%%/lib/jsch.agentproxy.core-0.0.9.jar +%%DATADIR%%/lib/jsch.agentproxy.jsch-0.0.9.jar +%%DATADIR%%/lib/jsch.agentproxy.pageant-0.0.9.jar +%%DATADIR%%/lib/jsch.agentproxy.sshagent-0.0.9.jar +%%DATADIR%%/lib/jsch.agentproxy.sshj-0.0.9.jar +%%DATADIR%%/lib/jsch.agentproxy.usocket-jna-0.0.9.jar +%%DATADIR%%/lib/jsch.agentproxy.usocket-nc-0.0.9.jar %%DATADIR%%/lib/jshell-frontend.jar +%%DATADIR%%/lib/json.jar %%DATADIR%%/lib/jsoup-1.11.3.jar %%DATADIR%%/lib/junit-4.12.jar %%DATADIR%%/lib/jzlib-1.1.3.jar -%%DATADIR%%/lib/kotlin-reflect-1.3.11.jar -%%DATADIR%%/lib/kotlin-stdlib-1.3.11.jar -%%DATADIR%%/lib/kotlin-stdlib-common-1.3.11.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.11.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.11.jar -%%DATADIR%%/lib/kotlin-test-1.3.11.jar -%%DATADIR%%/lib/kotlin-test-common-1.3.11.jar -%%DATADIR%%/lib/kotlinx-coroutines-core-1.0.1.jar -%%DATADIR%%/lib/kotlinx-coroutines-core-common-1.0.1.jar -%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.0.1.jar +%%DATADIR%%/lib/kotlin-reflect-1.3.31.jar +%%DATADIR%%/lib/kotlin-stdlib-1.3.31.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.3.31.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.31.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.31.jar +%%DATADIR%%/lib/kotlin-test-1.3.31.jar +%%DATADIR%%/lib/kotlin-test-common-1.3.31.jar +%%DATADIR%%/lib/kotlinx-coroutines-core-1.2.1.jar +%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.2.1.jar %%DATADIR%%/lib/kryo-2.24.0.jar %%DATADIR%%/lib/libthrift-0.11.0.jar %%DATADIR%%/lib/log4j.jar -%%DATADIR%%/lib/lz4-1.3.0.jar +%%DATADIR%%/lib/lz4-java-1.6.0.jar %%DATADIR%%/lib/markdown4j-2.2-cj-1.1.jar %%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar %%DATADIR%%/lib/microba.jar @@ -136,25 +177,40 @@ share/applications/clion.desktop %%DATADIR%%/lib/minlog-1.2.jar %%DATADIR%%/lib/nanoxml-2.2.3.jar %%DATADIR%%/lib/nekohtml-1.9.22.jar -%%DATADIR%%/lib/netty-buffer-4.1.32.Final.jar -%%DATADIR%%/lib/netty-codec-4.1.32.Final.jar -%%DATADIR%%/lib/netty-codec-http-4.1.32.Final.jar -%%DATADIR%%/lib/netty-common-4.1.32.Final.jar -%%DATADIR%%/lib/netty-handler-4.1.32.Final.jar -%%DATADIR%%/lib/netty-resolver-4.1.32.Final.jar -%%DATADIR%%/lib/netty-transport-4.1.32.Final.jar -%%DATADIR%%/lib/objenesis-2.6.jar +%%DATADIR%%/lib/netty-buffer-4.1.36.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.36.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.36.Final.jar +%%DATADIR%%/lib/netty-codec-http2-4.1.36.Final.jar +%%DATADIR%%/lib/netty-codec-socks-4.1.36.Final.jar +%%DATADIR%%/lib/netty-common-4.1.36.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.36.Final.jar +%%DATADIR%%/lib/netty-handler-proxy-4.1.36.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.36.Final.jar +%%DATADIR%%/lib/netty-transport-4.1.36.Final.jar +%%DATADIR%%/lib/objenesis-3.0.1.jar %%DATADIR%%/lib/openapi.jar %%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar %%DATADIR%%/lib/org.eclipse.lsp4j.jsonrpc-0.7.1.jar +%%DATADIR%%/lib/org.eclipse.xtend.lib-2.14.0.jar +%%DATADIR%%/lib/org.eclipse.xtend.lib.macro-2.14.0.jar %%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.14.0.jar %%DATADIR%%/lib/oro-2.0.8.jar %%DATADIR%%/lib/picocontainer-1.2.jar +%%DATADIR%%/lib/platform-concurrency.jar +%%DATADIR%%/lib/platform-core-ui.jar +%%DATADIR%%/lib/platform-ide-util-io.jar %%DATADIR%%/lib/platform-impl.jar +%%DATADIR%%/lib/platform-objectSerializer-annotations.jar +%%DATADIR%%/lib/platform-objectSerializer.jar +%%DATADIR%%/lib/platform-util-ex.jar +%%DATADIR%%/lib/platform-util-ui.jar %%DATADIR%%/lib/protobuf-java-3.5.1.jar -%%DATADIR%%/lib/proxy-vole-1.0.6.jar -%%DATADIR%%/lib/pty4j-0.9.3.jar +%%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar +%%DATADIR%%/lib/pty4j-0.9.4.jar %%DATADIR%%/lib/purejavacomm-0.0.11.1.jar +%%DATADIR%%/lib/randomForestRegressor-0.0.11.jar +%%DATADIR%%/lib/rd-core-0.191.46.jar +%%DATADIR%%/lib/rd-swing-0.191.46.jar %%DATADIR%%/lib/resources.jar %%DATADIR%%/lib/resources_en.jar %%DATADIR%%/lib/rhino-1.7.10.jar @@ -163,14 +219,16 @@ share/applications/clion.desktop %%DATADIR%%/lib/serviceMessages.jar %%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar -%%DATADIR%%/lib/snakeyaml-1.23.jar +%%DATADIR%%/lib/snakeyaml-1.24.jar +%%DATADIR%%/lib/spellchecker.jar +%%DATADIR%%/lib/sshj-0.27.0.jar %%DATADIR%%/lib/stax-api-1.0.1.jar %%DATADIR%%/lib/stax-ex-1.8.jar -%%DATADIR%%/lib/streamex-0.6.7.jar +%%DATADIR%%/lib/streamex-0.6.8.jar %%DATADIR%%/lib/swingx-core-1.6.2-2.jar %%DATADIR%%/lib/testFramework.jar %%DATADIR%%/lib/trang-core.jar -%%DATADIR%%/lib/trilead-ssh2-build-217-jenkins-11.jar +%%DATADIR%%/lib/trilead-ssh2-build-217-jenkins-14.jar %%DATADIR%%/lib/trove4j.jar %%DATADIR%%/lib/txw2-2.3.1.jar %%DATADIR%%/lib/util.jar @@ -184,9 +242,8 @@ share/applications/clion.desktop %%DATADIR%%/lib/xmlpull-1.1.3.1.jar %%DATADIR%%/lib/xmlrpc-2.0.1.jar %%DATADIR%%/lib/xpp3_min-1.1.4c.jar -%%DATADIR%%/lib/xstream-1.4.10.jar +%%DATADIR%%/lib/xstream-1.4.11.1.jar %%DATADIR%%/lib/xz-1.8.jar -%%DATADIR%%/lib/yjp-controller-api-redist.jar %%DATADIR%%/license/CMake-license-cygwin-exception.txt %%DATADIR%%/license/GDB-license.txt %%DATADIR%%/license/GDB-sources.txt @@ -234,19 +291,24 @@ share/applications/clion.desktop %%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar %%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar %%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar +%%DATADIR%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar %%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar %%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js +%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/resources_en.jar %%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js %%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js -%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js @@ -287,6 +349,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts @@ -320,8 +383,13 @@ share/applications/clion.desktop %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.object.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts @@ -390,18 +458,6 @@ share/applications/clion.desktop %%DATADIR%%/plugins/PerforceIntegration/lib/resources_en.jar %%DATADIR%%/plugins/cidr-clangFormat/lib/cidr-clangFormat.jar %%DATADIR%%/plugins/cidr-clangFormat/lib/resources_en.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/cidr-externalSystem.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/compiler-impl.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/compiler-openapi.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/debugger-impl.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/execution-impl.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/execution-openapi.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/external-system-api.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/external-system-impl.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/external-system-rt.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/fst-2.57.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/idea-ui.jar -%%DATADIR%%/plugins/cidr-externalSystem/lib/resources_en.jar %%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar %%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar %%DATADIR%%/plugins/clion-compdb/lib/resources_en.jar @@ -424,6 +480,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/gradle/lib/gradle-common.jar %%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-api.jar %%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar +%%DATADIR%%/plugins/gradle/lib/gradle-toolingLoaderRt.jar %%DATADIR%%/plugins/gradle/lib/gradle.jar %%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar %%DATADIR%%/plugins/hg4idea/lib/resources_en.jar @@ -431,6 +488,10 @@ share/applications/clion.desktop %%DATADIR%%/plugins/htmltools/lib/resources_en.jar %%DATADIR%%/plugins/less/lib/less.jar %%DATADIR%%/plugins/less/lib/resources_en.jar +%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.5-1.jar +%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar +%%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar +%%DATADIR%%/plugins/performanceTesting/lib/yjp-controller-api-redist.jar %%DATADIR%%/plugins/python/helpers/MathJax/MathJax.js %%DATADIR%%/plugins/python/helpers/MathJax/config/TeX-AMS_HTML-full.js %%DATADIR%%/plugins/python/helpers/MathJax/config/local/local.js @@ -1345,23 +1406,20 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_constants.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.c +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_34_64.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_32.pyd -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_64.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_32.cp35-win32.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_64.cp35-win_amd64.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd @@ -1393,7 +1451,6 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_tracing.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_utils.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vars.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py @@ -1404,19 +1461,19 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so -%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py %%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py +%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/release_mem.h %%DATADIR%%/plugins/python/helpers/pydev/build_tools/build.py %%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_osx.py %%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_windows.py %%DATADIR%%/plugins/python/helpers/pydev/build_tools/generate_code.py %%DATADIR%%/plugins/python/helpers/pydev/build_tools/names_to_rename.py +%%DATADIR%%/plugins/python/helpers/pydev/build_tools/pydevd_release_process.txt %%DATADIR%%/plugins/python/helpers/pydev/build_tools/rename_pep8.py %%DATADIR%%/plugins/python/helpers/pydev/interpreterInfo.py %%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar @@ -1456,14 +1513,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py -%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_amd64.dll -%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so -%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_script.py -%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_x86.dll -%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_x86.dylib -%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_x86_64.dylib %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.cpp %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.h %%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/compile_dll.bat @@ -1534,6 +1585,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py %%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/jinja2_debug.py %%DATADIR%%/plugins/python/helpers/pydev/pydevd_pycharm.py +%%DATADIR%%/plugins/python/helpers/pydev/pydevd_tracing.py +%%DATADIR%%/plugins/python/helpers/pydev/pytest.ini %%DATADIR%%/plugins/python/helpers/pydev/runfiles.py %%DATADIR%%/plugins/python/helpers/pydev/setup.py %%DATADIR%%/plugins/python/helpers/pydev/setup_cython.py @@ -1542,109 +1595,191 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/pydev/stubs/pycompletion.py %%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/__init__.py %%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/test_pydevd_reload.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_check_pydevconsole.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_get_referrers.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_jyserver.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_jysimpleTipper.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_pydev_ipython_011.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_pydevconsole.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_pyserver.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_signature.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_simpleTipper.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/README -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-glut.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-gtk.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-gtk3.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-pyglet.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-qt.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-tk.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-wx.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_bytecode_many_names_example.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_bytecode_overflow_example.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case1.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case10.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case13.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case14.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case15.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case15_execfile.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case16.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case17.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case17a.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case18.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case19.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case2.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case20.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case3.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case4.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case56.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case7.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case89.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_event_ext.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch_2.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_module_entry_point.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread1.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread2.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread3.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread4.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote_1.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote_2.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_set_next_statement.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_type_ext.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_performance_1.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_performance_2.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_performance_3.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/debugger_unittest.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/manage.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/admin.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/forms.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/models.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/index.html -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/name.html -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/tests.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/urls.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/views.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/settings.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/urls.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/wsgi.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/performance_check.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_additional_thread_info.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_bytecode_modification.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_debugger.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_frame_eval_and_tracing.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_process_command_line.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_pydev_monkey.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_save_locals.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/not_in_default_pythonpath.txt -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/deep_nest_test.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/non_test_file.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/junk.txt -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/non_test_file.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/non_test_file.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/simple4_test.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/non_test_file.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/not_in_default_pythonpath.txt -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple2_test.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple3_test.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simpleClass_test.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simpleModule_test.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple_test.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_pydevd_property.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_pydevdio.py -%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_runfiles.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_check_pydevconsole.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_get_referrers.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_jyserver.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_jysimpleTipper.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pydev_ipython_011.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pydevconsole.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pyserver.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_signature.py +%%DATADIR%%/plugins/python/helpers/pydev/tests/test_simpleTipper.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/README +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-glut.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-gtk.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-gtk3.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-pyglet.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-qt.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-tk.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-wx.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case20.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case_breakpoint.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case_breakpoint2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debug_constants.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debugger_fixtures.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debugger_unittest.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/app.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/templates/hello.html +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/manage.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/admin.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/forms.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/models.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/templates/my_app/index.html +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/templates/my_app/name.html +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/tests.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/urls.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/views.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/settings.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/urls.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/wsgi.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/manage.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/admin.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/apps.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/forms.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/migrations/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/models.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/templates/my_app/index.html +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/templates/my_app/name.html +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/urls.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/views.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/settings.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/urls.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/wsgi.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/performance_check.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/regression_check.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_bytecode_many_names_example.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_bytecode_overflow_example.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case1.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case13.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case14.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case15.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case15_execfile.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case16.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case17.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case17a.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case18.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case19.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case20.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case3.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case4.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case56.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case7.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case89.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_condition_exc.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_remote.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_remote_no_import.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_change_breaks.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_check_tracer.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_event_ext.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_exceptions.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_frame_eval.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_generator_py2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_generator_py3.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_get_next_statement_targets.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_get_thread_stack.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_import_imported.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_import_main.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_lamda.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_m_switch.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_m_switch_2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_module_entry_point.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_multiple_threads.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_multiprocessing.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_path_translation.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_print.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread1.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread3.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread4.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_redirect.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_1.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_unhandled_exceptions.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_unhandled_exceptions2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_return_value.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_scapy.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_set_next_statement.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_settrace.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_simple_calls.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_skip_breakpoint_in_exceptions.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_suspend_all.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_suspend_policy.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_thread_creation_deadlock.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_trace_dispatch.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_type_ext.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exception_get_stack.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions_on_top_level.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions_on_top_level2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_zip_files.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_1.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_3.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_cyrillic_encoding_py2.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_cyrillic_encoding_py3.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_syntax_error.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/launch/foo/__main__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/launch/foo/bar.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_additional_thread_info.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_bytecode_modification.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_collect_try_except_info.json +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py26.json +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py27.json +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py36.json +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py37.json +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_convert_utilities.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_debugger.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_dump_threads.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_frame_eval_and_tracing.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_frame_evaluator.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_in_project_roots.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_null.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_process_command_line.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydev_monkey.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydevcoverage.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydevd_io.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_save_locals.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_tracing_gotchas.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_tracing_on_top_level.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_python/tests_single_notification.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/not_in_default_pythonpath.txt +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/deep_nest_test.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/non_test_file.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/__init__.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/junk.txt +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/non_test_file.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/non_test_file.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/simple4_test.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/non_test_file.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/not_in_default_pythonpath.txt +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple2_test.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple3_test.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simpleClass_test.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simpleModule_test.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple_test.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_pydevd_property.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_pydevdio.py +%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_runfiles.py %%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__init__.py %%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__main__.py %%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/hooks.py @@ -1731,7 +1866,6 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py %%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/pycodestyle.py %%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py -%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll %%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py %%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt %%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py @@ -1799,7 +1933,194 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/_version.py %%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/docstring.py %%DATADIR%%/plugins/python/helpers/syspath.py -%%DATADIR%%/plugins/python/helpers/test_generator.py +%%DATADIR%%/plugins/python/helpers/tests/__main__.py +%%DATADIR%%/plugins/python/helpers/tests/build.gradle +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/after/baz.txt +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/after/foo/bar/baz.txt +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/before/baz.txt +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/after/common.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/after/foo.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/before/common.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/before/foo.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/src/common.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/src/foo.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/baz/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/baz/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/baz/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/baz/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/baz/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/baz/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/baz.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/existing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/generated.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/before/existing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/.failed__mod +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/generated.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/delete_with_absent_file/after/content +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/delete_with_absent_file/before/content +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_existing_dir/after/existing/content +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_existing_dir/before/existing/content +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_exiting_file/before/existing +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/cache/bd21c4de4d/.failed__extra +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/cache/bd21c4de4d/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/lib.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/_bar.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/_foo.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/bar.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/foo.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/bar.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/foo.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/after/sdk_skeletons/.blacklist +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/before/sdk_skeletons/.blacklist +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/sdk_skeletons/.blacklist +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/before/sdk_skeletons/.blacklist +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/.blacklist +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/sdk_skeletons/.blacklist +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/before/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/after/cache/407ff51bdd/.failed__mod +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/after/sdk_skeletons/existing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/before/sdk_skeletons/existing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/after/cache/12b1e3ccd3/.failed__mod +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/after/sdk_skeletons/existing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/before/sdk_skeletons/existing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/subpkg/__init__.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/subpkg/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_toplevel_physical_module/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/before/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/segmentation_fault_handling/after/cache/7f2e78ed6f/.failed__sigsegv +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/segmentation_fault_handling/sigsegv.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/cache/c69566d6cd/.failed__failing +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/sdk_skeletons/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/cache/c69566d6cd/.failed__failing +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/sdk_skeletons/another.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/failing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/cache/436f6de287/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/cache/9ce58f4a1c/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/before/cache/9ce58f4a1c/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/versions/v1/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/versions/v2/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/cache/4428cf7959/failing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/sdk_skeletons/failing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/before/cache/4428cf7959/.failed +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/failing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/cache/e3b0c44298/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/mod.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/required_gen_version +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/version_stamp_put_in_cache_directory_for_failed_module/after/cache/4428cf7959/.failed__failing +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/version_stamp_put_in_cache_directory_for_failed_module/failing.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_generation.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_redeclarator.py +%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_utils.py +%%DATADIR%%/plugins/python/helpers/tests/intellij.python.helpers.tests.iml +%%DATADIR%%/plugins/python/helpers/tests/tox.ini %%DATADIR%%/plugins/python/helpers/third_party/thriftpy/README.md %%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/__init__.py %%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/cpp.py @@ -1921,6 +2242,7 @@ share/applications/clion.desktop *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***