Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cpeditor/cpeditor
The IDE for competitive programming :tada: | Fetch, Code, Compile, Run, Check, Submit :rocket:
https://github.com/cpeditor/cpeditor
14b77a08cb4b9c71865a05111bb4bde323380fc2 authored almost 5 years ago
0eae7ab553d927afa883eb3c8e1cec99bfb44cb1 authored almost 5 years ago
a63e361fc7d9d5c8008e3a78449ce2d6f345fc7a authored almost 5 years ago
"Opacity" = 100 - "Transparency"
In the current settings, it should be "Opacity" instead of
"Tr...
1. Use a single function with or without the label.
2. Set toolTip and whatsThis for QCheckBox.
This commit separates 3 options (use lint, use autocomplete, delay in
lint) to each of its langu...
7ddd64c6879ca5e210e3536289c586da403d3182 authored almost 5 years ago
This warning is silenced:
third_party/diff_match_patch/diff_match_patch.cpp: In member function...
0a23ef43d03c965858185283fbaf7143c3d63520 authored almost 5 years ago609deb115d6cdd2c11e1b8405bf81842ba852ad9 authored almost 5 years ago
Changes:
1. The submodule configs are fixed.
2. Add "-j$(nproc)" in order to build faster.
1. Reduce duplication.
2. Remove warnings of opening a file with an empty path.
7161542e917c853f66881ad1622b46b8d1c5338f authored almost 5 years ago
8fb15826f57fdd895a74bfa4293020bc3c766edf authored almost 5 years ago
This commit fixes an issue where some LSP like `ccls` requires rootUri.
It also adds better supp...
7347fc2c995634350babf9af778b824ee2040af8 authored almost 5 years ago
This resolves #237.
The shortcut of Detached Run is changed from Ctrl+Shift+D to Ctrl+Alt+D
to ...
This commit finalizes linting of error, warning via LSP for all
languauges. You need to install ...
Add support to whatsthis.
Updatae genSettings.
related issue: #211
2c3c46cef4e97d8ba4aefb874eedc12129799108 authored almost 5 years ago62591ee14a88593fc6938ccc4f681b94bbbaa56f authored almost 5 years ago
86d757cb09811f12a08dec54b5e9e2dbba6bfbfa authored almost 5 years ago
Add support to tooltips.
Update genSettings.
related issue: #211
ef6e99de0779911f776e64601bb5e172bf359ec2 authored almost 5 years ago959b2eb3a8d027a76ab0cea407291ba269644fde authored almost 5 years ago
00ca2287e576d2e45354cb6373c809cc51c8e1b6 authored almost 5 years ago
Now the pkgver of cpeditor-git is wrong, we can automatically update it
so that it will be easie...
All the LSP things recieve controls from Settings page now.
5fc3dd9a012f7debc98599636271c6f8eee353bb authored almost 5 years agofee57b70f6b72c614b8ee9802f8c51d027390d75 authored almost 5 years ago
So that we can force CI to pass in the branch protection rules.
1d3eee02ba07ebd8c3ea7985316d44e96439b447 authored almost 5 years ago
It seems that auto-formatting is not so useful and even brought some
troubles:
- On master, bec...
6216ab5bafb80287c848c5dc7e80a92f5a59f934 authored almost 5 years agob849d3b3632d0296d17891c7464a6d9549c9a95e authored almost 5 years ago
dc0dc9ca556fbc54dedc247436a8b96102b764a5 authored almost 5 years ago
cc33bb0df970487f0e2f5ffc0a923e14b7757cbc authored almost 5 years ago
78b3308bbf7cdb32b06abf3ab1c538485b8ac4d3 authored almost 5 years ago
56bae858f2f7280d319c2abae772027c07fc701f authored almost 5 years ago
a1c93ee2889e377ed2c9d5c21b8a6be6f588de90 authored almost 5 years ago
183c4cc598ff6198d658bcdfbbdfeada68c5cf05 authored almost 5 years ago
971636111e1be61bc5932748dc214bd060f017e8 authored almost 5 years ago
8a837540d5d0da672bf028633b1d66f851b69b87 authored almost 5 years ago
There are many bugs which happen only under some settings, so it's very
useful to add settings i...
This commit clears the LSP code from appwindow.cpp/hpp to its own
separate manager class that wi...
Because of the use of the secrets, the "Auto Clang Format" workflow
only works on push, but not ...
c972462e587ac6b30742ce5477e013a0f37c78d4 authored almost 5 years ago
Having different languages in one README makes things look ugly. As
ouuan recommended, we should...
1. Renamed Core/Formatter to Extensions/ClangFormatter.
In future we will add other formattte...
Edit is too generic, It could mean edit for values in input box or
Expected box or Code edit, bu...
4c01a0cbf95f9662785a036c9bad27362bfcf5ff authored almost 5 years ago
In https://wiki.archlinux.org/index.php/PKGBUILD#license, it says:
> (L)GPL3 — (L)GPL3 or any l...
2a68e515b2321c330eb4d629aa4a2722549b771f authored almost 5 years ago8702dd643d0a148b557bfe3c61326b35017206f8 authored almost 5 years ago
1. Show the name of the current snippet above the editor.
2. Show the name of the current snippe...
Move darkThemePalette to Util and check
`qApp->palette() == Util::darkThemePalette()`
instead of...
70342a4330ccfe04f479fb5ec9faaec837e51b9e authored almost 5 years ago
dcd90b9dfaab1b9e809f94714b2b9c0ab1d1c529 authored almost 5 years ago
18acb1fb3246839800277c9702383f2ff639d534 authored almost 5 years ago
4326fc6a93ac869c615718e07b480f39cca7e828 authored almost 5 years ago
51141089a441242d3a71a83a7321e12fd721c548 authored almost 5 years ago
2e5e6e07771231996619c8c37a517f460043c6e0 authored almost 5 years ago
253b3be0b8fdd24829a18e07959be3c5a4bfa35e authored almost 5 years ago
09358d6ff058f69d6b5091869cafa159fe79f2b7 authored almost 5 years ago
These files are moved to src/Settings
1. src/Preferences/*
2. src/Core/SettingsManager.*
3. set...
If we put the headers and the source files in the same directory, we
can find the files more eas...
fca44022485d0d19dca32d295bda7316ff014828 authored almost 5 years ago
96c536f25ce308fa006276dca53cc709ac3c6393 authored almost 5 years ago
This reverts commit 098e95bcb8071edf8c634ed2eb2bfa6de097d9c2.
I don't think the log is much bet...
c3717924b1395394c23369455aab1db8945768bc authored almost 5 years agof84cb329183ed186f6241f91d40af7c2a2d53daf authored almost 5 years ago
5284ccfe33b8b8f8e8ba83b51f389d84a6df961c authored almost 5 years ago
ef23026bc3ed3ad7911143df93b54b3be6be9bbd authored almost 5 years ago
Otherwise the bottom is too close to the edge.
fa49bef300f44d068cff05ad44efcb7901533f9b authored almost 5 years agofc46954eecefdc2cfdc27f7b7d1acbd57be5f15d authored almost 5 years ago
width() and height() are 0 before the first show, so the position was wrong.
Now it's fixed.
69acf11777e87634a037be487dfa1356f1c1930f authored almost 5 years ago
move genSettings from configure stage to build stage
move time check in genSettings to CMakeLists
fix python code to pass codacy test
now genSettings will check modified time
rewrite genSettings.sh to genSettings.py
now genSettings.py will be called during cmake configur...
If the user uses multiple screens, the old resizing can be bad.
258e450fe99862551cf2de8e6dda5c9cb6cc23df authored almost 5 years agoc2bfefa6b59170570740a6fae0dcb27673c9b03b authored almost 5 years ago
If the code was the unmodified template, when switching to another
language, the codes should be...
The checker is always written in C++.
cd134738760d7f58c5c3778770ea0dec4947c2d1 authored almost 5 years ago1. Add Advanced/Limits Preferenes Page.
2. Add Output Length Limit, which will restrict the len...
5ab6b02c94a4e575229a0ff3107b6bd404bb9a1f authored almost 5 years agoIt is backward compatible.
c6d0ad993aba7c46b18325db233edd906f1ec516 authored almost 5 years agodead0b9c6c55c83d18713090ae52899ac27826b9 authored almost 5 years ago
bd027151a2f924a404bbdfd389132376de41ee67 authored almost 5 years ago
Added:
1. Clear selections
2. Collapse all
3. Clear search
4. Set focus to search
Changed: Swi...
78d9f899970f1ca1a1d3cf6354afb295537e9dd7 authored almost 5 years ago1. Don't align this page to the top so that it can expand well.
2. Don't wrap text.
9ad98a3fe8b87beca9e35a23c7d436065edc31db authored almost 5 years ago
The "Enable hotkeys" option is removed, because it's useless —— you
can simply either not use th...
df40ffe7aa01b151ea2b86ae897483b1d5f28fc0 authored almost 5 years ago
It looks better when we put the checkboxes together.
abb23fecaa7cddf70eabc49499cf15d39d9a3163 authored almost 5 years agoeb14bc77f089a7a06a30561433da5d8e3f1a0859 authored almost 5 years ago
5fd628a0a0230f8365104778f903c5e57bf21bc1 authored almost 5 years ago
Use QStringList instead of PreferencesWindowTemplate as a parameter
PreferencesWindow::addPage.
2560c407d3ce90c0f4fac6b371537bd635ffb28c authored almost 5 years ago
9827494d3621589af85b92b94811c9c4617a81e1 authored almost 5 years ago
ce32a6b14b3de36a90d56ef1d6649de600b8f18f authored almost 5 years ago
d7ffa207698ec9c4dc2937e148699684af12b58b authored almost 5 years ago
change key 'desc' to 'name', add key 'desc'
add extensions page
add format.sh to format codes
e28f4154399aeceec9b6408e87b1846f1161756b authored almost 5 years ago
git diff --exit-code: Use exit-code to show whether there are changes,
and show the diff as well...
This commits removed all `invoked` messages and makes every log more
informative and robust. It ...
This commit fixes the problem where minimum installation target was 10.15 by default because at ...
a3ef20df32341ea62b765c37480dbf1cda085f38 authored almost 5 years agod5b0484bbef94c8654ff3107e1972ad5ac229aae authored almost 5 years ago
82b2920e7cd2082c041050621464ec6a05c0014a authored almost 5 years ago
Auto parse the last item in path as the title, unless it is 'general'
Add signal pathChanged in ...