Julien
- 活动总数 46
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
创建于 Change default extension of scratch buffers
已回答Hi,If I create a new scratch buffer, IntelliJ creates a buffer named bufferX.tpl (X rotates between 1 and 5). How can I change it to use the “txt” extension instead of “tpl”?Thanks,Julien -
创建于 Chime every time I save files
已回答Intellij just recently started playing a high-pitch chime every time I CMD-S (Save All). It seems to have started after the most recent update (2023.1.5), although I'm not 100% sure. How can I turn... -
创建于 Register my custom runner and executor for creating a new run configuration
已回答Hi, I've created a custom runner and executor, which I've registered using <programRunner> and <executor> in plugin.xml. I've noticed two issues when I open the run configuration contextual menu by... -
创建于 Change color or matching XML tags
已回答Hi, When I click on a tag in an XML file, IntelliJ highlights it and its corresponding closing tag with a dark orange background. How can I change that color? I could not find the proper setting to... -
创建于 How to save plugins when exporting settings
I regularly back up my settings via "File > Manage IDE Settings > Export settings". However, if I start fresh by restoring the default settings and then re-importing my old backed up settings, all ... -
创建于 Preferences for opening project in new window
Hi,I've set the "Project opening" preference to "Open project in new window", however, when I reopen a project from the "File > Open Recent..." menu, I always get a prompt asking me if I want to op... -
创建于 Modifying files from remote Python interpreter virtualenv
Hi,I'm using a virtual machine using vagrant, in which I've set up a virtualenv. It's really awesome that I can make Pycharm load that virtualenv using the remote Python interpreter. However, I've ... -
创建于 "Mark as template directory" disabled
Hi,I've enabled Django support in a project and everything seems to work fine except the context menu "Mark as template directory", which is systematically disabled. It works in other projects thou... -
创建于 Reloading virtualenv
Hi,It seems like the "Reload" button to refresh a python interpreter (and its corresponding virtualenv) has disappeared from the preferences in version 2.5 EAP. This was really useful to reload pac... -
创建于 Enabling introspection in external libraries
Hi,I can't find a way to enable introspection in my project's external libraries. It warns me of syntax errors but it won't do things like highlight unused imports. I seem to recall I got it work t...