Marek Kisiel
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 7
-
Created Why I cannot persist plugin settings (project scope)?
AnsweredI've created custom PropertiesComponent based on PropertiesComponentImpl. The differences: @State( name = "TaskTimer", storages = {@Storage(StoragePathMacros.WORKSPACE_FILE)}) above c... -
Edited Does Open API provides REST client?
AnsweredAs in question, if not which API should I use as recommended? -
Created How to display form validation errors in settings panel
AnsweredAs in question, I need to add some validation to plugin settings form. Is there any API to do such thing? -
Created How to add external maven repository as dependency to my plugin?
AnsweredI'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... -
Created java: cannot find symbol: class TaskListener
AnsweredI have ProjectComponent class: import com.intellij.openapi.components.ProjectComponent;import com.intellij.tasks.TaskListener;import org.jetbrains.annotations.NotNull;public class TaskTimerCompon... -
Created 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?