- GUI: Try to hide the external console window on Windows. See "The console window is not hidden under Windows 11" for additional information.
- GUI: Add the 'Hack' font.
- Fix: Copy the tutorial project files on initial run.
- GUI: Remove
qt.conf
which seems to improve the menu font rendering under Windows
- GUI: Fix non-working dialogs i.e. the selected action weren't executed
- C/C++: Disabled indexing of non-trivial destructor calls. See #7 (comment) for further details.
- Installation: Add Debian packaging
- C/C++: Add indexing of the deduced type of auto variables
- C/C++: Add indexing of user defined conversion operators
- C/C++: Add indexing of non-trivial destructor calls
- C/C++: Update libClang/LibTooling to Clang 18
- C/C++: Add indexing of the deduced type of auto variables
- C/C++: Add indexing of user defined conversion operators
- C/C++: Update support for C++ standards C++20, C++23
- C/C++: Update detection of 'Global Include Paths' for Visual Studio 2017, 2019, 2022
- Java: Generalize detection of JRE/JVM
- Java: Generalize detection of Maven
- Java: Update support for Java Standard 16, 17, 18, 19, 20
- Framework: Update libClang/LibTooling to Clang 16/17
- Framework: Switch from Qt5 to Qt6