Julien
![Avatar](https://secure.gravatar.com/avatar/7617093fdae20c6fe4b0f7fe954a8aad?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Change default extension of scratch buffers
AnsweredHi,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 -
Created Chime every time I save files
AnsweredIntellij 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... -
Created Register my custom runner and executor for creating a new run configuration
AnsweredHi, 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... -
Created Change color or matching XML tags
AnsweredHi, 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... -
Created 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 ... -
Created 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... -
Created 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 ... -
Created "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... -
Created 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... -
Created 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...