Marek Kisiel
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 7
-
创建于 Why I cannot persist plugin settings (project scope)?
已回答I've created custom PropertiesComponent based on PropertiesComponentImpl. The differences: @State( name = "TaskTimer", storages = {@Storage(StoragePathMacros.WORKSPACE_FILE)}) above c... -
已编辑于 Does Open API provides REST client?
已回答As in question, if not which API should I use as recommended? -
创建于 How to display form validation errors in settings panel
已回答As in question, I need to add some validation to plugin settings form. Is there any API to do such thing? -
创建于 How to add external maven repository as dependency to my plugin?
已回答I've read: http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html https://intellij-support.jetbrains.com/hc/en-us/community/posts/206773985-Using-the-maven-plu... -
创建于 java: cannot find symbol: class TaskListener
已回答I have ProjectComponent class: import com.intellij.openapi.components.ProjectComponent;import com.intellij.tasks.TaskListener;import org.jetbrains.annotations.NotNull;public class TaskTimerCompon... -
创建于 Can I 'hook' into task select event?
Does selecting a task from tasks list (displayed via Open Task button) sends some event that I can use in my own plugin to integrate task list with toggl.com timer?