Charlie Hayes
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
Charlie Hayes commented, -
Charlie Hayes commented, -
Charlie Hayes commented, -
Charlie Hayes created a post, PyCharm plugin not detecting Python
I have a plugin that has: <depends optional="true" config-file="plugin-python.xml">com.intellij.modules.python</depends>plugin-python.xml is loaded:Windows IDEA Ultimate + Python pluginWindows PyCh... -
Charlie Hayes created a post, GNU GetText improvements
I'm working on a Django project that uses .po files for translations. The application was written by a Russian-speaking development team but is being transitioned to an English speaking development... -
-
Charlie Hayes created a post, Mousereleased not firing
I'm working on a plugin that inserts a component into the text editor component (this part of the code from Adam Scarr)JPanel outerPanel = (JPanel)editor.getComponent();BorderLayout outerLayout = (... -
-
Charlie Hayes created a post, List errors and warnings for Editor
How can I enumerate all the errors and warnings for a given editor?I've poked around some of the methods in MarkupModelEx but haven't had much luck. -