File tree Expand file tree Collapse file tree 4 files changed +33
-27
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +33
-27
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ intellijPlatform {
54
54
55
55
productDescriptor {
56
56
code = " PPYTHONBYTECODE"
57
- releaseDate = " 20250730 "
58
- releaseVersion = " 20252 "
57
+ releaseDate = " 20250924 "
58
+ releaseVersion = " 20253 "
59
59
optional = true
60
60
}
61
61
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ jvmVersion=21
11
11
# Plugin
12
12
group =dev.meanmail
13
13
pluginName =Python Bytecode
14
- version =2025.2
14
+ version =2025.3
15
15
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
16
16
kotlin.stdlib.default.dependency =false
17
17
#
Original file line number Diff line number Diff line change 18
18
19
19
Your ratings and feedback are very important. The feature will appear the faster the more people request it.
20
20
]]> </description >
21
- <change-notes ><![CDATA[ <h3>2025.1 (July, 28, 2025)</h3>
21
+ <change-notes ><![CDATA[ <h3>2025.3 (September, 24, 2025)
22
+ </h3>
23
+
24
+ * Improve support IDEs
25
+
26
+ <h3>2025.1 (July, 28, 2025)
27
+ </h3>
22
28
23
29
* Support latest IDEs
24
30
@@ -27,28 +33,6 @@ Your ratings and feedback are very important. The feature will appear the faster
27
33
First release
28
34
]]> </change-notes >
29
35
30
- <depends >com.intellij.modules.platform</depends >
31
- <depends >com.intellij.modules.python</depends >
32
-
33
- <extensions defaultExtensionNs =" com.intellij" >
34
- <toolWindow id =" Python bytecode"
35
- anchor =" right"
36
- factoryClass =" dev.meanmail.tools.PythonBytecodeTool" />
37
- <errorHandler implementation =" com.intellij.diagnostic.JetBrainsMarketplaceErrorReportSubmitter" />
38
- </extensions >
39
-
40
- <projectListeners >
41
- <listener class =" dev.meanmail.tools.PythonBytecodeFileListener"
42
- topic =" com.intellij.openapi.fileEditor.FileEditorManagerListener" />
43
- </projectListeners >
44
-
45
- <actions >
46
- <action id =" PythonBytecode.UpdateAction"
47
- class =" dev.meanmail.tools.UpdateBytecodeAction"
48
- text =" Update Bytecode"
49
- description =" Update the Python bytecode display"
50
- icon =" AllIcons.Actions.Refresh" >
51
- </action >
52
- </actions >
36
+ <depends optional =" true" config-file =" python.xml" >com.intellij.modules.python</depends >
53
37
54
38
</idea-plugin >
Original file line number Diff line number Diff line change
1
+ <idea-plugin >
2
+ <extensions defaultExtensionNs =" com.intellij" >
3
+ <toolWindow id =" Python bytecode"
4
+ anchor =" right"
5
+ factoryClass =" dev.meanmail.tools.PythonBytecodeTool" />
6
+ <errorHandler implementation =" com.intellij.diagnostic.JetBrainsMarketplaceErrorReportSubmitter" />
7
+ </extensions >
8
+
9
+ <projectListeners >
10
+ <listener class =" dev.meanmail.tools.PythonBytecodeFileListener"
11
+ topic =" com.intellij.openapi.fileEditor.FileEditorManagerListener" />
12
+ </projectListeners >
13
+
14
+ <actions >
15
+ <action id =" PythonBytecode.UpdateAction"
16
+ class =" dev.meanmail.tools.UpdateBytecodeAction"
17
+ text =" Update Bytecode"
18
+ description =" Update the Python bytecode display"
19
+ icon =" AllIcons.Actions.Refresh" >
20
+ </action >
21
+ </actions >
22
+ </idea-plugin >
You can’t perform that action at this time.
0 commit comments