Logan May
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
Logan May 创建了一个帖子, 已回答Which code deletes the editor selection when you type a character?
I've implemented a TypedHandlerDelegate in Kotlin like internal class TypedHandler : TypedHandlerDelegate() { override fun beforeCharTyped(c: Char, project: Project, editor: Editor, file: PsiFil... -
-
-
Logan May 创建了一个帖子, 已回答Why does the BasePlatformTestCase throw an IllegalStateException: Attempt to modify PSI for non-committed Document! on backspace?
I have a unit test set up for my plugin like: class MyTest : BasePlatformTestCase() { // setup stuff here... fun testCharBeforeCaret() { myFixture.configureByFiles("$currentTestNam... -
Logan May 创建了一个帖子, 已回答Why does the BasePlatformTestCase fixture change the formatting of the file under test?
Starting from the JetBrains plugin template, I've created a basic plugin that helps modify text written in comments. It works by overriding a `beforeCharTyped` function on a `TypedHandler`. I've cr... -
-