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.
code snippets for auto-completion, for example, when we type `for` then it should create for loop like given below. ``` for(int i = 0; i < $Var; i++) { }...
New feature which can allow to create header file and cpp file. This feature is already available in Eclipse and Codeblocks as far as I know. Feature Behavior: 1. File...
If someone is interested, looking into adding juCi++ to [Flathub](https://flathub.org/) would be much appreciated. Note that the package name should be `jucipp` as in Arch Linux AUR and FreeBSD.
I made a code-color scheme for juCi++, inspired by the nord color scheme (https://github.com/arcticicestudio/nord) Here's how it looks, the left one is the created color scheme in juCi++, the right...
Jucipp linux builds are based around debian, support for redhat/centos/fedora builds and instructions should be provided.
currently the left window is showing the project dirctories and files, it would be nice to have another one to show the tag list of the current opened file.
I think it would make sense for the toolbars to have close buttons. I tried to implement it on my own but I wasn't sure how to make the button...
Would it be possible to add the ability to sort lines. Highlight lines, select from menu or use keyboard shortcut to sort selection. Similar to the sort functionality in vim?
It would be nice to have some interface to set CMake options and defines on a per-project basis. I know now we have the `cmake.command` config variable that one could...