Collin Barber
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 5
-
Created Cannot find builtin plugin 'Pythonid' for IDE
AnsweredHello, I am trying to make a tool that supports Java and Python for code generation (I plan on supporting many languages, but I am currently struggling with Python). I am also trying to support all... -
Edited Markdown Preview Swing Component
Answered## What I am trying to create A method I can call like `createMarkdownPreview(String markdownText)` which returns a `JComponent` so I can use it in a UI. I want to use IntelliJ's (and I want my plu... -
Created DSL UI v2 Binding an Enum and Observable Pattern
AnsweredHello! I am developing a plugin for python code generation. I am making a popup window with a preview of the generated code. I am trying to take advantage of the bindings feature in the DSL UI, but... -
Created EditorTextField is not edittable
AnsweredHello, I am creating a plugin for PyCharm to generate getters and setters for private variables (I understand how weird that is for python, this code is not for me). I want to let people edit the f...