jucipp
jucipp copied to clipboard
A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
When clicking on a variable (or other), the name gets bold and change size thus causing the rest of the line in the document to move. Visually, this makes it...
Just found this project but it looks awesome ! I put _better_ in between " because it's only a suggestion and it might be a bit subjective. Any plan to...
I just wrote into the wrong main.cpp because I didn't realize that it was the file from the older project and not the new one
I have the following CMakeLists.txt: ``` FILE(GLOB_RECURSE SOURCES "src/*") add_executable(server ${SOURCES}) ## SAMPLE APP FILE(GLOB_RECURSE SOURCES_SAMPLE "sample/*") add_executable(sample ${SOURCES_SAMPLE}) ``` Compile and Run opens the server executable. Is there a...
See below the output I get when building my cmake project. CMake outputs various color escapes and the build console does not look to be able to handle them, so...
I use std::shared_mutex in my project. And it compiles fine. But autocomplete does not find the type and declares my whole class as useless. I dont really know what you...
In the past i have tried this project on MSYS2 and failed to get the App to launch properly (issue with GTK). I am now going back to Linux and...
It would be a nice feature to support additional notebook/sourceview windows, which would make the work with multiple screens more comfortable. I made a little effort already and if you...
Hello, Maybe it will sound a bit odd, but would it be possible to implement an option to auto change editor style(dark-light) depending of the time of the day(local clock)?...
code folding on `{}` brackets similar to any other modern ide like codeblocks or eclipse