Chris
Chris
Implements https://youtrack.jetbrains.net/issue/IDEA-206965
Implements https://youtrack.jetbrains.net/issue/IDEA-206930
Solves https://youtrack.jetbrains.com/issue/IDEA-195932 Currently, "Check connection" is disabled for "No proxy", which doesn't make sense.
Is it possible to run this analysis for more than one class at once? Where would I need to start if I wanted to add this to the plugin?
New folding for LocalDate's isBefore/isAfter and LocalDate.of(2015, 1, 15) as literals (2015-01-15 or 2015Y-01M-15D) 
This should fix #130 by using isReferenceToReference which first does a null check on the result of r.resolve()
On the latest IntelliJ EAP, I get this sometimes when opening an editor, which causes the editor loading to abort, just showing an infinite loading spinner. ``` 2019-01-01 14:09:52,947 [11213281]...
Currently, the settings are per-project. However, the settings file cannot be committed to VCS because they contain machine-specific paths. Maybe path variables could be used in `hotswap_agent.xml` to make the...
Hi, I'm trying not go get hilighted by a certain bot. This is what I have tried: ``` /TRIGGER ADD -all -mask 'BotNick!*@*' -regexp '(al)(shain)' -nocase -replace '$1\x02\x02$2' ``` I...
Feature request: Allow more flexible control over when the popup closes for both DateInput and DateRangeInput Currently, enter to close only works if "closeOnSelection" is true. See also: #1825