CLion のリリース

Released: Mar 29, 2023

2023.1.x での更新項目

2023.1.5

Updated Jul 18, 2023

Fixes

  • CLion gdb memory view issue with large number of bytes (4096) -- need gdb cmd logging.
  • IDE start fails with "CannotActivateException: Address already in use: bind".
  • "Copy Reference" on a line in Editor no longer copies "Path From Content Root" (instead it copies the path from the parent root e.g. source root, test root).
  • Custom Code Style settings are accidentally lost.

2023.1.4

Updated Jun 21, 2023

Fixes

  • Offer correct completion for QML imports after dot...

Released: Nov 30, 2022

2022.3.x での更新項目

2022.3.3

Updated Mar 10, 2023

Features

  • CMake debugger:
    • Now detects CMake errors more accurately and shows Debug hints in all necessary cases.
  • Other:
    • It is now possible to check the configuration status of Microsoft Windows Defender and update it directly from the IDE.

Fixes

  • CMake debugger:
    • Fixed the case when the IDE fails to connect to the CMake debugger.
  • Unit Testing:
    • Fixed an issue in the Catch2 integration to support versions 3.2.1 and higher.
  • Linker scripts:
    • Fixed the parsing of binary...

Released: Jul 27, 2022

2022.2.x での更新項目

2022.2.4

Updated Oct 11, 2022

Features

  • IAR language extensions are now supported. The code is now parsed and highlighted correctly.
  • Improved performance when working with language injections.
  • When you develop remotely using the thin client in CLion, the JetBrains client now rejoins the session after the Restart IDE action is called.

Fixes

  • Fixed several bugs in code analysis:
    • The Unreachable code warning is no longer triggered incorrectly in the switch-case branch.
    • The Condition is always true...

Released: Apr 14, 2022

2022.1.x での更新項目

2022.1.3

Updated Jun 22, 2022

Fixes

  • The Rename refactoring has been fixed and is now applied to the correct code range.
  • CLion now checks for changes in the environment after every CMake reload. This way the IDE will suggest that you clean the CMake cache and reload CMake when CLion decides it’s necessary. For example, this happens when Xcode is updated.
  • VCS:
    • Ctrl+Click (On Windows and Linux) / Cmd+Click (on macOS) in the Git Log panel has been fixed and now works as expected.
    • Resolved the UI...

Released: Dec 1, 2021

2021.3.x での更新項目

2021.3.4

Updated Mar 15, 2022

Features

  • Added support for MSYS2 MinGW, starting with version 9.0.0.6373.5be8fcd83-2.

Fixes

  • Bundled LLDB on Microsoft Windows has been fixed to allow the debugging of Rust code.
  • Fixed an issue with the remote SSH connection in cases where Python isn’t installed on your computer or there is no python in path /usr/bin/env. This issue also caused significant performance CPU usage and a hang.
  • Fixed the IDE’s behavior on macOS when using Cmd+Shift+[ and Cmd+Shift+] to...

Released: Jul 28, 2021

2021.2.x での更新項目

2021.2.3

Updated Oct 15, 2021

Features

  • Structure View now includes qualified names for any member functions shown there.
  • Code completion now works inside Google Test macros and the assert macro.

Fixes

  • Several issues in code completion have been addressed.
  • The IDE no longer fails to execute a Google parametric test instantiation (INSTANTIATE_TEST_CASE_P) when the Instantiation Name is empty.
  • Fixed an issue with detecting the WSL environment on Windows 1909.
  • Fixed an incorrect macro expansion in...

Released: Apr 7, 2021

2021.1.x での更新項目

2021.1.3

Updated Jul 7, 2021

Fixes

  • Fixes for CUDA:
    • Fixed red CUDA code with Visual Studio C++ toolchain.
    • Fixed the code completion in CUDA code that stopped working after including a normal C++ header file (*.h) to the CUDA files.
    • Fixed the incorrect error Use of undeclared identificator __cudaPushCallConfiguration.
  • IntelliJ-platform fixes:
    • JetBrains Runtime was updated to 11.0.11-b1341.60, which includes many UI fixes.
    • CLion no longer shows update notifications from disabled plugins.
    • Ctrl+Shift...

Released: Dec 2, 2020

2020.3.x での更新項目

2020.3.3

Updated Mar 16, 2021

Features

  • Makefile toolchain - When loading a Makefile project, CLion not only uses the make executable from the Makefile toolchain, but it also now takes compilers from it (if configured explicitly in the corresponding toolchain). This improves the consistency and accuracy of Clion's Makefile project support.

Fixes

  • A fix for the incorrect watchpoint types, and also for watchpoint property changes which previously were not propagated to watchpoints.
  • A fix for the...

Released: Jul 29, 2020

2020.2.x での更新項目

2020.2.5

Updated Nov 26, 2020

Fixes

  • For macOS Big Sur users:
    • Fixed an issue where opening a project in a new window results in opening the project in another tab.
    • Fixed a problem causing CLion to crash after exiting sleep mode.
  • UI:
    • Fixed Find and Replace actions forgetting the size of the text area if it was changed by the user.
  • VCS:
    • The pull dialog now correctly suggests pulling from the latest entered branch instead of the tracked branch.

2020.2.4

Updated Oct 8, 2020

Fixes

  • In the Clang-based...

Released: Jul 22, 2020

2020.1.3 での更新項目

不具合の修正

  • Resolved keyboard issue on Ubuntu 20.04 and Gnome 3.36 with the enabled IBus.
  • Resolved font rendering problem on Apple macOS Mojave.
  • Eliminated latency on accepting auto-completion suggestions.