Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tim
Total activity
49
Last activity
November 29, 2021 14:38
Member since
August 10, 2020 14:47
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
13
Activity overview
Posts (12)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
November 29, 2021 14:38
Never mind, I found it. - adding RenameHandler that handles this specific case- adding RenamePsiElementProcessor to capture how the PlainTextImpl is to be renamed The self-reference construction ca...
Community
IntelliJ IDEA Open API and Plugin Development
Rename / FindUsage for 'adhoc' declaration
0 votes
Created
October 15, 2021 20:27
It took a bit of time but I found a way to create a working solution: https://github.com/timmisset/omt-odt-plugin For anyone needing some background info. There are 2 languages at play here, OMT an...
Community
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 votes
Created
August 17, 2021 04:36
Hi Reece, thanks for the Xslt pointer, that looks really promosing. Especially since I want to contribute special meaning to key:value positions in the yaml file based on their position. I'll have ...
Community
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 votes
Created
August 15, 2021 19:02
I was able to inject the DSL into the YAMLScalar however, the result is not really what I was hoping for. The host file (pure yaml) is not aware of the injected dsl it appears, there is now a speci...
Community
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 votes
Created
August 15, 2021 17:50
Hi Reece, thanks for example. It appears this doesn't work for my case. The buildIn YAML language has a variety of YAML Scalar values that can be parsed, for example, when prefixed with a multiline...
Community
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 votes
Created
April 20, 2021 19:47
Hi Piotr, Thanks a lot, that also works for me :) :)
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Created
April 20, 2021 13:19
Hi Piotr, thanks a lot for taking the time to investigate this. I will for now defer to manually testing these extensions. Rewriting all my tests to JUnit4 is a bit too much effort :). Let me know ...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Edited
April 15, 2021 11:02
Hi Piotr, this is my build.gradle plugins { id 'java' id 'org.jetbrains.intellij' version '0.7.2' id 'jacoco'}group 'com.misset'version '4.0.3'sourceCompatibility = 11sourceSets.main.java....
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Created
April 15, 2021 11:02
And finally the withAngularJS.xml <idea-plugin> <extensions defaultExtensionNs="com.intellij"> <!-- TypeScript extensions --> <psi.referenceContributor language="TypeScript" ...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Created
April 15, 2021 11:01
And the plugin.xml <idea-plugin> <id>com.misset.OMT</id> <name>OMT / ODT Language</name> <vendor email="..." url="https://github.com/timmisset/omt">Misset</vendor> <description>Plugin f...
Community
IntelliJ IDEA Open API and Plugin Development
Set filetype association for LightJavaCodeInsightFixtureTestCase
0 votes
Next
›
Last
»