David P

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Is there a way to always show the method signature containing the caret at the top of the editor
In PyCharm, I've noticed that when the caret moves through a large json file, a listing of the containing objects appears at the top of the editor. This would be very useful in CLion if method sign... -
Created How to change the color of scrollbar scrubbers/thumbs?
I've searched Preferences and can't find a way to change the color of scrollbar scrubbers/thumbs. (I'm using Darcula and the light grey of the scrubber gets lost among the other color indicators at... -
Created Different tabs for search/find-in-path results
When starting a new find-in-path search, is there a way to make it appear under a new tab in the Find console so that results for other searches can be re-accessed quickly? -
Created How to sort in Structure view?
Items in Structure view seem to follow document order, and I can't find a way to sort, say, alphabetically or by most-recently-visited. Is either of these possible in this view? -
Created Is there a way to sync Appearance and Keymap across Jetbrain IDEs?
I use CLion and PyCharm, and would like to start using IDEA also. But the thought of manually syncing my keymap and appearance settings across them is daunting. Is there any way to configure and au... -
Created How to set a path prefix to be applied to all #include relative paths?
My workgroup uses CMake, and all the #include paths in our code are relative to a fixed folderpath X. For example, foo.cpp might #include "baz/foo.h" even though foo.cpp and foo.h are both in folde...