- #3185 - @KronicDeth
- Replace uses of
Cell.horizontalAlign(HorizontalAlign)
The API is scheduled for removal and is replaced byCall.align(AlignX.FILL)
.
- Replace uses of
- #3214 - @KronicDeth
- Ignore
group:
for docs.
- Ignore
- #3242 - @KronicDeth
- Don't resolve built-in types against the index if index is updating.
- #3249 - @KronicDeth
findModuleForPsiElement
inmostSpecificSdk
in read action.
- #3250 - @KronicDeth
- Skip finding
mix.exs
for OTP apps if it can't be read.
- Skip finding
- #3251 - @KronicDeth
- Include
mix new
stderr inIOException
for better triage.
- Include
- #3251 - @KronicDeth
- Include
mix new
stderr inIOException
for better triage.
- Include
- #3252 - @KronicDeth
- Highlight binary numbers as usual in types.
- #3253 - @KronicDeth
- Highlight module attributes as usual in types.
- #3254 - @KronicDeth
- Use
org.apache.commons.lang.SystemUtils
instead oforg.codehaus.plexus.interpolation.os.Os
to detect if on Windows for Test marker file URL.
- Use
- #3260 - @KronicDeth
- Call
FileIndex.getContentRootForFile
inReadAction
when getting working directory formix format
.
- Call
- #3261 - @KronicDeth
- Don't include
null
target usage types when finding usage type across all targets.
- Don't include
- #3262 - @KronicDeth
- Skip bare Aliases when resolving Types.
- #3263 - @KronicDeth
- Exclude
.elixir_ls
directory when configuring newProject
s. If the.elixir_ls
directory is included the.beam
it produces can interfere with normalStubIndex
.
- Exclude
- #3271 - @KronicDeth
- Check if Internal Erlang SDK home path exists for SDK for New Project.
- #3288 - @KronicDeth
- Stop
prependingQualifiers
at EEx tags.
- Stop
- #3183 - @vanderson139
- Support 2023.1 RubyMine and WebStorm.
RubyMine and WebStorm have a
FIX
version of174
, which is less than IntelliJ's175
in IntelliJ 2023.1's builder number,231.8109.175
.
- Support 2023.1 RubyMine and WebStorm.
RubyMine and WebStorm have a
- #3172 - @KronicDeth
- Ignore from preload list that doesn't have square brackets.
When trying to resolve keyword keys to
from
, don't error on unknown keys if any previous key was preload as this may be a list of preloads that is missing the square brackets.
- Ignore from preload list that doesn't have square brackets.
When trying to resolve keyword keys to
- #3176 - @sh41
- Re-enable canary releases.
- #3180 - @KronicDeth
- Remove duplicate dependency on
com.intellij.modules.java
plugin.
- Remove duplicate dependency on
The CHANGELOG for v14 can be found in the v14.01 tag.