Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
John Crawford
Total activity
16
Last activity
January 19, 2023 17:32
Member since
July 13, 2022 15:53
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (2)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
January 14, 2023 17:52
Happy to say I found an answer - it isn't required to pass in the full set of auto-generated flags, it turns out that https://stackoverflow.com/questions/68019574/how-to-include-wxwidgets-headers-i...
Community
CLion
How to add compile-flags to config (solving another problem of WxWidgets missing setup.h"
0 votes
Created
January 13, 2023 17:55
Upon further reading, they're not actually multiple-value parameters, but a backtick-delimited command, to the `wx-config` executable part of `WxWidgets`. The actual result of those is this: `wx-co...
Community
CLion
How to add compile-flags to config (solving another problem of WxWidgets missing setup.h"
0 votes
Created
January 13, 2023 17:41
Thanks for the information. Could you expand a bit on the syntax to pass in multiple-value parameters? I have tried several things, and not been able to get it to work. Example: set(CMAKE_CXX_FLAGS...
Community
CLion
How to add compile-flags to config (solving another problem of WxWidgets missing setup.h"
0 votes
Created
July 27, 2022 22:44
Well, that makes one of us. :) I updated from 2022.1.3, to 1.4, just to check - and same issue.
Community
PyCharm
Unconfigurable Auto Remove of Unused Python Imports
0 votes
Created
July 27, 2022 13:41
I have to second this question - just discovered this "bug", when I moved a file to a sub-directory, and suddenly my git-status had half a dozen files modified. I did not do a code Reformat, just a...
Community
PyCharm
Unconfigurable Auto Remove of Unused Python Imports
0 votes
Created
July 14, 2022 18:23
Ah, yes, it does. Wups - apparently that option I had only done Border, nothing else, which didn't work. When I tried a color-change, it worked, thanks. It also worked with non-Border types like Un...
Community
IntelliJ IDEA Users
How to configure Rust inline-hints?
0 votes
Created
July 14, 2022 16:14
The Foreground/background do certainly work, but then my question is, what is the specific field-name that needs to be edited? Both of the outlined terms (my outline) are inferred by the compiler,...
Community
IntelliJ IDEA Users
How to configure Rust inline-hints?
0 votes
Created
July 14, 2022 13:34
That partly worked, thanks. It did the function-variables, anyway, but none of the options I tried, seem to affect the variable-hints ("let context: Bterm = BTermBuilder", where BTerm is the hint)....
Community
IntelliJ IDEA Users
How to configure Rust inline-hints?
0 votes
Created
July 13, 2022 19:34
Thanks for the reply. Looking there, it seems that the only configuration is to disable hints. So there is no option to change the background-color, etc? Similar to other language options?
Community
IntelliJ IDEA Users
How to configure Rust inline-hints?
0 votes