61
Development / Re: code completion breaks after changing header file
« Last post by Miguel Gimenez on May 22, 2025, 04:03:16 pm »Are you using the legacy code completion plugin (default) or the new Clangd_client plugin?
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
Could be false positives. But if there is no way of knowing then there's always a risk it isn't.There is a way to approach actual risk value: look at positive flag risen. If there are "heuristic" only, this is b/s .
mkdir -p ~/devel/kicad/cb_build && cd ~/devel/kicad/cb_build && \
cmake \
-DOCC_INCLUDE_DIR="${MINGW_PREFIX}"/include/opencascade \
-DKICAD_BUILD_QA_TESTS=OFF \
-DNANODBC_DISABLE_ASYNC=1 \
-G"CodeBlocks - MinGW Makefiles" .. > log.txt