jucipp icon indicating copy to clipboard operation
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.

Results 39 jucipp issues
Sort by recently updated
recently updated
newest added

Work on https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-clang is needed to achieve lldb support on MSYS2.

enhancement
help wanted
solved

Since we are currently switching from CMake to Bazel I was wondering whether you'd accept a patch that was building in support for Bazel.

enhancement
help wanted

Hello, If I try to modify the build system (CMakeList.txt for example), jucipp gets stuck forever with "Creating/updating default build" window. ![stuck](https://cloud.githubusercontent.com/assets/17119950/19921585/cdd43bce-a0de-11e6-8dcb-d93228648097.PNG) When it happens, I have to kill the...

solved

Would be nice to have some sort of file template system. Where you could just replace some placeholders. That way it would be easy to add a new class with...

I'm sure most people use keyboard shortcuts for such things, but I tend to use the mouse to control menus. Would it make sense to add / is there a...

... mostly for applications using gtk ... because of the really great idea to forbid inclusion of selected headers but instead require to include full gtk.h. This IMHO gets worse...

Feel free to help us finish the debian/\* files. Would also be great if someone would like to be package maintainer, if or when that time comes.

enhancement
help wanted

![raw string literals](http://i.imgur.com/iRmZ5zG.png) Code fragment used: ``` int main() { R"( "test\n" )" == "test\n"; R"( "te\tst\nkol\\\\es" )" == "te\tst\nkol\\\\es"; R"( "\112\113\114" )" == "\112\113\114"; R"***( "\"\x53\x5A" )***" == "\"\x53\x5A";...

wontfix

I've been thinking about our dependency stack quite a lot. A lot of people are refusing to compile programs with for instance boost dependencies. [[1]](https://www.reddit.com/r/programming/comments/28oxfd/why_boost_gives_me_nightmares/) Kodi is commiting headers into...

discussion