codelite
codelite copied to clipboard
A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
### What happened? If you double-click (select) a block of text in a .cpp file, it'll highlight other instances of that same text in the file. This is currently missing...
### What happened? After a random time 2min - 30min codelite crashes. It is running stable on a raspberry pi 3b+ with debian (bookworm) 32bit. It crashes on a raspberry...
### What happened? Hey guys. I have a problem. when I build/rebuild a C++ code in codelite. and when the terminal pops up. there is no output. there is a...
### What happened? I am running CodeLite 17.0 on a clean debian bookworm install. clan version = 14 I have 'Generate compile_commands.json file' checked, but there is no compile_commands.json file...
### What happened? This a follow on from the now closed issue #3197 Unable to build codelite on Windows 10 When double clicking build-release/bin/codelite.exe the following errors are displayed: 1....
### What happened? [Question]: how to change the line number margin color for modified lines ? ### Version Self compiled ### Operating system Linux ### Steps to reproduce _No response_...
### What happened? Fix failing tests: (CxxParser) - test_cxx_lambda_args - test_cxx_lambda_locals - test_locals_inside_for_inside_lambda - test_local_in_std_for_each (PhpParser) - test_long_chain - test_variable_1 - test_variable_assigned_from_function - test_global_variable_assigned_from_function - test_var_assigned_from_require - test_phpdoc_var_in_class (ctags) -...
According to https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#extra-generators > Deprecated since version 3.27: Support for "Extra Generators" is deprecated and will be removed from a future version of CMake. IDEs may use the [cmake-file-api(7)](https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html#manual:cmake-file-api(7)) to...
### Describe your idea in details Currently cppchecker plugin configuration handles three variables, namely `${cppcheck}`, `${WorkspacePath}` and `${CurrentFileFullPath}`. The first one is not handled properly - I have cppcheck installed...
### What happened? It only happens to me or is inserting doxygen comments broken? Clicking on the contextual menu "Code generation refactoring" -> "Insert doxygen comments" simply nothing happens. I'm...