Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott Wells
Follow
New posts
New posts and comments
Total activity
282
Last activity
January 12, 2023 14:43
Member since
January 25, 2016 00:45
Following
0 users
Followed by
0 users
Votes
18
Subscriptions
67
Activity overview
Posts (51)
Comments (146)
Sort by votes
Recent activity
Votes
Created
November 28, 2018 04:13
Trent, I looked back on my version history to see if I had a link to the grammar that I used as the basis for my custom language plugin's grammar back in early 2013, but I couldn't find anything sp...
Community
IntelliJ IDEA Open API and Plugin Development
Starting point for a Java-like grammar for Grammar-Kit?
2 votes
Created
July 17, 2019 16:34
Apologies for the issue. This was the intermediate result of the following discussion about how to implement concatenated string injection: https://intellij-support.jetbrains.com/hc/en-us/community...
General
Known issues
IntelliJ IDEA crashes on start with Illuminated Cloud 2 plugin installed
1 vote
Created
November 21, 2018 23:28
I just logged the following bug for this: https://youtrack.jetbrains.com/issue/IJSDK-506
Community
IntelliJ IDEA Open API and Plugin Development
Do I need to do anything special to have multi-line TODO comments work for line comments in my custom language?
1 vote
Edited
January 25, 2016 00:50
Sorry for resurrecting this old thread, but I believe I've hit a related problem and want to clarify the solution. I'm calling: FileBasedIndex.getInstance().getAllKeys(getName(), project) and am g...
Community
IntelliJ IDEA Open API and Plugin Development
FileBasedIndex.getAllKeys filtered by module scope
1 vote
Created
January 12, 2023 14:43
Hi, Elizabeth. Thank you for the information. I've tested my multi-module project approach extensively in PyCharm Professional and Community Editions and it seems to work very well, so I'm glad to ...
Community
IntelliJ IDEA Open API and Plugin Development
Possible to have multiple SDKs/libraries in PyCharm?
0 votes
Created
January 05, 2023 19:52
Quick update on this... I continued to figure out how to get this working the way I'd like/prefer in IntelliJ IDEA Ultimate Edition with one module for my plugin's contents and one module per-Pytho...
Community
IntelliJ IDEA Open API and Plugin Development
Possible to have multiple SDKs/libraries in PyCharm?
0 votes
Created
November 10, 2021 16:14
Okay, I mostly have it working. The only issue now is where types are used by both the standard IDE class loader and the custom class loader, e.g., one caches a value and the other retrieves that c...
Community
IntelliJ IDEA Open API and Plugin Development
Does anyone know the classloader wizardry required to use external third-party jars as "provided" at runtime?
0 votes
Edited
November 10, 2021 15:53
Thanks much. Overall this looks very similar to what I've been trying. It looks like in the end, though, the resulting class loader is being used in a purely-reflective manner. In the BuildHelper c...
Community
IntelliJ IDEA Open API and Plugin Development
Does anyone know the classloader wizardry required to use external third-party jars as "provided" at runtime?
0 votes
Created
July 17, 2020 21:02
Thanks, Dmitry. I think I've found a viable workaround by finding the XML/JSON schema virtual file and forcing the virtual file manager to refresh it on project open. Do you see any down-side to th...
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Edited
July 17, 2020 14:56
Hi, Dmitry. I realize it's been a while since we last discussed this, but the original issue seems to have come back. I noticed it first with JSON schema that I'm integrating via the JsonSchemaFile...
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
1
2
3
4
5
6
›
»