Ashar
Ashar
There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below: 1....
C++ and Java have much common keywords. Modifying the C++ Highlighter we can build a Java highlighter. C/C++, Java and Python are most commonly used languages and for a code...
openCL tests on Appveyor are failing due to some vcpkg issue. As per my mentor @bassoy request, I am removing the openCL tests from the appveyor. The mentioned reason for...
CMake is a widely used Build System Files Generator. This PR adds the support for CMake into Boost.uBLAS. As a result following things can be built with CMake - Examples...
I have setup a cassandra cluster of 6 pods using the helm charts and I am connecting to that cluster with one known node. The application works fine, but occasionally...
Add vim mode ported from #516 ## Description Vim mode is one of the most requested feature for the editor, this PR is an attempt to port the vim mode...
Vim Cursor is a rectangle with the character inside of it. This commit adds a member function called `setVimCursor()` and `vimCursor()` that sets and retrieves the cursor type the QCodeEditor...
``` /* CODE HERE //*/ ``` The highlighting recognizes that this is a block comment and highlights the whole chunk, that is correct. However, if we add / at the...
**Is your feature request related to a problem? Please describe.** Whenever I am using the for loop or anything like that and not using the parenthesis then it just goes...
Adds support for protols so that it can be automatically installed and setup for protocol buffer files using mason.