yunkot

Results 5 issues of yunkot

Can reproduce this with latest CodeLite commit 4a1a818412812385ffdc06ae8316d3645e787c52 and wxWidgets commit https://github.com/wxWidgets/wxWidgets/commit/667c5c843b89ed46e3a64242f94487866cb8c3be (as CodeLite doesn't compile with latest one), running on Debian 11, GNOME 3.38.6 under Xorg. I can also...

CodeLite build b78446b5c7e2e19a1dea0371812bb15d01fc6356. Running on Arch with stock wxWidgets version 3.2, GNOME 42.3 on top of Xorg. When compiling the project with either GCC or Clang, the text in Output...

bug

### What happened? CodeLite does not seem to be able to detect existing installations of mingw-w64 on Windows. In my case, I have the following paths with existing installations: c:\mingw\x64\mingw64\bin...

bug

### What happened? Consider the following code: ``` // hello world void myFunc(void) { // some code callOtherFunc(); } ``` If you select aforementioned block and press "Ctrl + /",...

bug

### Describe your idea in details A couple of years ago, CodeLite was coming with "RettaLight" color theme, which was also default back then. At some point, it disappeared from...

Feature