Bob Jones
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 37
- Subscriptions 25
-
Created How to get file from resources
AnsweredSimply put, I have an audio directory with the file main.wav. The directory is marked as a Resource Root. I wish to know how to get files from the audio resource root just like Java has getClass().... -
Edited PyCharm Project Interpreter not installing packaging tools
CompletedI get this when I go into PyCharm -> Preferences -> Project: csciLabs -> Project Interpreter Edit: Now, I get this after clicking install packaging tools -
Created Prevent empty brackets with whitespace or newlines
AnsweredSimply put, if a method has no code in it but only whitespace and/or newlines, I would like to remove said whitespace and/or newlines. Let's give three examples of methods (can apply to if statem... -
Created Readd IntelliJ curly bracket highlighting after importing format
AnsweredI imported an xml color profile/format for my code, but this removed the golden curly bracket highlighting IntelliJ had prior. How can I readd this? -
Created Switch between method or constructor parameters
AnsweredSimply put, is there a shortcut that allows one to switch between method or constructor parameters back and forth? For instance, let us say we have a void method foo that accepts three integers: x,... -
Created Export all settings, themes, etc.
AnsweredSimply put, I have a new computer and would like to export everything from the IntelliJ on my old computer. What is the best way to do this? -
Created How can I have my project settings saved every time I clone my repository?
AnsweredBefore I continue, I have read https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html. It hasn't helped me because, being the new user that I am, I do not quite understand it. First of ... -
Created How to make IntelliJ build to bin directory
AnsweredSimply put, I want to be able to change the build directory in the Project Compiler Output to my bin folder. However, what it currently does is export it to bin/production/ProjectName. How can I no... -
Created How can I have the JavaDoc show up on the hovered item with Control + J, not the item on the line selected
AnsweredSo, I do not know if this is possible, but I would like a combination of the java doc on hover and java doc when control J is pressed shortcuts. I would like for the control J to be applied to th... -
Edited How do I hide vertical code folding lines in IntelliJ?
AnsweredIt is as the title says. How can I hide these vertical, white code-folding lines? I know I can hide the outline lines by going to Editor -> General -> Code Folding and unchecking the "Show code fo...