Kerry
- 活动总数 65
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 16
-
已编辑于 Kotlin: Getting "Copying or archiving duplicate paths..." deprecation warnings when building plugin
已回答I'm writing my plugin in Kotlin, and using a build.gradle.kts file to setup the Gradle build. While in general I don't find converting from Java to Kotlin difficult at all, the differences between ... -
创建于 What's the best way to include user documenation with your plugin?
已回答In the plugin.xml file for a plugin, there's a description section like this: <description><![CDATA[ My <b>awesome</b> plugin ]]></description> I've seen a few examples of plugins that use this d... -
创建于 Using a LanguageTextField in a Preferences dialog - Tab key issue
已完成I'm creating a plugin where some of the settings will be handled by entering JSON. I'm using a LanguageTextField, and it's working fairly well, but I can't use the Tab key for indenting text - the ... -
创建于 How can I tell if the content of a LanguageTextField is valid?
已回答I'm trying to use a LanguageTextField to enter a JSON configuration. Visually I can see, via syntax highlighting, whether or not the contents of the field are valid JSON. Programmatically, however,... -
创建于 How do I turn off these end-of-line inlay hints?
已回答I'd like to disable these inlay hints, and others like them: There's also a similar hint elsewhere that says "^lambda". I've unchecked this: For the specific language shown here, Kotlin, the top-... -
已编辑于 How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
In the code below, syntax highlighting displays, for example, event and editor in two different colors. I can't, however, get any of that specific color information using an instance of SyntaxHigh... -
已编辑于 Is there any way to improve spell check for Kotlin regexes?
已回答In the following code, the spell checker seems totally unaware that what it's spellchecking is a regex, so it's treating letters from escape sequences as the first letters of not-really misspelled ... -
已编辑于 Can I find the colors and font style currently being used to render a particular PsiElement?
已回答I found an old question that looks like a similar topic: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206801595-Is-there-an-API-for-getting-the-color-and-font-style-of-a-characte... -
已编辑于 PsiFile and PsiFile.findElementAt() only providing useful info for a few languages.
已回答I'm trying to create an Intellij plugin that does the same thing as a VSCode extension I recently created, Ligatures Limited, which is designed prevent font coding ligatures from fonts like Fira Co... -
创建于 Converting VSCode extension to Intellij plugin questions
已回答I've just written my first extension for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=kshetline.ligatures-limited). That's working well, and now I'm trying to create a s...