Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
CP Editor
Together we are building the best editor for Competitive Programmers.
Collective -
Host: opensource -
https://opencollective.com/cpeditor
- Website: https://cpeditor.org
- Code: https://github.com/cpeditor
1. Reduce duplication.
2. Remove warnings of opening a file with an empty path.
github.com/cpeditor/cpeditor - 7161542e917c853f66881ad1622b46b8d1c5338f authored over 4 years ago by ouuan <[email protected]>
This fixes #11.
This is only a workaround. The QFramedTextAttribute solution seems not
possible...
github.com/cpeditor/cpeditor - 8fb15826f57fdd895a74bfa4293020bc3c766edf authored over 4 years ago by Ashar Khan <[email protected]>
This commit fixes an issue where some LSP like `ccls` requires rootUri.
It also adds better supp...
github.com/cpeditor/cpeditor - 7347fc2c995634350babf9af778b824ee2040af8 authored over 4 years ago by Ashar Khan <[email protected]>
I got the error "Notification textDocument/didChange before
initialization" after the last commi...
github.com/cpeditor/lsp-cpp - 4843650cb87d98266de9e326c5287f48f8e7bb74 authored over 4 years ago by Ashar Khan <[email protected]>
The old method moves the window to make the squiggles visible when
adding squiggles.
github.com/cpeditor/QCodeEditor - f3c534fb6d4b47a2351f388133ca0dab1bfce2b1 authored over 4 years ago by ouuan <[email protected]>
This resolves #237.
The shortcut of Detached Run is changed from Ctrl+Shift+D to Ctrl+Alt+D
to ...
The behavior is the same as Sublime Text 3.2.2.
github.com/cpeditor/QCodeEditor - ecb2c3c289f5bcb90011e7be14c17f1e7cfc87a5 authored over 4 years ago by ouuan <[email protected]>github.com/cpeditor/QCodeEditor - 1bec856c93fe1b9ed939b58d005a6d4f4cdf7807 authored over 4 years ago by ouuan <[email protected]>
This commit finalizes linting of error, warning via LSP for all
languauges. You need to install ...
github.com/cpeditor/QCodeEditor - 0c97525f3d0b625bc3d2d38f07b7230ddc4f92d1 authored over 4 years ago by Ashar Khan <[email protected]>
In some cases the clear function failed because the stored start and
stop position of underline ...
This commit adds following new changes to QCodeEditor API
1. Pick color for error and warning f...
github.com/cpeditor/QCodeEditor - 8c0d19e3a33f870367fbac2eb005b0745be76c4e authored over 4 years ago by Ashar Khan <[email protected]>
Add support to whatsthis.
Updatae genSettings.
related issue: #211
github.com/cpeditor/cpeditor - 2c3c46cef4e97d8ba4aefb874eedc12129799108 authored over 4 years ago by nekosu <[email protected]>github.com/cpeditor/cpeditor - 62591ee14a88593fc6938ccc4f681b94bbbaa56f authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 86d757cb09811f12a08dec54b5e9e2dbba6bfbfa authored over 4 years ago by Ashar Khan <[email protected]>
Add support to tooltips.
Update genSettings.
related issue: #211
github.com/cpeditor/cpeditor - ef6e99de0779911f776e64601bb5e172bf359ec2 authored over 4 years ago by nekosu <[email protected]>github.com/cpeditor/cpeditor - 959b2eb3a8d027a76ab0cea407291ba269644fde authored over 4 years ago by Ashar <[email protected]>
github.com/cpeditor/cpeditor - 00ca2287e576d2e45354cb6373c809cc51c8e1b6 authored over 4 years ago by ouuan <[email protected]>
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.
github.com/cpeditor/cpeditor - 5fc3dd9a012f7debc98599636271c6f8eee353bb authored over 4 years ago by Ashar Khan <[email protected]>github.com/cpeditor/cpeditor - fee57b70f6b72c614b8ee9802f8c51d027390d75 authored over 4 years ago by ouuan <[email protected]>
So that we can force CI to pass in the branch protection rules.
github.com/cpeditor/cpeditor - 1d3eee02ba07ebd8c3ea7985316d44e96439b447 authored over 4 years ago by ouuan <[email protected]>
It seems that auto-formatting is not so useful and even brought some
troubles:
- On master, bec...
github.com/cpeditor/cpeditor - 6216ab5bafb80287c848c5dc7e80a92f5a59f934 authored over 4 years ago by ouuan <[email protected]>github.com/cpeditor/cpeditor - b849d3b3632d0296d17891c7464a6d9549c9a95e authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - dc0dc9ca556fbc54dedc247436a8b96102b764a5 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - cc33bb0df970487f0e2f5ffc0a923e14b7757cbc authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 78b3308bbf7cdb32b06abf3ab1c538485b8ac4d3 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 56bae858f2f7280d319c2abae772027c07fc701f authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - a1c93ee2889e377ed2c9d5c21b8a6be6f588de90 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 183c4cc598ff6198d658bcdfbbdfeada68c5cf05 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 971636111e1be61bc5932748dc214bd060f017e8 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 8a837540d5d0da672bf028633b1d66f851b69b87 authored over 4 years ago by Ashar Khan <[email protected]>
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 ...
github.com/cpeditor/cpeditor - c972462e587ac6b30742ce5477e013a0f37c78d4 authored over 4 years ago by Ashar Khan <[email protected]>
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...
github.com/cpeditor/cpeditor - 4c01a0cbf95f9662785a036c9bad27362bfcf5ff authored over 4 years ago by ouuan <[email protected]>
In https://wiki.archlinux.org/index.php/PKGBUILD#license, it says:
> (L)GPL3 — (L)GPL3 or any l...
github.com/cpeditor/cpeditor - 2a68e515b2321c330eb4d629aa4a2722549b771f authored over 4 years ago by ouuan <[email protected]>github.com/cpeditor/cpeditor - 8702dd643d0a148b557bfe3c61326b35017206f8 authored over 4 years ago by ouuan <[email protected]>
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...
github.com/cpeditor/cpeditor - 70342a4330ccfe04f479fb5ec9faaec837e51b9e authored over 4 years ago by Ashar Khan <[email protected]>
github.com/cpeditor/cpeditor - dcd90b9dfaab1b9e809f94714b2b9c0ab1d1c529 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 18acb1fb3246839800277c9702383f2ff639d534 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 4326fc6a93ac869c615718e07b480f39cca7e828 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 51141089a441242d3a71a83a7321e12fd721c548 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 2e5e6e07771231996619c8c37a517f460043c6e0 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 253b3be0b8fdd24829a18e07959be3c5a4bfa35e authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 09358d6ff058f69d6b5091869cafa159fe79f2b7 authored over 4 years ago by Ashar Khan <[email protected]>
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...
github.com/cpeditor/cpeditor - fca44022485d0d19dca32d295bda7316ff014828 authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 96c536f25ce308fa006276dca53cc709ac3c6393 authored over 4 years ago by ouuan <[email protected]>
This reverts commit 098e95bcb8071edf8c634ed2eb2bfa6de097d9c2.
I don't think the log is much bet...
github.com/cpeditor/cpeditor - c3717924b1395394c23369455aab1db8945768bc authored over 4 years ago by ouuan <[email protected]>github.com/cpeditor/cpeditor - f84cb329183ed186f6241f91d40af7c2a2d53daf authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 5284ccfe33b8b8f8e8ba83b51f389d84a6df961c authored over 4 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - ef23026bc3ed3ad7911143df93b54b3be6be9bbd authored over 4 years ago by ouuan <[email protected]>
Otherwise the bottom is too close to the edge.
github.com/cpeditor/cpeditor - fa49bef300f44d068cff05ad44efcb7901533f9b authored over 4 years ago by ouuan <[email protected]>github.com/cpeditor/cpeditor - fc46954eecefdc2cfdc27f7b7d1acbd57be5f15d authored over 4 years ago by ouuan <[email protected]>
width() and height() are 0 before the first show, so the position was wrong.
Now it's fixed.
github.com/cpeditor/cpeditor - 69acf11777e87634a037be487dfa1356f1c1930f authored over 4 years ago by nekosu <[email protected]>
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.
github.com/cpeditor/cpeditor - 258e450fe99862551cf2de8e6dda5c9cb6cc23df authored almost 5 years ago by ouuan <[email protected]>github.com/cpeditor/cpeditor - c2bfefa6b59170570740a6fae0dcb27673c9b03b authored almost 5 years ago by ouuan <[email protected]>
If the code was the unmodified template, when switching to another
language, the codes should be...
The checker is always written in C++.
github.com/cpeditor/cpeditor - cd134738760d7f58c5c3778770ea0dec4947c2d1 authored almost 5 years ago by ouuan <[email protected]>1. Add Advanced/Limits Preferenes Page.
2. Add Output Length Limit, which will restrict the len...
github.com/cpeditor/cpeditor - 5ab6b02c94a4e575229a0ff3107b6bd404bb9a1f authored almost 5 years ago by ouuan <[email protected]>It is backward compatible.
github.com/cpeditor/cpeditor - c6d0ad993aba7c46b18325db233edd906f1ec516 authored almost 5 years ago by ouuan <[email protected]>github.com/cpeditor/cpeditor - dead0b9c6c55c83d18713090ae52899ac27826b9 authored almost 5 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - bd027151a2f924a404bbdfd389132376de41ee67 authored almost 5 years ago by ouuan <[email protected]>
Added:
1. Clear selections
2. Collapse all
3. Clear search
4. Set focus to search
Changed: Swi...
github.com/cpeditor/cpeditor - 78d9f899970f1ca1a1d3cf6354afb295537e9dd7 authored almost 5 years ago by ouuan <[email protected]>1. Don't align this page to the top so that it can expand well.
2. Don't wrap text.
github.com/cpeditor/cpeditor - 9ad98a3fe8b87beca9e35a23c7d436065edc31db authored almost 5 years ago by ouuan <[email protected]>
The "Enable hotkeys" option is removed, because it's useless —— you
can simply either not use th...
github.com/cpeditor/cpeditor - df40ffe7aa01b151ea2b86ae897483b1d5f28fc0 authored almost 5 years ago by ouuan <[email protected]>
It looks better when we put the checkboxes together.
github.com/cpeditor/cpeditor - abb23fecaa7cddf70eabc49499cf15d39d9a3163 authored almost 5 years ago by ouuan <[email protected]>github.com/cpeditor/cpeditor - eb14bc77f089a7a06a30561433da5d8e3f1a0859 authored almost 5 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 5fd628a0a0230f8365104778f903c5e57bf21bc1 authored almost 5 years ago by ouuan <[email protected]>
Use QStringList instead of PreferencesWindowTemplate as a parameter
PreferencesWindow::addPage.
github.com/cpeditor/cpeditor - 2560c407d3ce90c0f4fac6b371537bd635ffb28c authored almost 5 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - 9827494d3621589af85b92b94811c9c4617a81e1 authored almost 5 years ago by ouuan <[email protected]>
github.com/cpeditor/QCodeEditor - 85fd0622b223f0706eb3909b503b57846ab2e9f2 authored almost 5 years ago by ouuan <[email protected]>
See also: https://doc.qt.io/qt-5/implicit-sharing.html
The header is also formatted.
github.com/cpeditor/QCodeEditor - e2ead14d51872f270569c90db5e89b80689bc435 authored almost 5 years ago by ouuan <[email protected]>QTextCursor::Down doesn't work as expected when text wrap is on.
github.com/cpeditor/QCodeEditor - e5fcc59da7df9669485634d352a27f14eb9c5aa1 authored almost 5 years ago by ouuan <[email protected]>To build the example, please use `cmake .. -DBUILD_EXAMPLE=On`
github.com/cpeditor/QCodeEditor - 0a90f8fa510c26d45bf8c2d99e8d5aba358e7f0f authored almost 5 years ago by ouuan <[email protected]>github.com/cpeditor/QCodeEditor - 3ea0f38480938a721e76015a0d634c3724293b81 authored almost 5 years ago by ouuan <[email protected]>
This commit adds squiggle and unsquiggle method for underlining and
un-underlining the code with...
github.com/cpeditor/cpeditor - ce32a6b14b3de36a90d56ef1d6649de600b8f18f authored almost 5 years ago by ouuan <[email protected]>
github.com/cpeditor/cpeditor - d7ffa207698ec9c4dc2937e148699684af12b58b authored almost 5 years ago by ouuan <[email protected]>
change key 'desc' to 'name', add key 'desc'
add extensions page
add format.sh to format codes
github.com/cpeditor/cpeditor - e28f4154399aeceec9b6408e87b1846f1161756b authored almost 5 years ago by ouuan <[email protected]>