View | Details | Raw Unified | Return to bug 239615 | Differences between
and this patch

Collapse All | Expand All

(-)devel/jetbrains-clion/Makefile (-14 / +16 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	clion
3
PORTNAME=	clion
4
PORTVERSION=	2019.1.4
4
PORTVERSION=	2019.2
5
CATEGORIES=	devel java
5
CATEGORIES=	devel java
6
MASTER_SITES=	https://download-cf.jetbrains.com/cpp/
6
MASTER_SITES=	https://download-cf.jetbrains.com/cpp/
7
PKGNAMEPREFIX=	jetbrains-
7
PKGNAMEPREFIX=	jetbrains-
Lines 35-56 Link Here
35
SUB_LIST=	DATADIR=${DATADIR}
35
SUB_LIST=	DATADIR=${DATADIR}
36
36
37
do-install:
37
do-install:
38
	${MKDIR} ${STAGEDIR}${DATADIR}
39
	@${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR}
40
# Linux/Windows/OS X only so remove them
38
# Linux/Windows/OS X only so remove them
41
	@${RM} -r ${STAGEDIR}${DATADIR}/bin/fsnotifier \
39
	@${RM} -r ${WRKSRC}/bin/fsnotifier \
42
		${STAGEDIR}${DATADIR}/bin/fsnotifier-arm \
40
		${WRKSRC}/bin/fsnotifier-arm \
43
		${STAGEDIR}${DATADIR}/bin/fsnotifier64 \
41
		${WRKSRC}/bin/fsnotifier64 \
44
		${STAGEDIR}${DATADIR}/bin/lib*.so \
42
		${WRKSRC}/bin/clang \
45
		${STAGEDIR}${DATADIR}/bin/clang \
43
		${WRKSRC}/bin/cmake \
46
		${STAGEDIR}${DATADIR}/bin/cmake \
44
		${WRKSRC}/bin/gdb/linux \
47
		${STAGEDIR}${DATADIR}/bin/gdb/linux \
45
		${WRKSRC}/bin/lldb/linux \
48
		${STAGEDIR}${DATADIR}/bin/lldb/linux
46
		${WRKSRC}/plugins/performanceTesting/bin
49
# Remove the bundled native Pty4J support libraries, they are replaced
47
# Remove the bundled native Pty4J support libraries, they are replaced
50
# by java/intellij-pty4j
48
# by java/intellij-pty4j
51
	@${RM} -r ${STAGEDIR}${DATADIR}/lib/pty4j-native
49
	@${RM} -r ${WRKSRC}/lib/pty4j-native
52
# Remove bundled linux OpenJDK and DroidSerif fonts
50
# Remove bundled linux JetBrains Runtime and OpenJDK
53
	@${RM} -r ${STAGEDIR}${DATADIR}/jre64
51
	@${RM} -r ${WRKSRC}/jbr ${WRKSRC}/jre64
52
	${MKDIR} ${STAGEDIR}${DATADIR}
53
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
54
		"! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh")
55
	@(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh")
54
	${INSTALL_SCRIPT} ${WRKDIR}/clion ${STAGEDIR}${PREFIX}/bin/clion
56
	${INSTALL_SCRIPT} ${WRKDIR}/clion ${STAGEDIR}${PREFIX}/bin/clion
55
	${INSTALL_MAN} ${FILESDIR}/clion.1 ${STAGEDIR}${PREFIX}/man/man1
57
	${INSTALL_MAN} ${FILESDIR}/clion.1 ${STAGEDIR}${PREFIX}/man/man1
56
	${INSTALL_DATA} ${WRKDIR}/clion.desktop ${STAGEDIR}${PREFIX}/share/applications/
58
	${INSTALL_DATA} ${WRKDIR}/clion.desktop ${STAGEDIR}${PREFIX}/share/applications/
(-)devel/jetbrains-clion/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1559383357
1
TIMESTAMP = 1564745893
2
SHA256 (jetbrains/CLion-2019.1.4.tar.gz) = c9249f7a378b66071e4c4308a339bfd3afa38765e9316ffaaeeec66fcb3b8bb1
2
SHA256 (jetbrains/CLion-2019.2.tar.gz) = e2d453264c2fb6dcc58e976fd5660157afd62ba5c0ee64f829407c772f7e1dcf
3
SIZE (jetbrains/CLion-2019.1.4.tar.gz) = 431747416
3
SIZE (jetbrains/CLion-2019.2.tar.gz) = 485913295
(-)devel/jetbrains-clion/files/pkg-message.in (-3 / +3 lines)
Lines 1-6 Link Here
1
There is native (faster) file watching support backed by kqueue which is
1
There is a native (faster) file watching support backed by kqueue which is
2
enabled by default.  If you encounter problems  problems with watching large
2
enabled by default.  If you encounter problems with watching large
3
trees, you disable it by appending the following property into
3
trees, you can disable it by appending the following property into
4
%%DATADIR%%/bin/idea.properties:
4
%%DATADIR%%/bin/idea.properties:
5
5
6
      idea.filewatcher.disabled=true
6
      idea.filewatcher.disabled=true
(-)devel/jetbrains-clion/pkg-plist (-189 / +875 lines)
Lines 15-22 Link Here
15
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/__init__.py
15
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/__init__.py
16
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/printers.py
16
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/printers.py
17
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/xmethods.py
17
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/xmethods.py
18
%%DATADIR%%/bin/helpers/jb_declarative_formatters/__init__.py
19
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/__init__.py
20
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/__init__.py
21
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/natvis_parser.py
22
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/type_name_parser.py
23
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_name_template.py
24
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz.py
25
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_expression.py
26
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_nodes.py
27
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_providers.py
28
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
29
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
30
%%DATADIR%%/bin/helpers/jb_declarative_formatters/types_storage.py
18
%%DATADIR%%/bin/idea.properties
31
%%DATADIR%%/bin/idea.properties
19
%%DATADIR%%/bin/inspect.sh
32
%%DATADIR%%/bin/inspect.sh
33
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
34
%%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py
35
%%DATADIR%%/bin/lldb/helpers/renderers/__init__.py
36
%%DATADIR%%/bin/lldb/helpers/renderers/_jb_lldb_utils.py
37
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_declarative_formatters.py
38
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_proxy.py
20
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
39
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
21
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
40
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
22
%%DATADIR%%/bin/log.xml
41
%%DATADIR%%/bin/log.xml
Lines 32-99 Link Here
32
%%DATADIR%%/lib/antlr-runtime-4.1.jar
51
%%DATADIR%%/lib/antlr-runtime-4.1.jar
33
%%DATADIR%%/lib/asm-all-7.0.1.jar
52
%%DATADIR%%/lib/asm-all-7.0.1.jar
34
%%DATADIR%%/lib/automaton-1.12-1.jar
53
%%DATADIR%%/lib/automaton-1.12-1.jar
35
%%DATADIR%%/lib/batik-all-1.10.jar
54
%%DATADIR%%/lib/batik-anim-1.12.0-8.jar
36
%%DATADIR%%/lib/bcprov-jdk15on-1.60.jar
55
%%DATADIR%%/lib/batik-awt-util-1.12.0-8.jar
56
%%DATADIR%%/lib/batik-bridge-1.12.0-8.jar
57
%%DATADIR%%/lib/batik-constants-1.12.0-8.jar
58
%%DATADIR%%/lib/batik-css-1.12.0-8.jar
59
%%DATADIR%%/lib/batik-dom-1.12.0-8.jar
60
%%DATADIR%%/lib/batik-ext-1.12.0-8.jar
61
%%DATADIR%%/lib/batik-gvt-1.12.0-8.jar
62
%%DATADIR%%/lib/batik-parser-1.12.0-8.jar
63
%%DATADIR%%/lib/batik-svg-dom-1.12.0-8.jar
64
%%DATADIR%%/lib/batik-svggen-1.12.0-8.jar
65
%%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar
66
%%DATADIR%%/lib/batik-util-1.12.0-8.jar
67
%%DATADIR%%/lib/batik-xml-1.12.0-8.jar
68
%%DATADIR%%/lib/bcpkix-jdk15on-1.61.jar
69
%%DATADIR%%/lib/bcprov-jdk15on-1.61.jar
37
%%DATADIR%%/lib/bootstrap.jar
70
%%DATADIR%%/lib/bootstrap.jar
71
%%DATADIR%%/lib/built-in-server.jar
38
%%DATADIR%%/lib/cglib-nodep-3.2.4.jar
72
%%DATADIR%%/lib/cglib-nodep-3.2.4.jar
39
%%DATADIR%%/lib/cli-parser-1.1.2.jar
73
%%DATADIR%%/lib/cli-parser-1.1.5.jar
40
%%DATADIR%%/lib/clion.jar
74
%%DATADIR%%/lib/clion.jar
41
%%DATADIR%%/lib/cloud-config-client.jar
75
%%DATADIR%%/lib/cloud-config-client.jar
42
%%DATADIR%%/lib/common-image-3.4.1.jar
76
%%DATADIR%%/lib/common-image-3.4.1.jar
43
%%DATADIR%%/lib/common-io-3.4.1.jar
77
%%DATADIR%%/lib/common-io-3.4.1.jar
44
%%DATADIR%%/lib/common-lang-3.4.1.jar
78
%%DATADIR%%/lib/common-lang-3.4.1.jar
45
%%DATADIR%%/lib/commons-codec-1.10.jar
79
%%DATADIR%%/lib/commons-codec-1.12.jar
46
%%DATADIR%%/lib/commons-collections-3.2.2.jar
80
%%DATADIR%%/lib/commons-collections-3.2.2.jar
47
%%DATADIR%%/lib/commons-compress-1.18.jar
81
%%DATADIR%%/lib/commons-compress-1.18.jar
48
%%DATADIR%%/lib/commons-httpclient-3.1-patched.jar
82
%%DATADIR%%/lib/commons-httpclient-3.1-patched.jar
49
%%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar
83
%%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar
84
%%DATADIR%%/lib/commons-io-2.6.jar
50
%%DATADIR%%/lib/commons-lang-2.4.jar
85
%%DATADIR%%/lib/commons-lang-2.4.jar
51
%%DATADIR%%/lib/commons-logging-1.2.jar
86
%%DATADIR%%/lib/commons-logging-1.2.jar
52
%%DATADIR%%/lib/commons-net-3.6.jar
87
%%DATADIR%%/lib/commons-net-3.6.jar
53
%%DATADIR%%/lib/delight-rhino-sandbox-0.0.9.jar
88
%%DATADIR%%/lib/configuration-store-impl.jar
89
%%DATADIR%%/lib/credential-store.jar
90
%%DATADIR%%/lib/delight-rhino-sandbox-0.0.10.jar
54
%%DATADIR%%/lib/eddsa-0.2.0.jar
91
%%DATADIR%%/lib/eddsa-0.2.0.jar
55
%%DATADIR%%/lib/error_prone_annotations-2.3.1.jar
92
%%DATADIR%%/lib/error_prone_annotations-2.3.1.jar
56
%%DATADIR%%/lib/extensions.jar
93
%%DATADIR%%/lib/extensions.jar
57
%%DATADIR%%/lib/fluent-hc-4.5.6.jar
94
%%DATADIR%%/lib/external-system-rt.jar
95
%%DATADIR%%/lib/fluent-hc-4.5.8.jar
58
%%DATADIR%%/lib/forms-1.1-preview.jar
96
%%DATADIR%%/lib/forms-1.1-preview.jar
59
%%DATADIR%%/lib/forms_rt.jar
97
%%DATADIR%%/lib/forms_rt.jar
60
%%DATADIR%%/lib/fst-2.57.jar
98
%%DATADIR%%/lib/gradle-api-5.2.1-sp1.jar
61
%%DATADIR%%/lib/gradle-api-4.10.3.jar
99
%%DATADIR%%/lib/gradle-api-impldep-5.2.1-sp1.jar
62
%%DATADIR%%/lib/gradle-api-impldep-4.10.3.jar
100
%%DATADIR%%/lib/gradle-launcher-5.2.1-sp1.jar
63
%%DATADIR%%/lib/gradle-launcher-4.10.3.jar
101
%%DATADIR%%/lib/gradle-wrapper-5.2.1-sp1.jar
64
%%DATADIR%%/lib/gradle-wrapper-4.10.3.jar
102
%%DATADIR%%/lib/groovy-all-2.4.17.jar
65
%%DATADIR%%/lib/groovy-all-2.4.15.jar
66
%%DATADIR%%/lib/gson-2.8.5.jar
103
%%DATADIR%%/lib/gson-2.8.5.jar
67
%%DATADIR%%/lib/guava-25.1-jre.jar
104
%%DATADIR%%/lib/guava-25.1-jre.jar
68
%%DATADIR%%/lib/hamcrest-core-1.3.jar
105
%%DATADIR%%/lib/hamcrest-core-1.3.jar
69
%%DATADIR%%/lib/httpclient-4.5.6.jar
106
%%DATADIR%%/lib/httpclient-4.5.8.jar
70
%%DATADIR%%/lib/httpcore-4.4.10.jar
107
%%DATADIR%%/lib/httpcore-4.4.11.jar
71
%%DATADIR%%/lib/httpmime-4.5.6.jar
108
%%DATADIR%%/lib/httpmime-4.5.8.jar
72
%%DATADIR%%/lib/icons.jar
109
%%DATADIR%%/lib/icons.jar
73
%%DATADIR%%/lib/imageio-core-3.4.1.jar
110
%%DATADIR%%/lib/imageio-core-3.4.1.jar
74
%%DATADIR%%/lib/imageio-metadata-3.4.1.jar
111
%%DATADIR%%/lib/imageio-metadata-3.4.1.jar
75
%%DATADIR%%/lib/imageio-tiff-3.4.1.jar
112
%%DATADIR%%/lib/imageio-tiff-3.4.1.jar
113
%%DATADIR%%/lib/images.jar
76
%%DATADIR%%/lib/imgscalr-lib-4.2.jar
114
%%DATADIR%%/lib/imgscalr-lib-4.2.jar
77
%%DATADIR%%/lib/ini4j-0.5.5-2.jar
115
%%DATADIR%%/lib/ini4j-0.5.5-2.jar
78
%%DATADIR%%/lib/intellij-coverage-agent-1.0.495.jar
116
%%DATADIR%%/lib/intellij-coverage-agent-1.0.508.jar
79
%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.495.jar
117
%%DATADIR%%/lib/intellij-dvcs.jar
118
%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.508.jar
119
%%DATADIR%%/lib/intellij-xml.jar
120
%%DATADIR%%/lib/ion-java-1.5.0-1.jar
80
%%DATADIR%%/lib/isorelax-20030108.jar
121
%%DATADIR%%/lib/isorelax-20030108.jar
81
%%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar
122
%%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar
82
%%DATADIR%%/lib/jackson-annotations-2.9.0.jar
123
%%DATADIR%%/lib/jackson-annotations-2.9.0.jar
83
%%DATADIR%%/lib/jackson-core-2.9.7.jar
124
%%DATADIR%%/lib/jackson-core-2.9.9.jar
84
%%DATADIR%%/lib/jackson-databind-2.9.7.jar
125
%%DATADIR%%/lib/jackson-databind-2.9.9.jar
85
%%DATADIR%%/lib/java-compatibility-1.0.1.jar
126
%%DATADIR%%/lib/java-compatibility-1.0.1.jar
86
%%DATADIR%%/lib/javahelp-2.0.02.jar
87
%%DATADIR%%/lib/javassist-3.22.0-GA.jar
127
%%DATADIR%%/lib/javassist-3.22.0-GA.jar
88
%%DATADIR%%/lib/javax.activation-1.2.0.jar
128
%%DATADIR%%/lib/javax.activation-1.2.0.jar
89
%%DATADIR%%/lib/javax.annotation-api-1.3.2.jar
129
%%DATADIR%%/lib/javax.annotation-api-1.3.2.jar
90
%%DATADIR%%/lib/jaxb-api-2.3.1.jar
130
%%DATADIR%%/lib/jaxb-api-2.3.1.jar
91
%%DATADIR%%/lib/jaxb-runtime-2.3.1.jar
131
%%DATADIR%%/lib/jaxb-runtime-2.3.1.jar
92
%%DATADIR%%/lib/jaxen-1.1.6.jar
132
%%DATADIR%%/lib/jaxen-1.2.0.jar
93
%%DATADIR%%/lib/jbcrypt-1.0.0.jar
133
%%DATADIR%%/lib/jbcrypt-1.0.0.jar
94
%%DATADIR%%/lib/jcip-annotations-1.0.jar
134
%%DATADIR%%/lib/jcip-annotations-1.0.jar
95
%%DATADIR%%/lib/jdom.jar
135
%%DATADIR%%/lib/jdom.jar
96
%%DATADIR%%/lib/jediterm-pty-2.14.jar
136
%%DATADIR%%/lib/jediterm-pty-2.19.jar
97
%%DATADIR%%/lib/jetCheck-0.2.1.jar
137
%%DATADIR%%/lib/jetCheck-0.2.1.jar
98
%%DATADIR%%/lib/jettison-1.4.0.jar
138
%%DATADIR%%/lib/jettison-1.4.0.jar
99
%%DATADIR%%/lib/jing-20030619.jar
139
%%DATADIR%%/lib/jing-20030619.jar
Lines 103-133 Link Here
103
%%DATADIR%%/lib/jsch-0.1.55.jar
143
%%DATADIR%%/lib/jsch-0.1.55.jar
104
%%DATADIR%%/lib/jsch-extension-0.1.11.jar
144
%%DATADIR%%/lib/jsch-extension-0.1.11.jar
105
%%DATADIR%%/lib/jsch-nio-1.0.12.jar
145
%%DATADIR%%/lib/jsch-nio-1.0.12.jar
106
%%DATADIR%%/lib/jsch.agentproxy.connector-factory.jar
146
%%DATADIR%%/lib/jsch.agentproxy.connector-factory-0.0.9.jar
107
%%DATADIR%%/lib/jsch.agentproxy.core.jar
147
%%DATADIR%%/lib/jsch.agentproxy.core-0.0.9.jar
108
%%DATADIR%%/lib/jsch.agentproxy.jsch.jar
148
%%DATADIR%%/lib/jsch.agentproxy.jsch-0.0.9.jar
109
%%DATADIR%%/lib/jsch.agentproxy.pageant.jar
149
%%DATADIR%%/lib/jsch.agentproxy.pageant-0.0.9.jar
110
%%DATADIR%%/lib/jsch.agentproxy.sshagent.jar
150
%%DATADIR%%/lib/jsch.agentproxy.sshagent-0.0.9.jar
111
%%DATADIR%%/lib/jsch.agentproxy.usocket-jna.jar
151
%%DATADIR%%/lib/jsch.agentproxy.sshj-0.0.9.jar
112
%%DATADIR%%/lib/jsch.agentproxy.usocket-nc.jar
152
%%DATADIR%%/lib/jsch.agentproxy.usocket-jna-0.0.9.jar
153
%%DATADIR%%/lib/jsch.agentproxy.usocket-nc-0.0.9.jar
113
%%DATADIR%%/lib/jshell-frontend.jar
154
%%DATADIR%%/lib/jshell-frontend.jar
155
%%DATADIR%%/lib/json.jar
114
%%DATADIR%%/lib/jsoup-1.11.3.jar
156
%%DATADIR%%/lib/jsoup-1.11.3.jar
115
%%DATADIR%%/lib/junit-4.12.jar
157
%%DATADIR%%/lib/junit-4.12.jar
116
%%DATADIR%%/lib/jzlib-1.1.3.jar
158
%%DATADIR%%/lib/jzlib-1.1.3.jar
117
%%DATADIR%%/lib/kotlin-reflect-1.3.11.jar
159
%%DATADIR%%/lib/kotlin-reflect-1.3.31.jar
118
%%DATADIR%%/lib/kotlin-stdlib-1.3.11.jar
160
%%DATADIR%%/lib/kotlin-stdlib-1.3.31.jar
119
%%DATADIR%%/lib/kotlin-stdlib-common-1.3.11.jar
161
%%DATADIR%%/lib/kotlin-stdlib-common-1.3.31.jar
120
%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.11.jar
162
%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.31.jar
121
%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.11.jar
163
%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.31.jar
122
%%DATADIR%%/lib/kotlin-test-1.3.11.jar
164
%%DATADIR%%/lib/kotlin-test-1.3.31.jar
123
%%DATADIR%%/lib/kotlin-test-common-1.3.11.jar
165
%%DATADIR%%/lib/kotlin-test-common-1.3.31.jar
124
%%DATADIR%%/lib/kotlinx-coroutines-core-1.0.1.jar
166
%%DATADIR%%/lib/kotlinx-coroutines-core-1.2.1.jar
125
%%DATADIR%%/lib/kotlinx-coroutines-core-common-1.0.1.jar
167
%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.2.1.jar
126
%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.0.1.jar
127
%%DATADIR%%/lib/kryo-2.24.0.jar
168
%%DATADIR%%/lib/kryo-2.24.0.jar
128
%%DATADIR%%/lib/libthrift-0.11.0.jar
169
%%DATADIR%%/lib/libthrift-0.11.0.jar
129
%%DATADIR%%/lib/log4j.jar
170
%%DATADIR%%/lib/log4j.jar
130
%%DATADIR%%/lib/lz4-1.3.0.jar
171
%%DATADIR%%/lib/lz4-java-1.6.0.jar
131
%%DATADIR%%/lib/markdown4j-2.2-cj-1.1.jar
172
%%DATADIR%%/lib/markdown4j-2.2-cj-1.1.jar
132
%%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar
173
%%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar
133
%%DATADIR%%/lib/microba.jar
174
%%DATADIR%%/lib/microba.jar
Lines 136-160 Link Here
136
%%DATADIR%%/lib/minlog-1.2.jar
177
%%DATADIR%%/lib/minlog-1.2.jar
137
%%DATADIR%%/lib/nanoxml-2.2.3.jar
178
%%DATADIR%%/lib/nanoxml-2.2.3.jar
138
%%DATADIR%%/lib/nekohtml-1.9.22.jar
179
%%DATADIR%%/lib/nekohtml-1.9.22.jar
139
%%DATADIR%%/lib/netty-buffer-4.1.32.Final.jar
180
%%DATADIR%%/lib/netty-buffer-4.1.36.Final.jar
140
%%DATADIR%%/lib/netty-codec-4.1.32.Final.jar
181
%%DATADIR%%/lib/netty-codec-4.1.36.Final.jar
141
%%DATADIR%%/lib/netty-codec-http-4.1.32.Final.jar
182
%%DATADIR%%/lib/netty-codec-http-4.1.36.Final.jar
142
%%DATADIR%%/lib/netty-common-4.1.32.Final.jar
183
%%DATADIR%%/lib/netty-codec-http2-4.1.36.Final.jar
143
%%DATADIR%%/lib/netty-handler-4.1.32.Final.jar
184
%%DATADIR%%/lib/netty-codec-socks-4.1.36.Final.jar
144
%%DATADIR%%/lib/netty-resolver-4.1.32.Final.jar
185
%%DATADIR%%/lib/netty-common-4.1.36.Final.jar
145
%%DATADIR%%/lib/netty-transport-4.1.32.Final.jar
186
%%DATADIR%%/lib/netty-handler-4.1.36.Final.jar
146
%%DATADIR%%/lib/objenesis-2.6.jar
187
%%DATADIR%%/lib/netty-handler-proxy-4.1.36.Final.jar
188
%%DATADIR%%/lib/netty-resolver-4.1.36.Final.jar
189
%%DATADIR%%/lib/netty-transport-4.1.36.Final.jar
190
%%DATADIR%%/lib/objenesis-3.0.1.jar
147
%%DATADIR%%/lib/openapi.jar
191
%%DATADIR%%/lib/openapi.jar
148
%%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar
192
%%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar
149
%%DATADIR%%/lib/org.eclipse.lsp4j.jsonrpc-0.7.1.jar
193
%%DATADIR%%/lib/org.eclipse.lsp4j.jsonrpc-0.7.1.jar
194
%%DATADIR%%/lib/org.eclipse.xtend.lib-2.14.0.jar
195
%%DATADIR%%/lib/org.eclipse.xtend.lib.macro-2.14.0.jar
150
%%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.14.0.jar
196
%%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.14.0.jar
151
%%DATADIR%%/lib/oro-2.0.8.jar
197
%%DATADIR%%/lib/oro-2.0.8.jar
152
%%DATADIR%%/lib/picocontainer-1.2.jar
198
%%DATADIR%%/lib/picocontainer-1.2.jar
199
%%DATADIR%%/lib/platform-concurrency.jar
200
%%DATADIR%%/lib/platform-core-ui.jar
201
%%DATADIR%%/lib/platform-ide-util-io.jar
153
%%DATADIR%%/lib/platform-impl.jar
202
%%DATADIR%%/lib/platform-impl.jar
203
%%DATADIR%%/lib/platform-objectSerializer-annotations.jar
204
%%DATADIR%%/lib/platform-objectSerializer.jar
205
%%DATADIR%%/lib/platform-util-ex.jar
206
%%DATADIR%%/lib/platform-util-ui.jar
154
%%DATADIR%%/lib/protobuf-java-3.5.1.jar
207
%%DATADIR%%/lib/protobuf-java-3.5.1.jar
155
%%DATADIR%%/lib/proxy-vole-1.0.6.jar
208
%%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar
156
%%DATADIR%%/lib/pty4j-0.9.3.jar
209
%%DATADIR%%/lib/pty4j-0.9.4.jar
157
%%DATADIR%%/lib/purejavacomm-0.0.11.1.jar
210
%%DATADIR%%/lib/purejavacomm-0.0.11.1.jar
211
%%DATADIR%%/lib/randomForestRegressor-0.0.11.jar
212
%%DATADIR%%/lib/rd-core-0.191.46.jar
213
%%DATADIR%%/lib/rd-swing-0.191.46.jar
158
%%DATADIR%%/lib/resources.jar
214
%%DATADIR%%/lib/resources.jar
159
%%DATADIR%%/lib/resources_en.jar
215
%%DATADIR%%/lib/resources_en.jar
160
%%DATADIR%%/lib/rhino-1.7.10.jar
216
%%DATADIR%%/lib/rhino-1.7.10.jar
Lines 163-176 Link Here
163
%%DATADIR%%/lib/serviceMessages.jar
219
%%DATADIR%%/lib/serviceMessages.jar
164
%%DATADIR%%/lib/slf4j-api-1.7.25.jar
220
%%DATADIR%%/lib/slf4j-api-1.7.25.jar
165
%%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar
221
%%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar
166
%%DATADIR%%/lib/snakeyaml-1.23.jar
222
%%DATADIR%%/lib/snakeyaml-1.24.jar
223
%%DATADIR%%/lib/spellchecker.jar
224
%%DATADIR%%/lib/sshj-0.27.0.jar
167
%%DATADIR%%/lib/stax-api-1.0.1.jar
225
%%DATADIR%%/lib/stax-api-1.0.1.jar
168
%%DATADIR%%/lib/stax-ex-1.8.jar
226
%%DATADIR%%/lib/stax-ex-1.8.jar
169
%%DATADIR%%/lib/streamex-0.6.7.jar
227
%%DATADIR%%/lib/streamex-0.6.8.jar
170
%%DATADIR%%/lib/swingx-core-1.6.2-2.jar
228
%%DATADIR%%/lib/swingx-core-1.6.2-2.jar
171
%%DATADIR%%/lib/testFramework.jar
229
%%DATADIR%%/lib/testFramework.jar
172
%%DATADIR%%/lib/trang-core.jar
230
%%DATADIR%%/lib/trang-core.jar
173
%%DATADIR%%/lib/trilead-ssh2-build-217-jenkins-11.jar
231
%%DATADIR%%/lib/trilead-ssh2-build-217-jenkins-14.jar
174
%%DATADIR%%/lib/trove4j.jar
232
%%DATADIR%%/lib/trove4j.jar
175
%%DATADIR%%/lib/txw2-2.3.1.jar
233
%%DATADIR%%/lib/txw2-2.3.1.jar
176
%%DATADIR%%/lib/util.jar
234
%%DATADIR%%/lib/util.jar
Lines 184-192 Link Here
184
%%DATADIR%%/lib/xmlpull-1.1.3.1.jar
242
%%DATADIR%%/lib/xmlpull-1.1.3.1.jar
185
%%DATADIR%%/lib/xmlrpc-2.0.1.jar
243
%%DATADIR%%/lib/xmlrpc-2.0.1.jar
186
%%DATADIR%%/lib/xpp3_min-1.1.4c.jar
244
%%DATADIR%%/lib/xpp3_min-1.1.4c.jar
187
%%DATADIR%%/lib/xstream-1.4.10.jar
245
%%DATADIR%%/lib/xstream-1.4.11.1.jar
188
%%DATADIR%%/lib/xz-1.8.jar
246
%%DATADIR%%/lib/xz-1.8.jar
189
%%DATADIR%%/lib/yjp-controller-api-redist.jar
190
%%DATADIR%%/license/CMake-license-cygwin-exception.txt
247
%%DATADIR%%/license/CMake-license-cygwin-exception.txt
191
%%DATADIR%%/license/GDB-license.txt
248
%%DATADIR%%/license/GDB-license.txt
192
%%DATADIR%%/license/GDB-sources.txt
249
%%DATADIR%%/license/GDB-sources.txt
Lines 234-245 Link Here
234
%%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar
291
%%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar
235
%%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar
292
%%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar
236
%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
293
%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
294
%%DATADIR%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar
237
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar
295
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar
238
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar
296
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar
239
%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar
297
%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar
240
%%DATADIR%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar
298
%%DATADIR%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar
299
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar
241
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar
300
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar
242
%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js
301
%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js
302
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar
303
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar
304
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar
243
%%DATADIR%%/plugins/JavaScriptDebugger/lib/resources_en.jar
305
%%DATADIR%%/plugins/JavaScriptDebugger/lib/resources_en.jar
244
%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js
306
%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js
245
%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js
307
%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js
Lines 246-252 Link Here
246
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js
308
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js
247
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js
309
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js
248
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js
310
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js
249
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine.js
311
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js
250
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js
312
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js
251
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js
313
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js
252
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js
314
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js
Lines 287-292 Link Here
287
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version
349
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version
288
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts
350
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts
289
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js
351
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js
352
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts
290
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts
353
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts
291
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts
354
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts
292
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts
355
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts
Lines 320-327 Link Here
320
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
383
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
321
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts
384
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts
322
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
385
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
386
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
323
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
387
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
324
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
388
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
389
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts
390
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
391
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
392
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
325
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
393
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
326
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts
394
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts
327
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts
395
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts
Lines 390-407 Link Here
390
%%DATADIR%%/plugins/PerforceIntegration/lib/resources_en.jar
458
%%DATADIR%%/plugins/PerforceIntegration/lib/resources_en.jar
391
%%DATADIR%%/plugins/cidr-clangFormat/lib/cidr-clangFormat.jar
459
%%DATADIR%%/plugins/cidr-clangFormat/lib/cidr-clangFormat.jar
392
%%DATADIR%%/plugins/cidr-clangFormat/lib/resources_en.jar
460
%%DATADIR%%/plugins/cidr-clangFormat/lib/resources_en.jar
393
%%DATADIR%%/plugins/cidr-externalSystem/lib/cidr-externalSystem.jar
394
%%DATADIR%%/plugins/cidr-externalSystem/lib/compiler-impl.jar
395
%%DATADIR%%/plugins/cidr-externalSystem/lib/compiler-openapi.jar
396
%%DATADIR%%/plugins/cidr-externalSystem/lib/debugger-impl.jar
397
%%DATADIR%%/plugins/cidr-externalSystem/lib/execution-impl.jar
398
%%DATADIR%%/plugins/cidr-externalSystem/lib/execution-openapi.jar
399
%%DATADIR%%/plugins/cidr-externalSystem/lib/external-system-api.jar
400
%%DATADIR%%/plugins/cidr-externalSystem/lib/external-system-impl.jar
401
%%DATADIR%%/plugins/cidr-externalSystem/lib/external-system-rt.jar
402
%%DATADIR%%/plugins/cidr-externalSystem/lib/fst-2.57.jar
403
%%DATADIR%%/plugins/cidr-externalSystem/lib/idea-ui.jar
404
%%DATADIR%%/plugins/cidr-externalSystem/lib/resources_en.jar
405
%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
461
%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
406
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
462
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
407
%%DATADIR%%/plugins/clion-compdb/lib/resources_en.jar
463
%%DATADIR%%/plugins/clion-compdb/lib/resources_en.jar
Lines 424-429 Link Here
424
%%DATADIR%%/plugins/gradle/lib/gradle-common.jar
480
%%DATADIR%%/plugins/gradle/lib/gradle-common.jar
425
%%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-api.jar
481
%%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-api.jar
426
%%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar
482
%%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar
483
%%DATADIR%%/plugins/gradle/lib/gradle-toolingLoaderRt.jar
427
%%DATADIR%%/plugins/gradle/lib/gradle.jar
484
%%DATADIR%%/plugins/gradle/lib/gradle.jar
428
%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar
485
%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar
429
%%DATADIR%%/plugins/hg4idea/lib/resources_en.jar
486
%%DATADIR%%/plugins/hg4idea/lib/resources_en.jar
Lines 431-436 Link Here
431
%%DATADIR%%/plugins/htmltools/lib/resources_en.jar
488
%%DATADIR%%/plugins/htmltools/lib/resources_en.jar
432
%%DATADIR%%/plugins/less/lib/less.jar
489
%%DATADIR%%/plugins/less/lib/less.jar
433
%%DATADIR%%/plugins/less/lib/resources_en.jar
490
%%DATADIR%%/plugins/less/lib/resources_en.jar
491
%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.5-1.jar
492
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
493
%%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar
494
%%DATADIR%%/plugins/performanceTesting/lib/yjp-controller-api-redist.jar
434
%%DATADIR%%/plugins/python/helpers/MathJax/MathJax.js
495
%%DATADIR%%/plugins/python/helpers/MathJax/MathJax.js
435
%%DATADIR%%/plugins/python/helpers/MathJax/config/TeX-AMS_HTML-full.js
496
%%DATADIR%%/plugins/python/helpers/MathJax/config/TeX-AMS_HTML-full.js
436
%%DATADIR%%/plugins/python/helpers/MathJax/config/local/local.js
497
%%DATADIR%%/plugins/python/helpers/MathJax/config/local/local.js
Lines 1345-1367 Link Here
1345
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py
1406
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py
1346
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py
1407
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py
1347
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py
1408
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py
1409
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py
1348
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py
1410
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py
1411
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py
1349
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py
1412
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py
1350
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console.py
1413
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console.py
1351
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py
1414
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py
1415
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py
1352
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_constants.py
1416
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_constants.py
1353
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py
1417
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py
1354
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.c
1418
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.c
1419
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
1355
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
1420
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
1356
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so
1357
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_34_64.so
1358
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so
1359
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so
1360
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so
1361
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
1421
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
1362
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
1422
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
1363
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_32.pyd
1364
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_64.pyd
1365
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_32.cp35-win32.pyd
1423
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_32.cp35-win32.pyd
1366
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_64.cp35-win_amd64.pyd
1424
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_64.cp35-win_amd64.pyd
1367
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
1425
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
Lines 1393-1399 Link Here
1393
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py
1451
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py
1394
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py
1452
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py
1395
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py
1453
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py
1396
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_tracing.py
1397
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_utils.py
1454
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_utils.py
1398
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vars.py
1455
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vars.py
1399
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
1456
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
Lines 1404-1411 Link Here
1404
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c
1461
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c
1405
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
1462
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
1406
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
1463
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
1407
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so
1408
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so
1409
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
1464
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
1410
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
1465
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
1411
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
1466
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
Lines 1412-1422 Link Here
1412
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
1467
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
1413
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py
1468
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py
1414
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py
1469
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py
1470
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/release_mem.h
1415
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build.py
1471
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build.py
1416
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_osx.py
1472
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_osx.py
1417
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_windows.py
1473
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_windows.py
1418
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/generate_code.py
1474
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/generate_code.py
1419
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/names_to_rename.py
1475
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/names_to_rename.py
1476
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/pydevd_release_process.txt
1420
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/rename_pep8.py
1477
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/rename_pep8.py
1421
%%DATADIR%%/plugins/python/helpers/pydev/interpreterInfo.py
1478
%%DATADIR%%/plugins/python/helpers/pydev/interpreterInfo.py
1422
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar
1479
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar
Lines 1456-1469 Link Here
1456
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py
1513
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py
1457
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py
1514
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py
1458
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py
1515
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py
1459
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_amd64.dll
1460
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
1461
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
1462
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py
1516
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py
1463
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_script.py
1517
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_script.py
1464
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_x86.dll
1465
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_x86.dylib
1466
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_x86_64.dylib
1467
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.cpp
1518
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.cpp
1468
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.h
1519
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.h
1469
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/compile_dll.bat
1520
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/compile_dll.bat
Lines 1534-1539 Link Here
1534
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
1585
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
1535
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/jinja2_debug.py
1586
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/jinja2_debug.py
1536
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_pycharm.py
1587
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_pycharm.py
1588
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_tracing.py
1589
%%DATADIR%%/plugins/python/helpers/pydev/pytest.ini
1537
%%DATADIR%%/plugins/python/helpers/pydev/runfiles.py
1590
%%DATADIR%%/plugins/python/helpers/pydev/runfiles.py
1538
%%DATADIR%%/plugins/python/helpers/pydev/setup.py
1591
%%DATADIR%%/plugins/python/helpers/pydev/setup.py
1539
%%DATADIR%%/plugins/python/helpers/pydev/setup_cython.py
1592
%%DATADIR%%/plugins/python/helpers/pydev/setup_cython.py
Lines 1542-1650 Link Here
1542
%%DATADIR%%/plugins/python/helpers/pydev/stubs/pycompletion.py
1595
%%DATADIR%%/plugins/python/helpers/pydev/stubs/pycompletion.py
1543
%%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/__init__.py
1596
%%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/__init__.py
1544
%%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/test_pydevd_reload.py
1597
%%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/test_pydevd_reload.py
1545
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/__init__.py
1598
%%DATADIR%%/plugins/python/helpers/pydev/tests/__init__.py
1546
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_check_pydevconsole.py
1599
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_check_pydevconsole.py
1547
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_get_referrers.py
1600
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_get_referrers.py
1548
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_jyserver.py
1601
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_jyserver.py
1549
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_jysimpleTipper.py
1602
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_jysimpleTipper.py
1550
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_pydev_ipython_011.py
1603
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pydev_ipython_011.py
1551
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_pydevconsole.py
1604
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pydevconsole.py
1552
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_pyserver.py
1605
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pyserver.py
1553
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_signature.py
1606
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_signature.py
1554
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd/test_simpleTipper.py
1607
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_simpleTipper.py
1555
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/README
1608
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/README
1556
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/__init__.py
1609
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/__init__.py
1557
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-glut.py
1610
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-glut.py
1558
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-gtk.py
1611
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-gtk.py
1559
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-gtk3.py
1612
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-gtk3.py
1560
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-pyglet.py
1613
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-pyglet.py
1561
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-qt.py
1614
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-qt.py
1562
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-tk.py
1615
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-tk.py
1563
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_mainloop/gui-wx.py
1616
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-wx.py
1564
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/__init__.py
1617
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/__init__.py
1565
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_bytecode_many_names_example.py
1618
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case20.py
1566
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_bytecode_overflow_example.py
1619
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case_breakpoint.py
1567
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case1.py
1620
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case_breakpoint2.py
1568
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case10.py
1621
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debug_constants.py
1569
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case13.py
1622
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debugger_fixtures.py
1570
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case14.py
1623
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debugger_unittest.py
1571
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case15.py
1624
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/__init__.py
1572
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case15_execfile.py
1625
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/app.py
1573
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case16.py
1626
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/templates/hello.html
1574
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case17.py
1627
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/manage.py
1575
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case17a.py
1628
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/__init__.py
1576
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case18.py
1629
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/admin.py
1577
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case19.py
1630
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/forms.py
1578
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case2.py
1631
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/models.py
1579
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case20.py
1632
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/templates/my_app/index.html
1580
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case3.py
1633
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/templates/my_app/name.html
1581
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case4.py
1634
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/tests.py
1582
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case56.py
1635
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/urls.py
1583
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case7.py
1636
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/views.py
1584
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case89.py
1637
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/__init__.py
1585
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_event_ext.py
1638
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/settings.py
1586
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch.py
1639
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/urls.py
1587
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch_2.py
1640
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/wsgi.py
1588
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_module_entry_point.py
1641
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/manage.py
1589
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread1.py
1642
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/__init__.py
1590
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread2.py
1643
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/admin.py
1591
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread3.py
1644
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/apps.py
1592
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_qthread4.py
1645
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/forms.py
1593
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote.py
1646
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/migrations/__init__.py
1594
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote_1.py
1647
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/models.py
1595
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_remote_2.py
1648
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/templates/my_app/index.html
1596
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_set_next_statement.py
1649
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/templates/my_app/name.html
1597
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_debugger_case_type_ext.py
1650
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/urls.py
1598
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_performance_1.py
1651
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/views.py
1599
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_performance_2.py
1652
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/__init__.py
1600
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/_performance_3.py
1653
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/settings.py
1601
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/debugger_unittest.py
1654
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/urls.py
1602
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/manage.py
1655
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/wsgi.py
1603
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/__init__.py
1656
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/__init__.py
1604
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/admin.py
1657
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/__init__.py
1605
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/forms.py
1658
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py
1606
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/models.py
1659
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py
1607
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/index.html
1660
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/performance_check.py
1608
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/name.html
1661
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/regression_check.py
1609
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/tests.py
1662
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/__init__.py
1610
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/urls.py
1663
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_bytecode_many_names_example.py
1611
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/views.py
1664
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_bytecode_overflow_example.py
1612
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/__init__.py
1665
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case1.py
1613
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/settings.py
1666
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case13.py
1614
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/urls.py
1667
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case14.py
1615
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/wsgi.py
1668
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case15.py
1616
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/__init__.py
1669
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case15_execfile.py
1617
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/__init__.py
1670
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case16.py
1618
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py
1671
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case17.py
1619
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py
1672
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case17a.py
1620
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/performance_check.py
1673
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case18.py
1621
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_additional_thread_info.py
1674
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case19.py
1622
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_bytecode_modification.py
1675
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case2.py
1623
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_debugger.py
1676
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case20.py
1624
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_frame_eval_and_tracing.py
1677
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case3.py
1625
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_process_command_line.py
1678
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case4.py
1626
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_pydev_monkey.py
1679
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case56.py
1627
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_python/test_save_locals.py
1680
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case7.py
1628
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/not_in_default_pythonpath.txt
1681
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case89.py
1629
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/__init__.py
1682
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint.py
1630
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/__init__.py
1683
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint2.py
1631
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/deep_nest_test.py
1684
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_condition_exc.py
1632
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/non_test_file.py
1685
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_remote.py
1633
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/__init__.py
1686
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_remote_no_import.py
1634
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/junk.txt
1687
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_change_breaks.py
1635
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/non_test_file.py
1688
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_check_tracer.py
1636
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/non_test_file.py
1689
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_event_ext.py
1637
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/simple4_test.py
1690
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_exceptions.py
1638
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/non_test_file.py
1691
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_frame_eval.py
1639
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/not_in_default_pythonpath.txt
1692
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_generator_py2.py
1640
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple2_test.py
1693
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_generator_py3.py
1641
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple3_test.py
1694
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_get_next_statement_targets.py
1642
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simpleClass_test.py
1695
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_get_thread_stack.py
1643
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simpleModule_test.py
1696
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_import_imported.py
1644
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/samples/simple_test.py
1697
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_import_main.py
1645
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_pydevd_property.py
1698
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_lamda.py
1646
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_pydevdio.py
1699
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_m_switch.py
1647
%%DATADIR%%/plugins/python/helpers/pydev/tests_pydevd_runfiles/test_runfiles.py
1700
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_m_switch_2.py
1701
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_module_entry_point.py
1702
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_multiple_threads.py
1703
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_multiprocessing.py
1704
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_path_translation.py
1705
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_print.py
1706
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread1.py
1707
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread2.py
1708
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread3.py
1709
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread4.py
1710
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_redirect.py
1711
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote.py
1712
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_1.py
1713
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_2.py
1714
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_unhandled_exceptions.py
1715
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_unhandled_exceptions2.py
1716
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_return_value.py
1717
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_scapy.py
1718
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_set_next_statement.py
1719
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_settrace.py
1720
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_simple_calls.py
1721
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_skip_breakpoint_in_exceptions.py
1722
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_suspend_all.py
1723
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_suspend_policy.py
1724
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_thread_creation_deadlock.py
1725
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_trace_dispatch.py
1726
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_type_ext.py
1727
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exception_get_stack.py
1728
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions.py
1729
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions_on_top_level.py
1730
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions_on_top_level2.py
1731
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_zip_files.py
1732
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_1.py
1733
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_2.py
1734
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_3.py
1735
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_cyrillic_encoding_py2.py
1736
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_cyrillic_encoding_py3.py
1737
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_syntax_error.py
1738
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/launch/foo/__main__.py
1739
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/launch/foo/bar.py
1740
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_additional_thread_info.py
1741
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_bytecode_modification.py
1742
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info.py
1743
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_collect_try_except_info.json
1744
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py26.json
1745
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py27.json
1746
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py36.json
1747
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py37.json
1748
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_convert_utilities.py
1749
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_debugger.py
1750
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_dump_threads.py
1751
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_frame_eval_and_tracing.py
1752
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_frame_evaluator.py
1753
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_in_project_roots.py
1754
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_null.py
1755
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_process_command_line.py
1756
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydev_monkey.py
1757
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydevcoverage.py
1758
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydevd_io.py
1759
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_save_locals.py
1760
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_tracing_gotchas.py
1761
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_tracing_on_top_level.py
1762
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/tests_single_notification.py
1763
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/not_in_default_pythonpath.txt
1764
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/__init__.py
1765
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/__init__.py
1766
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/deep_nest_test.py
1767
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/non_test_file.py
1768
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/__init__.py
1769
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/junk.txt
1770
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/non_test_file.py
1771
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/non_test_file.py
1772
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/simple4_test.py
1773
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/non_test_file.py
1774
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/not_in_default_pythonpath.txt
1775
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple2_test.py
1776
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple3_test.py
1777
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simpleClass_test.py
1778
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simpleModule_test.py
1779
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple_test.py
1780
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_pydevd_property.py
1781
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_pydevdio.py
1782
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_runfiles.py
1648
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__init__.py
1783
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__init__.py
1649
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__main__.py
1784
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__main__.py
1650
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/hooks.py
1785
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/hooks.py
Lines 1731-1737 Link Here
1731
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py
1866
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py
1732
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/pycodestyle.py
1867
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/pycodestyle.py
1733
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py
1868
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py
1734
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
1735
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py
1869
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py
1736
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt
1870
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt
1737
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
1871
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
Lines 1799-1805 Link Here
1799
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/_version.py
1933
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/_version.py
1800
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/docstring.py
1934
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/docstring.py
1801
%%DATADIR%%/plugins/python/helpers/syspath.py
1935
%%DATADIR%%/plugins/python/helpers/syspath.py
1802
%%DATADIR%%/plugins/python/helpers/test_generator.py
1936
%%DATADIR%%/plugins/python/helpers/tests/__main__.py
1937
%%DATADIR%%/plugins/python/helpers/tests/build.gradle
1938
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/__init__.py
1939
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/after/baz.txt
1940
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/after/foo/bar/baz.txt
1941
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/before/baz.txt
1942
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/after/common.py
1943
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/after/foo.py
1944
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/before/common.py
1945
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/before/foo.py
1946
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/src/common.py
1947
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/src/foo.py
1948
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/__init__.py
1949
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/__init__.py
1950
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/another.py
1951
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/baz.py
1952
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/__init__.py
1953
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/__init__.py
1954
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/another.py
1955
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/baz.py
1956
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/__init__.py
1957
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/__init__.py
1958
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/baz.py
1959
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/__init__.py
1960
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/__init__.py
1961
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/another.py
1962
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/baz/__init__.py
1963
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/__init__.py
1964
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/__init__.py
1965
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/another.py
1966
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/baz.py
1967
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/__init__.py
1968
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/__init__.py
1969
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/baz/__init__.py
1970
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/__init__.py
1971
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/__init__.py
1972
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/baz.py
1973
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/__init__.py
1974
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/__init__.py
1975
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/baz.py
1976
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/__init__.py
1977
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/__init__.py
1978
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/baz.py
1979
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/__init__.py
1980
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/__init__.py
1981
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/another.py
1982
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/baz/__init__.py
1983
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/__init__.py
1984
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/__init__.py
1985
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/another.py
1986
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/baz/__init__.py
1987
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/__init__.py
1988
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/__init__.py
1989
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/baz/__init__.py
1990
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/__init__.py
1991
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/__init__.py
1992
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/another.py
1993
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/baz.py
1994
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/__init__.py
1995
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/__init__.py
1996
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/another.py
1997
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/baz/__init__.py
1998
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/__init__.py
1999
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/__init__.py
2000
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/baz.py
2001
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/existing.py
2002
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/generated.py
2003
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/before/existing.py
2004
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/.failed__mod
2005
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/generated.py
2006
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/delete_with_absent_file/after/content
2007
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/delete_with_absent_file/before/content
2008
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_existing_dir/after/existing/content
2009
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_existing_dir/before/existing/content
2010
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_exiting_file/before/existing
2011
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/cache/bd21c4de4d/.failed__extra
2012
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/cache/bd21c4de4d/mod.py
2013
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/sdk_skeletons/mod.py
2014
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/lib.py
2015
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/mod.py
2016
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/_bar.py
2017
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/_foo.py
2018
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/bar.py
2019
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/foo.py
2020
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/mod.py
2021
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/bar.py
2022
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/foo.py
2023
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/mod.py
2024
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/mod.py
2025
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/after/sdk_skeletons/mod.py
2026
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/before/sdk_skeletons/mod.py
2027
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/mod.py
2028
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/required_gen_version
2029
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py
2030
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py
2031
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py
2032
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/mod.py
2033
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/required_gen_version
2034
%%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
2035
%%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
2036
%%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
2037
%%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
2038
%%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
2039
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/sdk_skeletons/.blacklist
2040
%%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
2041
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/before/sdk_skeletons/.blacklist
2042
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/mod.py
2043
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/required_gen_version
2044
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/cache/e3b0c44298/mod.py
2045
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/.blacklist
2046
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/mod.py
2047
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/cache/e3b0c44298/mod.py
2048
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/sdk_skeletons/.blacklist
2049
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/mod.py
2050
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/required_gen_version
2051
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/cache/e3b0c44298/mod.py
2052
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/sdk_skeletons/mod.py
2053
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/before/cache/e3b0c44298/mod.py
2054
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/mod.py
2055
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/required_gen_version
2056
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py
2057
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py
2058
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/cache/e3b0c44298/mod.py
2059
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py
2060
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/mod.py
2061
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/required_gen_version
2062
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/after/cache/407ff51bdd/.failed__mod
2063
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/after/sdk_skeletons/existing.py
2064
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/before/sdk_skeletons/existing.py
2065
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/mod.py
2066
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/after/cache/12b1e3ccd3/.failed__mod
2067
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/after/sdk_skeletons/existing.py
2068
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/before/sdk_skeletons/existing.py
2069
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/mod.py
2070
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/__init__.py
2071
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/subpkg/__init__.py
2072
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/subpkg/mod.py
2073
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_toplevel_physical_module/mod.py
2074
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/after/cache/e3b0c44298/mod.py
2075
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/after/sdk_skeletons/mod.py
2076
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/before/cache/e3b0c44298/mod.py
2077
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/mod.py
2078
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/after/cache/e3b0c44298/mod.py
2079
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/after/sdk_skeletons/mod.py
2080
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/mod.py
2081
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/segmentation_fault_handling/after/cache/7f2e78ed6f/.failed__sigsegv
2082
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/segmentation_fault_handling/sigsegv.py
2083
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/cache/c69566d6cd/.failed__failing
2084
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/sdk_skeletons/another.py
2085
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/cache/c69566d6cd/.failed__failing
2086
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/sdk_skeletons/another.py
2087
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/failing.py
2088
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/cache/e3b0c44298/mod.py
2089
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/sdk_skeletons/mod.py
2090
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/cache/e3b0c44298/mod.py
2091
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/sdk_skeletons/mod.py
2092
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/mod.py
2093
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/required_gen_version
2094
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/cache/e3b0c44298/mod.py
2095
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/sdk_skeletons/mod.py
2096
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/cache/e3b0c44298/mod.py
2097
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/sdk_skeletons/mod.py
2098
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/mod.py
2099
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/required_gen_version
2100
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/cache/436f6de287/mod.py
2101
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/cache/9ce58f4a1c/mod.py
2102
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/sdk_skeletons/mod.py
2103
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/before/cache/9ce58f4a1c/mod.py
2104
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/before/sdk_skeletons/mod.py
2105
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/versions/v1/mod.py
2106
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/versions/v2/mod.py
2107
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/cache/4428cf7959/failing.py
2108
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/sdk_skeletons/failing.py
2109
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/before/cache/4428cf7959/.failed
2110
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/failing.py
2111
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/cache/e3b0c44298/mod.py
2112
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/sdk_skeletons/mod.py
2113
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/cache/e3b0c44298/mod.py
2114
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/sdk_skeletons/mod.py
2115
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/mod.py
2116
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/required_gen_version
2117
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/version_stamp_put_in_cache_directory_for_failed_module/after/cache/4428cf7959/.failed__failing
2118
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/version_stamp_put_in_cache_directory_for_failed_module/failing.py
2119
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_generation.py
2120
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_redeclarator.py
2121
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_utils.py
2122
%%DATADIR%%/plugins/python/helpers/tests/intellij.python.helpers.tests.iml
2123
%%DATADIR%%/plugins/python/helpers/tests/tox.ini
1803
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/README.md
2124
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/README.md
1804
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/__init__.py
2125
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/__init__.py
1805
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/cpp.py
2126
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/cpp.py
Lines 1921-1926 Link Here
1921
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/uuid.pyi
2242
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/uuid.pyi
1922
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi
2243
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi
1923
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/__init__.pyi
2244
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/__init__.pyi
2245
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/base_events.pyi
1924
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/coroutines.pyi
2246
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/coroutines.pyi
1925
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/events.pyi
2247
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/events.pyi
1926
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/futures.pyi
2248
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/futures.pyi
Lines 1947-1952 Link Here
1947
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi
2269
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi
1948
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi
2270
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi
1949
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi
2271
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi
2272
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/spawn.pyi
1950
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi
2273
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi
1951
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi
2274
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi
1952
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/queue.pyi
2275
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/queue.pyi
Lines 1956-1962 Link Here
1956
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/types.pyi
2279
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/types.pyi
1957
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/typing.pyi
2280
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/typing.pyi
1958
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/__init__.pyi
2281
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/__init__.pyi
2282
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/case.pyi
2283
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/loader.pyi
1959
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi
2284
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi
2285
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/result.pyi
2286
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/runner.pyi
2287
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/signals.pyi
2288
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/suite.pyi
1960
%%DATADIR%%/plugins/python/helpers/typeshed/tests/check_consistent.py
2289
%%DATADIR%%/plugins/python/helpers/typeshed/tests/check_consistent.py
1961
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_blacklist.txt
2290
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_blacklist.txt
1962
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_selftest.py
2291
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_selftest.py
Lines 1971-1976 Link Here
1971
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/_thread.pyi
2300
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/_thread.pyi
1972
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/cPickle.pyi
2301
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/cPickle.pyi
1973
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/configparser.pyi
2302
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/configparser.pyi
2303
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_base.pyi
2304
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_multipart.pyi
2305
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_nonmultipart.pyi
1974
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_text.pyi
2306
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_text.pyi
1975
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/html_entities.pyi
2307
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/html_entities.pyi
1976
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/html_parser.pyi
2308
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/html_parser.pyi
Lines 1998-2003 Link Here
1998
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/filters.pyi
2330
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/filters.pyi
1999
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/validators.pyi
2331
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/validators.pyi
2000
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/mock.pyi
2332
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/mock.pyi
2333
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/typing_extensions.pyi
2001
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/__init__.pyi
2334
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/__init__.pyi
2002
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
2335
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
2003
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
2336
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
Lines 2051-2056 Link Here
2051
%%DATADIR%%/plugins/settings-repository/lib/jgit.jar
2384
%%DATADIR%%/plugins/settings-repository/lib/jgit.jar
2052
%%DATADIR%%/plugins/settings-repository/lib/resources_en.jar
2385
%%DATADIR%%/plugins/settings-repository/lib/resources_en.jar
2053
%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar
2386
%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar
2387
%%DATADIR%%/plugins/sh/lib/resources_en.jar
2388
%%DATADIR%%/plugins/sh/lib/sh.jar
2054
%%DATADIR%%/plugins/stylus/lib/resources_en.jar
2389
%%DATADIR%%/plugins/stylus/lib/resources_en.jar
2055
%%DATADIR%%/plugins/stylus/lib/stylus.jar
2390
%%DATADIR%%/plugins/stylus/lib/stylus.jar
2056
%%DATADIR%%/plugins/svn4idea/lib/resources_en.jar
2391
%%DATADIR%%/plugins/svn4idea/lib/resources_en.jar
Lines 2067-2072 Link Here
2067
%%DATADIR%%/plugins/tasks/lib/tasks-api.jar
2402
%%DATADIR%%/plugins/tasks/lib/tasks-api.jar
2068
%%DATADIR%%/plugins/tasks/lib/tasks-compatibility.jar
2403
%%DATADIR%%/plugins/tasks/lib/tasks-compatibility.jar
2069
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
2404
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
2405
%%DATADIR%%/plugins/tasks/lib/tasks-java.jar
2070
%%DATADIR%%/plugins/tasks/lib/wsdl4j-1.4.jar
2406
%%DATADIR%%/plugins/tasks/lib/wsdl4j-1.4.jar
2071
%%DATADIR%%/plugins/terminal/.zshrc
2407
%%DATADIR%%/plugins/terminal/.zshrc
2072
%%DATADIR%%/plugins/terminal/fish/config.fish
2408
%%DATADIR%%/plugins/terminal/fish/config.fish
Lines 2073-2078 Link Here
2073
%%DATADIR%%/plugins/terminal/jediterm-bash.in
2409
%%DATADIR%%/plugins/terminal/jediterm-bash.in
2074
%%DATADIR%%/plugins/terminal/lib/resources_en.jar
2410
%%DATADIR%%/plugins/terminal/lib/resources_en.jar
2075
%%DATADIR%%/plugins/terminal/lib/terminal.jar
2411
%%DATADIR%%/plugins/terminal/lib/terminal.jar
2412
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
2413
%%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json
2414
%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json
2415
%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json
2416
%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json
2417
%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.snippets.json
2418
%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
2419
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore
2420
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/cgmanifest.json
2421
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json
2422
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
2423
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
2424
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
2425
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
2426
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
2427
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
2428
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json
2429
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json
2430
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.snippets.json
2431
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
2432
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore
2433
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/cgmanifest.json
2434
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json
2435
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json
2436
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json
2437
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.json
2438
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.json
2439
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json
2440
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
2441
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
2442
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore
2443
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/cgmanifest.json
2444
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json
2445
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json
2446
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json
2447
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.json
2448
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
2449
%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json
2450
%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore
2451
%%DATADIR%%/plugins/textmate/lib/bundles/css/cgmanifest.json
2452
%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json
2453
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json
2454
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json
2455
%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
2456
%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore
2457
%%DATADIR%%/plugins/textmate/lib/bundles/docker/cgmanifest.json
2458
%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json
2459
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json
2460
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json
2461
%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
2462
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore
2463
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/cgmanifest.json
2464
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json
2465
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json
2466
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json
2467
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.json
2468
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
2469
%%DATADIR%%/plugins/textmate/lib/bundles/git/.vscodeignore
2470
%%DATADIR%%/plugins/textmate/lib/bundles/git/README.md
2471
%%DATADIR%%/plugins/textmate/lib/bundles/git/cgmanifest.json
2472
%%DATADIR%%/plugins/textmate/lib/bundles/git/extension.webpack.config.js
2473
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/diff.language-configuration.json
2474
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-commit.language-configuration.json
2475
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-rebase.language-configuration.json
2476
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json
2477
%%DATADIR%%/plugins/textmate/lib/bundles/git/package.json
2478
%%DATADIR%%/plugins/textmate/lib/bundles/git/package.nls.json
2479
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/api1.ts
2480
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/extension.ts
2481
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/git.d.ts
2482
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-empty.sh
2483
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-main.ts
2484
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.sh
2485
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.ts
2486
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/autofetch.ts
2487
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/commands.ts
2488
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/contentProvider.ts
2489
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorationProvider.ts
2490
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorators.ts
2491
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/encoding.ts
2492
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/git.ts
2493
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/main.ts
2494
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/model.ts
2495
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/protocolHandler.ts
2496
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/repository.ts
2497
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/staging.ts
2498
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/statusbar.ts
2499
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/git.test.ts
2500
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/typings/jschardet.d.ts
2501
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/typings/refs.d.ts
2502
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/uri.ts
2503
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/util.ts
2504
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/diff.tmLanguage.json
2505
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-commit.tmLanguage.json
2506
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-rebase.tmLanguage.json
2507
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/ignore.tmLanguage.json
2508
%%DATADIR%%/plugins/textmate/lib/bundles/git/tsconfig.json
2509
%%DATADIR%%/plugins/textmate/lib/bundles/git/yarn.lock
2510
%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore
2511
%%DATADIR%%/plugins/textmate/lib/bundles/go/cgmanifest.json
2512
%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json
2513
%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json
2514
%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json
2515
%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json
2516
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore
2517
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/cgmanifest.json
2518
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json
2519
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json
2520
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json
2521
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.json
2522
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
2523
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore
2524
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/cgmanifest.json
2525
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json
2526
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json
2527
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json
2528
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
2529
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore
2530
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/cgmanifest.json
2531
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json
2532
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json
2533
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json
2534
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
2535
%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore
2536
%%DATADIR%%/plugins/textmate/lib/bundles/html/cgmanifest.json
2537
%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json
2538
%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json
2539
%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json
2540
%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
2541
%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json
2542
%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore
2543
%%DATADIR%%/plugins/textmate/lib/bundles/ini/cgmanifest.json
2544
%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json
2545
%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json
2546
%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json
2547
%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json
2548
%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json
2549
%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore
2550
%%DATADIR%%/plugins/textmate/lib/bundles/java/cgmanifest.json
2551
%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json
2552
%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json
2553
%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json
2554
%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.snippets.json
2555
%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json
2556
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore
2557
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/cgmanifest.json
2558
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json
2559
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json
2560
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json
2561
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/schemas/jsconfig.schema.json
2562
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.json
2563
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
2564
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
2565
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md
2566
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
2567
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json
2568
%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore
2569
%%DATADIR%%/plugins/textmate/lib/bundles/json/cgmanifest.json
2570
%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json
2571
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json
2572
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
2573
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
2574
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
2575
%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
2576
%%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json
2577
%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
2578
%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json
2579
%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json
2580
%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json
2581
%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore
2582
%%DATADIR%%/plugins/textmate/lib/bundles/log/cgmanifest.json
2583
%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json
2584
%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json
2585
%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
2586
%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore
2587
%%DATADIR%%/plugins/textmate/lib/bundles/lua/cgmanifest.json
2588
%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json
2589
%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json
2590
%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json
2591
%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json
2592
%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore
2593
%%DATADIR%%/plugins/textmate/lib/bundles/make/cgmanifest.json
2594
%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json
2595
%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json
2596
%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json
2597
%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json
2598
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore
2599
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/cgmanifest.json
2600
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json
2601
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json
2602
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
2603
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.json
2604
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
2605
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore
2606
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/cgmanifest.json
2607
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json
2608
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json
2609
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json
2610
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/cpp.tmLanguage.json
2611
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
2612
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
2613
%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore
2614
%%DATADIR%%/plugins/textmate/lib/bundles/perl/cgmanifest.json
2615
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json
2616
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json
2617
%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json
2618
%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json
2619
%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json
2620
%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
2621
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json
2622
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json
2623
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore
2624
%%DATADIR%%/plugins/textmate/lib/bundles/php/cgmanifest.json
2625
%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json
2626
%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json
2627
%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json
2628
%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.snippets.json
2629
%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json
2630
%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json
2631
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore
2632
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/cgmanifest.json
2633
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json
2634
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json
2635
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json
2636
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.json
2637
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
2638
%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore
2639
%%DATADIR%%/plugins/textmate/lib/bundles/pug/cgmanifest.json
2640
%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json
2641
%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json
2642
%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json
2643
%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json
2644
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json
2645
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json
2646
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore
2647
%%DATADIR%%/plugins/textmate/lib/bundles/python/cgmanifest.json
2648
%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json
2649
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json
2650
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json
2651
%%DATADIR%%/plugins/textmate/lib/bundles/python/src/pythonMain.ts
2652
%%DATADIR%%/plugins/textmate/lib/bundles/python/src/typings/ref.d.ts
2653
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
2654
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
2655
%%DATADIR%%/plugins/textmate/lib/bundles/python/tsconfig.json
2656
%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore
2657
%%DATADIR%%/plugins/textmate/lib/bundles/r/cgmanifest.json
2658
%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json
2659
%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json
2660
%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json
2661
%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json
2662
%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore
2663
%%DATADIR%%/plugins/textmate/lib/bundles/razor/cgmanifest.json
2664
%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json
2665
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json
2666
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json
2667
%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
2668
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore
2669
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/cgmanifest.json
2670
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json
2671
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json
2672
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json
2673
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json
2674
%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore
2675
%%DATADIR%%/plugins/textmate/lib/bundles/rust/cgmanifest.json
2676
%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json
2677
%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json
2678
%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json
2679
%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json
2680
%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore
2681
%%DATADIR%%/plugins/textmate/lib/bundles/scss/cgmanifest.json
2682
%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json
2683
%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json
2684
%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json
2685
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
2686
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
2687
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
2688
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/cgmanifest.json
2689
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json
2690
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json
2691
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json
2692
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json
2693
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore
2694
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/cgmanifest.json
2695
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json
2696
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json
2697
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json
2698
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json
2699
%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore
2700
%%DATADIR%%/plugins/textmate/lib/bundles/sql/cgmanifest.json
2701
%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json
2702
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json
2703
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json
2704
%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
2705
%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore
2706
%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md
2707
%%DATADIR%%/plugins/textmate/lib/bundles/swift/cgmanifest.json
2708
%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json
2709
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json
2710
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
2711
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.json
2712
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
2713
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
2714
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
2715
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
2716
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json
2717
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
2718
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/schemas/tsconfig.schema.json
2719
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.json
2720
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
2721
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
2722
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
2723
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.injection.tmLanguage.json
2724
%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore
2725
%%DATADIR%%/plugins/textmate/lib/bundles/vb/cgmanifest.json
2726
%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json
2727
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json
2728
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
2729
%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.json
2730
%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
2731
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
2732
%%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json
2733
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json
2734
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json
2735
%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json
2736
%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json
2737
%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json
2738
%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json
2739
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore
2740
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/cgmanifest.json
2741
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json
2742
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json
2743
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json
2744
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
2745
%%DATADIR%%/plugins/textmate/lib/jcodings-1.0.44.jar
2746
%%DATADIR%%/plugins/textmate/lib/joni-2.1.29.jar
2747
%%DATADIR%%/plugins/textmate/lib/resources_en.jar
2748
%%DATADIR%%/plugins/textmate/lib/textmate.jar
2749
%%DATADIR%%/plugins/textmate/lib/themes/All Hallow's Eve.tmTheme
2750
%%DATADIR%%/plugins/textmate/lib/themes/Blackboard.tmTheme
2751
%%DATADIR%%/plugins/textmate/lib/themes/Cobalt.tmTheme
2752
%%DATADIR%%/plugins/textmate/lib/themes/Darcula.tmTheme
2753
%%DATADIR%%/plugins/textmate/lib/themes/Github.tmTheme
2754
%%DATADIR%%/plugins/textmate/lib/themes/IR_Black.tmTheme
2755
%%DATADIR%%/plugins/textmate/lib/themes/Monokai.tmTheme
2756
%%DATADIR%%/plugins/textmate/lib/themes/RailsCasts.tmTheme
2757
%%DATADIR%%/plugins/textmate/lib/themes/Twilight.tmTheme
2758
%%DATADIR%%/plugins/textmate/lib/themes/VibrantInk.tmTheme
2759
%%DATADIR%%/plugins/textmate/lib/themes/default.tmTheme
2076
%%DATADIR%%/plugins/tslint/js/convert-tslint-config.js
2760
%%DATADIR%%/plugins/tslint/js/convert-tslint-config.js
2077
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js
2761
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js
2078
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js
2762
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js
Lines 2081-2086 Link Here
2081
%%DATADIR%%/plugins/tslint/lib/tslint.jar
2765
%%DATADIR%%/plugins/tslint/lib/tslint.jar
2082
%%DATADIR%%/plugins/uml/lib/diagram-api.jar
2766
%%DATADIR%%/plugins/uml/lib/diagram-api.jar
2083
%%DATADIR%%/plugins/uml/lib/uml-support.jar
2767
%%DATADIR%%/plugins/uml/lib/uml-support.jar
2768
%%DATADIR%%/plugins/vcs-changeReminder/lib/resources_en.jar
2769
%%DATADIR%%/plugins/vcs-changeReminder/lib/vcs-changeReminder.jar
2084
%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.5.jar
2770
%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.5.jar
2085
%%DATADIR%%/plugins/webDeployment/lib/resources_en.jar
2771
%%DATADIR%%/plugins/webDeployment/lib/resources_en.jar
2086
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
2772
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar

Return to bug 239615