Bob Jones
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 37
- Subscriptions 25
-
Created DataGrip allow having AND on the same line as WHERE
AnsweredSimply put, I would like DataGrip to allow both of the following formats when it currently only allows the latter one. How would I do so? (I previously made a request for this unintentionally where... -
Created Allow queries to have columns all on the same line or on different lines
AnsweredBasically, I wish to modify my MySQL code style such that the following two queries would be acceptable: SELECT first_name, last_name, birth_sex FROM owner SELECT first_name, last_name, bi... -
Created How to prevent IntelliJ from changing file formatting if lines meet hard wrap constraints?
AnsweredEssentially, IntelliJ formats my code such that, even if it conforms to the 150 hard wrap limit, it will try to fit as much possible on each line. If this limit has not been exceeded, how can I t... -
Edited How to get relative resource from Python resource roots
AnsweredAccording to https://www.jetbrains.com/help/pycharm/content-root.html, PyCharm resource roots are defined as follows: Resource roots These roots are intended for resource files in your applicatio... -
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?