Marcin
- 活动总数 67
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 21
-
Marcin 创建了一个帖子, 已回答Not all DynamicPluginListener methods are called
Having DynamicPluginListener implementation as:class CopilotDynamicPluginListener : DynamicPluginListener { private val LOG: Logger = Logger.getInstance(CopilotDynamicPluginListener::class.jav... -
Marcin 进行了评论, -
-
-
Marcin 创建了一个帖子, 已回答TypeScript to Java using symbol reference on JSReferenceExpression problem
Having code as:import { HelloWorldService } from 'Frontend/generated/endpoints'; function MainLayout() { HelloWorldService.sayHello("Hello") }I want to be able to navigate to HelloWorldService.... -
-
-
Marcin 创建了一个帖子, 已回答TypeScript object method call psi element not found
Having simple TypeScript file:I'm creating reference contributor:<psi.referenceContributor language="TypeScript" implementation="com.vaadin.plugin.endpoints.VaadinTypeScriptReferenceContributor"/>A... -
-
Marcin 创建了一个帖子, 已回答Conditional display of ExecutorAction
ExecutorAction.update() is not run when popup menu is displayed.I don't want my action to be used for tests. How to achieve this?