Charlie Hayes
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
创建于 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... -
创建于 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... -
创建于 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 = (... -
创建于 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.