Craig
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 11
-
Created Make Docker ALWAYS show logs, like is used to
AnsweredSince I recently updated, when using docker, I have to click EVERY SINGLE INSTANCE and select Show Logs. Before it would just do this, How can I get back this default behavior? Where is the setting... -
Edited Debugging with pytest via tox using an interpreter from docker-compose does not respect breakpoints
AnsweredUsing the Python plugin in IntelliJ (Ultimate 2018.2 on Ubuntu, fully updated plugins etc), I have my python project setup to work within docker (docker-compose). Everything is fine there, I can s... -
Created Getting the pycharm plugin to debug in docker
AnsweredSo there's this blog post: https://blog.jetbrains.com/pycharm/2017/03/docker-compose-getting-flask-up-and-running/ Great just what I want, EXCEPT once again they leave us IntelliJ users in the tras... -
Created Show the grid lines in the database view
AnsweredCan't seems to find a setting for this anywhere, so maybe someone here knows. When in a view of the data in a table, how do I show or change the color of the lines between the rows and the columns ... -
Created Changing File permissions
AnsweredBasically, how does one set the perms on a file within intelliJ? I'm just wondering if there is/where there is a basic 'right click' on a file in the project view (these are my local files on Ubunt... -
Edited How to setup Django for an existing project
AnsweredIs there an easy, built in way to do this, or do I need to manually copy the .iml file from a new project each time and change the settings? How does IntelliJ not find Django when importing an exis... -
Created Enable spell checking for all strings and comments
I'm editing a bunch of different (old) script files, some perl scripts, some bash and other bat files. Editing is fine, but I'd like to check my spelling within the files.Right now, I'm having to o...