Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Scott Wells
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 recent activity
Recent activity
Votes
Created
July 17, 2019 16:30
Thanks, Nikolay!
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
July 17, 2019 04:09
It appears that this same exists exists with PhpStorm and RubyMine. Because all three of these plugins are available for installation into IntelliJ IDEA Ultimate Edition, you can't reliably build a...
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
July 11, 2019 19:43
Yann, I've run an interesting issue with ConcatenationAwareInjector. Just like JavaConcatenationToInjectorAdapter, I've implemented my own ApexConcatenationToInjectorAdapter and registered it as a ...
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
July 10, 2019 14:30
Thanks again, Yann. I'll take a look today and see if I can get that implemented as well before the next release.
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
July 09, 2019 23:37
Quick update on this...I managed to make things work a bit more seamlessly, albeit not perfectly. If the injected concatenation doesn't parse properly, I suppress some of my code inspections that w...
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
July 08, 2019 19:13
Yann, with your pointer I have this all working for the most part. I do have three follow-up questions/issues: Invalid Concatenated Strings First, there's one corner case that's not working properl...
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
July 08, 2019 14:04
Perfect. Thanks, Yann!
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
May 21, 2019 14:35
I filed a ticket here since this seems to be a plugin SDK issue: https://youtrack.jetbrains.com/issue/IJSDK-607
Community
IntelliJ IDEA Open API and Plugin Development
VfsUtil.markDirtyAndRefresh() seems flaky in recent builds (2019.1+)
0 votes
Created
May 21, 2019 00:22
Yeah, something is definitely wrong here. I can regularly (but not 100% reliably) reproduce the following behavior: My plugin uses FileUtil.createTempDirectory() to create a temporary directory an...
Community
IntelliJ IDEA Open API and Plugin Development
VfsUtil.markDirtyAndRefresh() seems flaky in recent builds (2019.1+)
0 votes
Created
April 16, 2019 20:20
Thanks, Yann. I posted this question in a few different places when I didn't see any response on it for almost a week during which I was fielding a growing number of support issues because of it. I...
Community
IntelliJ IDEA Open API and Plugin Development
Best practices for packaging a plugin that uses JAX-WS, etc., to work under both Java 8 and Java 11 JREs
0 votes
«
First
‹
Previous
Next
›
Last
»