Eran Ifrah

Results 190 comments of Eran Ifrah

Unfortunately, there is no easy fix for this... the problem is that the scrollbar is "flooded" by page-down events. However, the build tab is configured to open the file when...

the only thing that was changed in this code, is the wxWidgets version ...

Do you know to differentiate between `FreeBSD` and `Linux` using `CMake`? i.e. I can use this code: ```cmake EXEC_PROGRAM(uname OUTPUT_VARIABLE SYSTEM_NAME) SET(SYSTEM_NAME "${SYSTEM_NAME}" CACHE INTERNAL "") IF(SYSTEM_NAME STREQUAL "Linux") .....

Adding the `bug` label will prevent the bot from touching this bug

the tooltip is there, disabled by default. `settings-> code completion -> display type info tooltip` https://docs.codelite.org/plugins/lsp/#cmake-clangd-ctagsd

you will need to rebuild CodeLite. The binary file `codelite-ctags` provided with CodeLite probably does not run on freebsd. I have updated the source code to build it on *nix...

I checked wxSTC support for languages and I could not find meson... is it similar to another language? FYI: These are the list of supported languages by Scintilla: ```c++ #define...

Can you provide steps to reproduce?

The entire code completion is undergoing refactoring. we now entirely relying on the Language Server to provide code completion (including: find-references, find-symbol, rename-symbol etc). This feature will be re-added once...