Geoffrey Challen
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
创建于 Project Dependency on org.jetbrains.kotlin.com.intellij.openapi.vfs.VirtualFile
已回答I maintain a project that interfaces with the Kotlin embedded compiler. As part of this we import org.jetbrains.kotlin.com.intellij.openapi.vfs.VirtualFile. Note that this project is not a plugin. ... -
创建于 Running Backgroundable Task at Project Close
已回答I have a Task.Backgroundable that I run periodically in my plugin to upload log data. I'm also running this at project close, but when this happens the background notification leaps into the foregr... -
已编辑于 Plugin State Not Persisted on IDE Close
I maintain a plugin that tracks IntelliJ activity and periodically uploads data to a server. (Source code here: https://github.com/cs125-illinois/intellijlogger.) We upload logs periodically and al... -
创建于 Listen to Gradle Tasks and TestNG Tests
I'm building an IDE activity tracking plugin for my introductory CS course. At this point I'm successfully logging a bunch of UI-related events. However, I'd like to log when students run tests and...