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

style: Format Markdown files (#16)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

github.com/cpeditor/cpeditor.github.io - bf9352283cdedaea6f4cc8d2b189729facff6364 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add the structure of the documentation

github.com/cpeditor/cpeditor.github.io - b1c7a16e7ab0bbb9f8353bfc9a7ced9dde347f43 authored over 4 years ago by ouuan <[email protected]>
remove(LSP) unsed declaration

github.com/cpeditor/cpeditor - 197417dac43b0b90fd41fd6a91721f7ca1db8a0b authored over 4 years ago by Ashar Khan <[email protected]>
fix: Delete an indentation when pressing Backspace

This closes #7.

github.com/cpeditor/QCodeEditor - ae5e3a8d102cf34f06c1dd4ef903193ede0ad32e authored over 4 years ago by ouuan <[email protected]>
submodule: Update QCodeEditor

feat: Change the background color of block numbers when squiggling

This closes #267.

fix: Fix ...

github.com/cpeditor/cpeditor - bfb50d97bbdd332568d8f5818f80f8350e89844f authored over 4 years ago by ouuan <[email protected]>
fix: Fix indentation when pressing enter with cursor in the indentation

The bug:

When it's:

```
<space><cursor><space>
```

And you press enter, i...

github.com/cpeditor/QCodeEditor - fc44a0b1d0755610079118ddda7330b09c871531 authored over 4 years ago by ouuan <[email protected]>
feat: Change the background color of block numbers when squiggling

github.com/cpeditor/QCodeEditor - 13376c5d75a47f716cd55db95dd6f14b3d2dcea0 authored over 4 years ago by ouuan <[email protected]>
Merge pull request #264 from cpeditor/v6.3

fix(FontItem): Fix #260

github.com/cpeditor/cpeditor - edc5093228ab374b8bc921318de22e7d91f50ea9 authored over 4 years ago by Yufan You <[email protected]>
fix(FontItem): Fix #260 (#262)

Co-authored-by: ouuan <[email protected]>

github.com/cpeditor/cpeditor - 2cbf050c0995ef6b5099113137078a7cfb87f34b authored over 4 years ago by Ashar <[email protected]>
fix(FontItem): Fix #260

github.com/cpeditor/cpeditor - 4c49ecc6904e6bd21d05a9e0b82701ab5f789a79 authored over 4 years ago by ouuan <[email protected]>
style: Format codes (#261)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

github.com/cpeditor/cpeditor - 08b40a66c192a5ff7cdb2cc82d84201256fbe817 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge branch 'master' into language-server

github.com/cpeditor/cpeditor - 7fafc0b1963211333725de746a9b8e7b342862e8 authored over 4 years ago by Ashar <[email protected]>
Merge pull request #257 from cpeditor/split-mode-when-clicking-compile-or-run

Split mode when clicking compile or run

github.com/cpeditor/cpeditor - 28de5f59639bc96a287455addb46d81a64ca540b authored over 4 years ago by Yufan You <[email protected]>
update(deps): Update lsp-cpp and singleapplication

Updates remotes to latest master

github.com/cpeditor/cpeditor - 71d7b6f27560a4629613f27c2ca061125cf4e3db authored over 4 years ago by Ashar Khan <[email protected]>
Refactor(LSP): LSPProtocol -> LSP

LSPProtocol does not makes sense because, LSP is already "Language
Server Protocol"

github.com/cpeditor/lsp-cpp - 4c097749440a5d3ab5aab6c1ce230220944adf59 authored over 4 years ago by Ashar Khan <[email protected]>
style: Format codes (#258)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

github.com/cpeditor/cpeditor - 1ac61d1b775d26fff8323370eb90f3688488b500 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(LSP): Language sever close document error

Before this commit the close document failed to close document because
the openFile was emptied ...

github.com/cpeditor/cpeditor - 58dd9b2646a38b056fed0e761161c0ae3814c4d0 authored over 4 years ago by Ashar Khan <[email protected]>
docs(README): Update badges from 6.2.4 to 6.2.5

github.com/cpeditor/cpeditor - 87493acc13627f8f2d27ac07b069619413a1004f authored over 4 years ago by ouuan <[email protected]>
Merge remote-tracking branch 'origin/master' into split-mode-when-clicking-compile-or-run

github.com/cpeditor/cpeditor - 29408b594201e18683fbb6297e09642a385c134b authored over 4 years ago by ouuan <[email protected]>
Merge branch 'v6.2' into v6.3

github.com/cpeditor/cpeditor - a52e51785606a9de9ed19304140d57c769e8755f authored over 4 years ago by ouuan <[email protected]>
fix: Switch to split mode instead of editor mode when compile or run

This is an old feature, but with the old implementation it only works
with the action in the men...

github.com/cpeditor/cpeditor - 07e425f102d74c70c758070eaf0b68272e2b88bb authored over 4 years ago by ouuan <[email protected]>
fix(StringListsItem): Remove Unicode characters in the buttons (#254)

I got compilation error on my Windows. Though perhaps this can be
fixed by configuring the comp...

github.com/cpeditor/cpeditor - e18e90187bd94776c8faa0974eb00e3c13ee9d6e authored over 4 years ago by Yufan You <[email protected]>
Fix typos by misspell-fixer (#253)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

github.com/cpeditor/cpeditor - eabea535b201316ad2ec48d5b0699603e8fe4ba0 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge branch 'master' into language-server

github.com/cpeditor/cpeditor - 59cf1ed1c2ddf3d08bafeeb41ac4df0bc0961964 authored over 4 years ago by ouuan <[email protected]>
fix(LSP): Crashing when unsetting linting

Because we kept 3 LSP clients and when multiple tabs with different
languages are open, lsp->did...

github.com/cpeditor/cpeditor - 074e636923bc4958281437cfd52883af0d2da3f6 authored over 4 years ago by Ashar Khan <[email protected]>
feat: Add choose where to save the test case files (#252)

This resolves #176.

- Now you can choose where to save the test case files in
Preferences-...

github.com/cpeditor/cpeditor - 7a15e6ab0d41275432ee96e15efa90844bdf1764 authored over 4 years ago by Yufan You <[email protected]>
fix(LSP): Linting enable and disable

When linting was turned off and editor launched then even after you
enable linting the editor di...

github.com/cpeditor/cpeditor - 9c7bd89c53ff727fb6bce2131b7cf2726183cf06 authored over 4 years ago by Ashar Khan <[email protected]>
fix(LSP): Fix and improve LSP

Only launch/fork the LSP Process if Linitng or Autocomplete is enabled.
It also fixes the issue ...

github.com/cpeditor/cpeditor - c47d032253602e72ac99c6b7c95c833934a8ae3f authored over 4 years ago by Ashar <[email protected]>
ci(check_format): Auto create PR to fix format (#251)

github.com/cpeditor/cpeditor - 8fb25b3932f33c65cb90672f7816d2a17aebf8ba authored over 4 years ago by Yufan You <[email protected]>
ci: Add Misspell fixer (#249)

* ci: Add misspell-fixer

* fix: Fix typos by misspell-fixer (#247)

Co-authored-by: github-...

github.com/cpeditor/cpeditor - 434a286119adec18461dce1f63f1e62ae88265c9 authored over 4 years ago by Yufan You <[email protected]>
Merge pull request #246 from cpeditor/add-multi-testcases

Add "add pairs of test cases from files", resolves #204.

github.com/cpeditor/cpeditor - 001b0f284abf03e59e99da3c1af8a761e704b9c3 authored over 4 years ago by Yufan You <[email protected]>
docs(CHANGELOG): Add "add pairs of test cases from files"

github.com/cpeditor/cpeditor - 33f77c9a5fed5e611287091df99847b7ecc10399 authored over 4 years ago by ouuan <[email protected]>
feat(LanguageServer): Put stderr of the language server in the log file

github.com/cpeditor/cpeditor - 6e05fea529f80af59cd78217d76e424ba5922867 authored over 4 years ago by ouuan <[email protected]>
refactor(LanguageServer): Update path when it changes instead of saving

github.com/cpeditor/cpeditor - f32a9670bc9eb353155889b50f25ad17f59d371f authored over 4 years ago by ouuan <[email protected]>
fix(Settings): "testcase" -> "test case" in the tooltip

Co-Authored-By: Ashar <[email protected]>

github.com/cpeditor/cpeditor - 197bf739044fdc204a051206e74de9bf9322bf25 authored over 4 years ago by Yufan You <[email protected]>
feat: Send signals for stderr and only initialize once

github.com/cpeditor/lsp-cpp - a7dad44f197974533552731787af2ae4126a22e1 authored over 4 years ago by ouuan <[email protected]>
docs(Settings): Add documentation of StringListsItem

github.com/cpeditor/cpeditor - 644703997acea2aefd6c1cb3a10a0640f5ee4bb0 authored over 4 years ago by ouuan <[email protected]>
update(Logs): Update to use new LOG_MACROS

Language server code now uses the new LOG MACROS

github.com/cpeditor/cpeditor - ba41f97e7f072c300f40402d9704f73134e1948c authored over 4 years ago by Ashar Khan <[email protected]>
Merge branch 'master' into language-server

github.com/cpeditor/cpeditor - 8f516422c93c134e12376fe28d0838c2c33119c0 authored over 4 years ago by Ashar Khan <[email protected]>
feat(StringListsItem): Add more ways to edit a cell

github.com/cpeditor/cpeditor - c3747caf3f63ef8c9b542e4e3bd9d12f08855efc authored over 4 years ago by ouuan <[email protected]>
refactor(Settings): Better add pairs of testcases from files

1. Use QList<QVariant> where the QVariant is QStringList instead of
QStringList.
2. UI improv...

github.com/cpeditor/cpeditor - 0da1c2932e3af24aca5769fd5263bd824b8ba126 authored over 4 years ago by ouuan <[email protected]>
fix(Settings): Fix warnings and crashes about adding multi testcases

github.com/cpeditor/cpeditor - 5f46773090a63fa04be72dd4e955c9ff52ed4596 authored over 4 years ago by ouuan <[email protected]>
feat: Update behavior of 'Add Testcases'

Now 'Add Testcases' will process chosen files instead of scanning the
directory.
Update settings...

github.com/cpeditor/cpeditor - fff0640d98b2e7a421a0be97566de6cb32076094 authored over 4 years ago by nekosu <[email protected]>
feat: Add 'Scan Testcases'

Add 'Scan Testcases' action.

related issue: #204

github.com/cpeditor/cpeditor - 2ccd16ad2fd99cca79b99025c77ee416761cfe20 authored over 4 years ago by nekosu <[email protected]>
Add stringlist support in Settings

Add StringListItem for QStringList in Settings
Add demo setting 'Testcase Scan Rule'
Update CMak...

github.com/cpeditor/cpeditor - 7727e014b168a9f7b887517fec65f4d25bff349a authored over 4 years ago by nekosu <[email protected]>
refactor(LanguageServer): Modify messages and reorder prototypes

github.com/cpeditor/cpeditor - 2859b0603088097915e4268d7fdab021b669451f authored over 4 years ago by ouuan <[email protected]>
refactor: Add MACRO based Logging system (#243)

* Add MACRO based Logging system

In this commit we add a new LOG and have re-written all logs...

github.com/cpeditor/cpeditor - 6d31687804c796963ab7f34878677e372957c9b0 authored over 4 years ago by Ashar <[email protected]>
Remove a period in the about page

"An ..." is not a sentence.

github.com/cpeditor/cpeditor.github.io - 71e8a3c6ff04c9fd6c7f676af4ac2f69205e96bc authored over 4 years ago by ouuan <[email protected]>
Better download page and about page

github.com/cpeditor/cpeditor.github.io - b9477ce6d00c2dc3a42e0f04ba503f1f63db7b73 authored over 4 years ago by ouuan <[email protected]>
Give Colorlib credit in the about page

github.com/cpeditor/cpeditor.github.io - 9a0b8ad3eecdbe2bd90b79022f1826692ba891c7 authored over 4 years ago by ouuan <[email protected]>
The Chinese part of READMEs (#235)

* Finish part of Chinese readme

Finish README_zh-CN in src/Settings and src/Core
Complete th...

github.com/cpeditor/cpeditor - a6353880f16327fc01decb97b496ad16a3798d8f authored over 4 years ago by liaohy <[email protected]>
Remove colorlib header

Colorlib does not provide complete application theme rather it is docsy. We do need to give them...

github.com/cpeditor/cpeditor.github.io - 00a981852eac92e3e734d0a523163825d04e94de authored over 4 years ago by Ashar <[email protected]>
fix(Settings): Update default settings and ranges of language server

1. Disable language server by default, because the user needs to
install a language server pr...

github.com/cpeditor/cpeditor - 99686af6725556b779353d8ed4f9f8d55df1cc44 authored over 4 years ago by ouuan <[email protected]>
docs & style: Fix grammars & expressions & formats

github.com/cpeditor/cpeditor - 83b4de32b4b656f7fef698ab7172117379ebeb29 authored over 4 years ago by ouuan <[email protected]>
Config Google Analytics

github.com/cpeditor/cpeditor.github.io - e4badef2ffb39fe45c97491c92e98612344ae3fb authored over 4 years ago by ouuan <[email protected]>
Update the about page

github.com/cpeditor/cpeditor.github.io - 4f8c1961a8ce822072ad6709353cbfdf7c4173b1 authored over 4 years ago by ouuan <[email protected]>
Remove Chineses files

We should translate everything after the English version is finished.

github.com/cpeditor/cpeditor.github.io - 10bd9c97a455c1e9c7b39dbf801add8138aa1a3c authored over 4 years ago by ouuan <[email protected]>
Use unpkg.com instead of code.jquery.com for jquery

github.com/cpeditor/cpeditor.github.io - f2e6ffdf05d743f25ee6ede52c4aee3a7410f680 authored over 4 years ago by ouuan <[email protected]>
Remove useless CSS and JS

github.com/cpeditor/cpeditor.github.io - 28df0cccd0b3516601f1524297b6b4ccc600aac3 authored over 4 years ago by ouuan <[email protected]>
Make the navbar fixed in the home page

github.com/cpeditor/cpeditor.github.io - c01991a71fa7bd91588a377e3ed31568846fdd8e authored over 4 years ago by ouuan <[email protected]>
Add "/" to fix file path in zh home page

github.com/cpeditor/cpeditor.github.io - 10c9b0d878eb29144b9470f60a32ae2d409dfb11 authored over 4 years ago by ouuan <[email protected]>
Use the old home page

I'm not good at web, but this just works.

github.com/cpeditor/cpeditor.github.io - 04bc80f5f92ed285f06573052a419de960febc97 authored over 4 years ago by ouuan <[email protected]>
Remove Norsk and some updates

github.com/cpeditor/cpeditor.github.io - 4dc5ef1fcfd58ec4253ecce64c548555103684c2 authored over 4 years ago by ouuan <[email protected]>
Initial commit

These are mainly copied from https://github.com/google/docsy-example
and are slightly modifed.

github.com/cpeditor/cpeditor.github.io - b349da5cefab537691e1988f74252759aff9c300 authored over 4 years ago by ouuan <[email protected]>
Unset default LSP for all except C++ and manual changes

github.com/cpeditor/cpeditor - c2701592662c4a7b83e92fd17d3925a2b05e2574 authored over 4 years ago by Ashar Khan <[email protected]>
Add manual for LSP Linting

github.com/cpeditor/cpeditor - 6aec519320266a34c477ba6508346da4adca547e authored over 4 years ago by Ashar Khan <[email protected]>
Add Linting FAQ to README

github.com/cpeditor/cpeditor - c65b74d1626111d8f47914bc8252083bab470fea authored over 4 years ago by Ashar Khan <[email protected]>
Merge branch 'master' into language-server

Improvments in Tooltip text and add tooltip for new settings

github.com/cpeditor/cpeditor - 355d8c0a7da45878d2c3d5ad95cbf94135873bd6 authored over 4 years ago by Ashar Khan <[email protected]>
Merge branch 'master' into language-server

github.com/cpeditor/cpeditor - e5e5f682f8e768e709f3a0cac52f90353b5aa411 authored over 4 years ago by Ashar Khan <[email protected]>
Add changelog

github.com/cpeditor/cpeditor - d7a31431d1535a5eb3d791352769cd004960a28f authored over 4 years ago by Ashar Khan <[email protected]>
ci: Update GitHub workflows

This is updated by `git checkout master .github`.

github.com/cpeditor/cpeditor - cf4c05c7b331ac6b580f6628de722b51e8716d89 authored over 4 years ago by ouuan <[email protected]>
Enhan(Fix Codeacy Issue, better argument parsing)

LSPServer has been marked explicit. It also adds a utility function
named splitArgument, that ta...

github.com/cpeditor/cpeditor - cb08f2903a8229f17597e4ec6f0f66d5e4ea41a0 authored over 4 years ago by Ashar Khan <[email protected]>
Merge branch 'tooltips': Add tooltips (#238)

This resolves #211.

github.com/cpeditor/cpeditor - 5d8c7f5b481da8a430b2b18b27e1e8f32a262c54 authored over 4 years ago by ouuan <[email protected]>
fix(Settings): Fix typos in tooltips

github.com/cpeditor/cpeditor - a886175515cb26fee5d69e6f41fb790559ad8be8 authored over 4 years ago by ouuan <[email protected]>
Disable auto-complete UI from Settings

Auto-complete feature will be implemented in later versions. This commit
keeps its key in the se...

github.com/cpeditor/cpeditor - c7a1c6773c31a41520f10d7b2b2f8267a302133c authored over 4 years ago by Ashar Khan <[email protected]>
docs(CHANGELOG): Update changelog for tooltips

github.com/cpeditor/cpeditor - a3b678b9f83c309e0ee045c94954813e4885dcd8 authored over 4 years ago by ouuan <[email protected]>
feat(Preferences): Add tooltips for buttons in the Preferences window

github.com/cpeditor/cpeditor - 14b77a08cb4b9c71865a05111bb4bde323380fc2 authored over 4 years ago by ouuan <[email protected]>
Merge branch 'language-server'

github.com/cpeditor/QCodeEditor - 7b7bf07834a23185e78a3e3582123fa6f04653b7 authored over 4 years ago by Ashar Khan <[email protected]>
feat(TestCases): Add tooltips for testcases

github.com/cpeditor/cpeditor - 0eae7ab553d927afa883eb3c8e1cec99bfb44cb1 authored over 4 years ago by ouuan <[email protected]>
feat(Settings): Add tooltips for settings

github.com/cpeditor/cpeditor - a63e361fc7d9d5c8008e3a78449ce2d6f345fc7a authored over 4 years ago by ouuan <[email protected]>
fix: Use "Opacity" instead of "Transparency"

"Opacity" = 100 - "Transparency"

In the current settings, it should be "Opacity" instead of
"Tr...

github.com/cpeditor/cpeditor - f810d391a207959088232b3e1a24b8b21533bb7d authored over 4 years ago by ouuan <[email protected]>
refactor & fix(PreferencesGridPage): Update addRow

1. Use a single function with or without the label.
2. Set toolTip and whatsThis for QCheckBox.

github.com/cpeditor/cpeditor - cd378e928b14374e6b2ee7b9dda505327c92a4a5 authored over 4 years ago by ouuan <[email protected]>
feat(Separation of General LSP settings)

This commit separates 3 options (use lint, use autocomplete, delay in
lint) to each of its langu...

github.com/cpeditor/cpeditor - 84811a0b01d1592cf09ec8a9379de0027eeeecd9 authored over 4 years ago by Ashar Khan <[email protected]>
ci & doc: Update Qt to 5.12.8 and 5.14.2

github.com/cpeditor/cpeditor - 7ddd64c6879ca5e210e3536289c586da403d3182 authored over 4 years ago by ouuan <[email protected]>
refactor(diff_match_patch): Silence a warning

This warning is silenced:

third_party/diff_match_patch/diff_match_patch.cpp: In member function...

github.com/cpeditor/cpeditor - 0a23ef43d03c965858185283fbaf7143c3d63520 authored over 4 years ago by ouuan <[email protected]>
refactor: Init comment sequences to silence warnings

github.com/cpeditor/QCodeEditor - e5d668c99537047b32b696cd6d22af1a8694d1e7 authored over 4 years ago by ouuan <[email protected]>
style & ci: Add .clang-format and Check Format workflow

github.com/cpeditor/QCodeEditor - 4ffa7bb12543a625d118636f10fbdad610994c89 authored over 4 years ago by ouuan <[email protected]>
Add comment and block comment rules in the highlighters (#12)

This fixes #10.

github.com/cpeditor/QCodeEditor - b644aeb013be503fcfbb7e4d9aa5f57901df6395 authored over 4 years ago by Dmitriy <[email protected]>
feat: Add a simple JS highlighter (#9)

* Add a simple JS highlighter

* Add a JS sample code

github.com/cpeditor/QCodeEditor - 49cf6f84ebe3253b53e47185bee303be341750da authored over 4 years ago by Dmitriy <[email protected]>
build(aur): Use "-j$(nproc) for AUR releases"

github.com/cpeditor/cpeditor - 609deb115d6cdd2c11e1b8405bf81842ba852ad9 authored over 4 years ago by ouuan <[email protected]>
ci(aur): Put PKGBUILD and .SRCINFO in .ci/aur and fix bugs

Changes:

1. The submodule configs are fixed.
2. Add "-j$(nproc)" in order to build faster.

github.com/cpeditor/cpeditor - dd411264893986b9c6636eff385a8303fad1f866 authored over 4 years ago by ouuan <[email protected]>