Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Emailywm
Total activity
20
Last activity
August 02, 2024 05:48
Member since
March 09, 2024 17:37
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
5
Activity overview
Posts (1)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
August 02, 2024 01:05
MyIcons.class.getResource("/icons/panda_32.png") to access /icons/panda_32.png under resources bundled dir.MyClass.class.getClassLoader().getResourceAsStream("config.properties")
Community
IntelliJ IDEA Open API and Plugin Development
Can't find file in resources folder in Plugin Project
1 vote
Created
August 01, 2024 05:18
Because IDEA remembers whether a file was folded or unfolded the last time it was opened, the com.intellij.lang.folding.FoldingBuilderEx#isCollapsedByDefault method only controls the default stat...
Community
IntelliJ IDEA Open API and Plugin Development
What is this feature called? Preview the ResourceBundle property value
2 votes
Created
July 16, 2024 00:41
com.intellij.lang.jsp.NewJspLanguage I found this in the external library.
Community
IntelliJ IDEA Open API and Plugin Development
PluginXmlValidity problems: Cannot resolve language with id ''JSP''
0 votes
Created
July 15, 2024 01:15
I found that this plugin com.intellij.jsp does not support IDEA version 2024.1. Is it related to this?https://plugins.jetbrains.com/plugin/13152-jakarta-ee-server-pages-jsp-
Community
IntelliJ IDEA Open API and Plugin Development
PluginXmlValidity problems: Cannot resolve language with id ''JSP''
0 votes
Created
July 12, 2024 11:25
I've tried everything, but it didn't work. There's just a red warning, but it doesn't affect the normal operation of the plugin, so I'm not going to fix it. Thanks for your reply~ Wishing you happi...
Community
IntelliJ IDEA Open API and Plugin Development
PluginXmlValidity problems: Cannot resolve language with id ''JSP''
0 votes
Created
July 10, 2024 09:13
still the same issue :(Strangely, the plugin can be installed and run normally, still can't solve this prompt problem
Community
IntelliJ IDEA Open API and Plugin Development
PluginXmlValidity problems: Cannot resolve language with id ''JSP''
0 votes
Created
July 08, 2024 14:22
I think you can look at the manual execution button, see how does its Action source code execute
Community
IntelliJ IDEA Open API and Plugin Development
How to execute the sql with the native database api
0 votes
Created
July 08, 2024 10:52
What are your use scenarios, maybe JDBC?
Community
IntelliJ IDEA Open API and Plugin Development
How to execute the sql with the native database api
0 votes