Robert Nicholson

- Total activity 179
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 66
-
Edited Can you hide code that coverage says isn't used?
AnsweredSo at work we have some methods that are 400 lines long. Not many but some.Currently I know the use cases I'm testing and can see which code isn't used based on red in the gutter.My question is is ... -
Created Break points not hitting as expected.
AnsweredI'm finding occasionally that if I start using force run to cursor a lot eventually the break points will stop getting hit when I'm no longer forcing. Has anybody noticed this in any recent 2023 re... -
Created Why can’t I force run to a conditional breakpoint?
AnsweredWant to be able to force run to a breakpoint but only if the condition is true. -
Created How to turn off spinning wheels in Console panel?
AnsweredI'd rather not see my IDE with spinning wheels when I'm running the server locally. Is there anyway to disable the spinning wheel animations that are visible in the console panel when running the a... -
Edited Anyway to control the formatting of annotations based on their package name?
AnsweredI find myself wanting to easily separate annotations related to openapi from non-openapi Is there any way I can control how annotations are displayed back on their package names? -
Created Why would auto indent stop working on a mac?
Answeredon my mac option cmd l ( as in L) is working fine. However, option cmd I (as in eye) isn't working. Any idea what can cause this stop working? Using 2023.1 -
Created Anyway to preserve local history across version upgrades?
AnsweredDoes any facility exist to preserve local history when doing version upgrades? -
Created Why does find all in files not show me all occurrences in yellow?
AnsweredWhen using find/replace all in Files I'm not seeing all matches in yellow as I would expect. When I click on a match it also doesn't show me all occurrences highlighted either so I have no confiden... -
Created Copying multi line text into a .properties file?
AnsweredCan Idea handle recognising multiline text and creating the line continuation characters at the end of each line in a .properties file? -
Created How do disable all syntax highlighting?
AnsweredI don't mean per file, per file type etc but I want to disable it across the board because I need to get something done and want IDEA to be a bare bones editor whilst I do it since at the moment th...