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

docs: fix Slack link (#25)

The old link is expired, and the new link will never expire.

github.com/cpeditor/cpeditor.github.io - b72895a64328c0090b8e87647713649842df667c authored over 4 years ago by Yufan You <[email protected]>
build: Update AUR packages (#365)

* build(aur): remove gcc in makedepends and remove the compiler setting

According to https://...

github.com/cpeditor/cpeditor - d95eaaf089c285ef1a1fb6df9168e53fc167b73b authored over 4 years ago by Yufan You <[email protected]>
Merge pull request #364 from cpeditor/merge-6.4.4

Merge 6.4.4

github.com/cpeditor/cpeditor - 73542ad8405f0c6596e0a91947ac540e6fdee193 authored over 4 years ago by Ashar <[email protected]>
docs: fix Slack link (#363)

The old one has expired, and the new one will never expire.

github.com/cpeditor/cpeditor - 8aa3662b106fcbcf1b4bd217db868f85fb76d7c5 authored over 4 years ago by Yufan You <[email protected]>
feat: display git commit hash in `cpeditor --version` (#362)

* feat: display git commit hash in `cpeditor --version`

gitsha.hpp is also moved into version...

github.com/cpeditor/cpeditor - f68b31bcd70b4e813a5c89ff20c1841e8498da58 authored over 4 years ago by Yufan You <[email protected]>
docs(readme): update version badges: 6.4.3 -> 6.4.4

github.com/cpeditor/cpeditor - fe87ecc1923f0a4011d91536e7edf049875724ec authored over 4 years ago by Yufan You <[email protected]>
Merge branch 'v6.4' into merge-6.4.4

github.com/cpeditor/cpeditor - 464964e88a4f81b48233202f6e24bf5d0b56b566 authored over 4 years ago by Yufan You <[email protected]>
Release 6.4.4

github.com/cpeditor/cpeditor - 5250baf67e8e7bbe2c2e8623cd1a1211f9bbfb67 authored over 4 years ago by Yufan You <[email protected]>
fix: fix loading saved test cases

github.com/cpeditor/cpeditor - 7d438550747d7aba21627890b64018950d898f55 authored over 4 years ago by Yufan You <[email protected]>
build(aur): rename full-source-version to version-full-source (#360)

* style: Format workflows

* build(aur): rename full-source-version to version-full-source

...

github.com/cpeditor/cpeditor - 9ff02dc5f382edeeaa5176f25871eb21deb38dd6 authored over 4 years ago by Yufan You <[email protected]>
Merge pull request #359 from cpeditor/merge-6.4.3-and-6.3.4

Merge 6.4.3 and 6.3.4

github.com/cpeditor/cpeditor - 61d35214b6dc9bbc58d391378187cd2af5896194 authored over 4 years ago by Yufan You <[email protected]>
docs(readme): update version badges: 6.4.1->6.4.3, 6.3.3->6.3.4

github.com/cpeditor/cpeditor - a89929f8da70ace012738a4eb7470aefd3d2390c authored over 4 years ago by Yufan You <[email protected]>
Merge branch 'v6.4' into merge-6.4.3

github.com/cpeditor/cpeditor - fa5266dd79e5ad0cc52069116ee3f8bb20f6a89c authored over 4 years ago by Yufan You <[email protected]>
Release 6.4.3

github.com/cpeditor/cpeditor - 9b1470223ac3f5347450f7f8a9ce2b28f92c7fa5 authored over 4 years ago by Yufan You <[email protected]>
Merge branch 'v6.3' into v6.4

github.com/cpeditor/cpeditor - 59942c1768dfbbe366ea7c7999df98395199b205 authored over 4 years ago by Yufan You <[email protected]>
Release 6.3.4

github.com/cpeditor/cpeditor - f992ae9b88bb8699e3dc24f4219a7f99c7797650 authored over 4 years ago by Yufan You <[email protected]>
fix: Delete all MainWindow before deinit the settings

This fixes a bug which makes the application crash when quiting in
some scenarios.

One of the p...

github.com/cpeditor/cpeditor - 33fd50c3a11e7c45822db83798219d735e6afd10 authored over 4 years ago by Yufan You <[email protected]>
Release 6.4.2

github.com/cpeditor/cpeditor - bc733be6b49bc459148c7877983302c26b70c577 authored over 4 years ago by Yufan You <[email protected]>
Fix #271 and #353 (#357)

* refactor: always use the temporary directory for tmpPath

* feat: make save file on compilat...

github.com/cpeditor/cpeditor - 201d95cb7e1737f89b9873089db2b8b071989fc4 authored over 4 years ago by Yufan You <[email protected]>
fix(EditorThemes): fix invalid free/delete (#354)

* fix(EditorThemes): Invalid free/delete

In this PR #327, started freeing of stack memory and...

github.com/cpeditor/cpeditor - 929be88d50047c8e14813581ba9e77559514e0f6 authored over 4 years ago by Ashar <[email protected]>
refactor: Split Util to multiple files (#350)

* refactor: Split Util to several files

* refactor(Util): move ArgumentSplitterStatus into th...

github.com/cpeditor/cpeditor - e4fb04fc6255569fedf3006c4decc2f71e81fa20 authored over 4 years ago by Yufan You <[email protected]>
chore: Update package.json (#22)

github.com/cpeditor/cpeditor.github.io - a5abcb1bd17ed8940027891286b6044d98bb55e3 authored over 4 years ago by Yufan You <[email protected]>
doc: Update preference path in manuals (#349)

Update the old paths of settings in MANUAL_xx-XX.md

github.com/cpeditor/cpeditor - 7bf98bc8ee9e4541043830c6f14a606f5a47d1d6 authored over 4 years ago by liaohy <[email protected]>
refactor: Improve style mapping (#347)

Combine getXXXTheme() functions to query(QString).
Make it easier and simpler to add new themes.

github.com/cpeditor/cpeditor - 621efa026302bb9a16ea52573a26a15a14a2ed46 authored over 4 years ago by liaohy <[email protected]>
chore: add config for the stale bot (#346)

The app: https://github.com/apps/stale/

github.com/cpeditor/cpeditor - aad5df7a544c48b20fe6a4b582639e6b48bacf8a authored over 4 years ago by Yufan You <[email protected]>
feat: Use Alt to choose the menu in the main window (#344)

* feat: Use Alt to choose the menu in the main window

* docs(changelog): Add #344

github.com/cpeditor/cpeditor - 93108d3ca120ee3a461ed1f0900622cc5c694c34 authored over 4 years ago by Yufan You <[email protected]>
docs: change testitem's contribution from code to doc (#343)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 4865e265082cdc6bf391fd66809e8b4adcafa6ec authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add neko-para as a contributor (#341)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 41e16d5e626e21dec5623e51ca6115299dc26f0f authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add shakeabi as a contributor (#342)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 4f3de371cb0f15c765b876ff2816c2f68abce64f authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs(changelog): Add change the font of the message logger (#338)

github.com/cpeditor/cpeditor - a2dc3dc7143813b4ad044a893fef6781c8548388 authored over 4 years ago by Yufan You <[email protected]>
feat(Settings): Search desc, tip and help of a setting (#337)

* feat(Settings): Search desc, tip and help of a setting

* docs(changelog): Add search for de...

github.com/cpeditor/cpeditor - 68dbd9c37ee6972feac0653e064fd9af12de2e18 authored over 4 years ago by Yufan You <[email protected]>
Fix the link to install instructions in the download page (#23)

github.com/cpeditor/cpeditor.github.io - 21d9343e8b85d0eb66632dcfa0af2f3bcf5980b4 authored over 4 years ago by Yufan You <[email protected]>
Merge pull request #334 from cpeditor/change-message-logger-font

feat: Support customizing message logger font

github.com/cpeditor/cpeditor - 28d621f81b05f37c6e5930dd025d89e2a5077544 authored over 4 years ago by liaohy <[email protected]>
ci: Don't update cpeditor-git on non-code changes (#333)

github.com/cpeditor/cpeditor - b1faea73c49a5f1c61cadb56adcef7ce5b30b23c authored over 4 years ago by Yufan You <[email protected]>
fix: remove useless font style

remove style in MessageLogger.
fix the wrong ending '</font>'.

related issue: #331

github.com/cpeditor/cpeditor - d17feef795e61995283fa1a11394f06a9b8b5786 authored over 4 years ago by nekosu <[email protected]>
feat: Support customizing message logger font

Allow user to customize message logger font in case the message
contains non-ascii characters.

...

github.com/cpeditor/cpeditor - e0a2b5492e7808786123762deae4a3b92516b77b authored over 4 years ago by nekosu <[email protected]>
docs: add 2740365712 as a contributor (#332)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - a7a903986c56fc77a1939426bbbbe448f85d03a1 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Merge pull request #330 from cpeditor/6.3-to-6.4

Update from v6.3 to v6.4

github.com/cpeditor/cpeditor - aa1db86ef49e49e5afcb6cbb8fd3622ae3628fab authored over 4 years ago by Yufan You <[email protected]>
docs(README.md): Update version badges from v6.3 to v6.4

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

github.com/cpeditor/cpeditor - a1835a2deff41a98fd55d380380ed2d88f130ee0 authored over 4 years ago by ouuan <[email protected]>
feat & fix: Update QCodeEditor (#328)

- Now you can enable extra bottom margin with the height of a page.
(closes #230)

- Now af...

github.com/cpeditor/cpeditor - 26332560cdb276a4ab3f7a22f0362a476a821797 authored over 4 years ago by Yufan You <[email protected]>
docs(README_zh-CN.md): Fix Chinese README (#329)

github.com/cpeditor/cpeditor - 7328462c1adf669bc23c5128a9688c72d25c16ae authored over 4 years ago by Yufan You <[email protected]>
feat: Make bottom margin customizable and change only when necessary (#15)

Because changing the text frame format affects the undo history, and we
can't access the undo s...

github.com/cpeditor/QCodeEditor - 604eac061941bd546ce69513bcf570474688123d authored over 4 years ago by Yufan You <[email protected]>
fix: Fix the behaviour of deleting the current line (#17)

The text cursor should be in the same line and same column after the
operation if possible.

github.com/cpeditor/QCodeEditor - 62beeb4a43fe134c4ce855bc31b02d898b39b0d1 authored over 4 years ago by Yufan You <[email protected]>
fix: Process Shift+Enter as pure Enter (#16)

Before this commit, Shift+Enter adds a new line in the same block, and
result in a wrong line n...

github.com/cpeditor/QCodeEditor - 69503b5acdb21ecf1920edbe2b39f283a693e112 authored over 4 years ago by Yufan You <[email protected]>
feat: Add bottom margin with the height of a page (#14)

* feat: Add bottom margin with the height of a page

* fix: Fix crash when the document is empty

github.com/cpeditor/QCodeEditor - 869eac8b3f73d01621f0f4baff331ee2a458e889 authored over 4 years ago by Yufan You <[email protected]>
Enable GA by setting HUGO_ENV to production when deploying (#21)

github.com/cpeditor/cpeditor.github.io - ae6305320126af95d3b99254bf0feb1c4706b39e authored over 4 years ago by Yufan You <[email protected]>
feat: Set font for test cases (#325)

* feat: Set font for test cases

* refactor: Rename "Font" to "Editor Font"

github.com/cpeditor/cpeditor - a142a4a398576b40b71b5f1c48a885f83ca97a8c authored over 4 years ago by Yufan You <[email protected]>
fix: Don't save non-exist file when getting temp path (#323)

Because of language server, now the temp path is often requested.

However, a tab with a non-e...

github.com/cpeditor/cpeditor - 06b1c80a429961f2aa9f04e4aa5fb210809cc8c9 authored over 4 years ago by Yufan You <[email protected]>
fix: Don't load invalid settings (#322)

Empty QVariantList is saved as an invalid QVariant in the settings.
Though I don't know why it ...

github.com/cpeditor/cpeditor - e0a6b5201f905d8174984fe9a66f9eba1b873c1d authored over 4 years ago by Yufan You <[email protected]>
fix: Don't save non-exist file when getting temp path

Because of language server, now the temp path is often requested.

However, a tab with a non-exi...

github.com/cpeditor/cpeditor - c60255eb1ff827b9f5418d82718d4ed00905dc8a authored over 4 years ago by ouuan <[email protected]>
Merge pull request #320 from cpeditor/merge-v6.3

Merge 6.3.2

github.com/cpeditor/cpeditor - 2097e36837d98c33ed82dedaca7f752e4b3c6169 authored over 4 years ago by Yufan You <[email protected]>
docs(VERSIONING): Create a merge commit to merge version branches

github.com/cpeditor/cpeditor - 63fec290ed00db374d57eaf17b92cb50bb89d48d authored over 4 years ago by ouuan <[email protected]>
Merge 6.3.2 (#317)

* fix(SettingsManager): Fix undefined behaviours when saving the settings

QString::replace mo...

github.com/cpeditor/cpeditor - 10f8620430caf1f159c4e07abfe8b8c6d1870a31 authored over 4 years ago by Yufan You <[email protected]>
docs: add Razdeep as a contributor (#318)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - e0e25b38c10d284be2072b6a3572a5fbee8ca40a authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs(README.md): Update version badges from 6.3.1 to 6.3.2

github.com/cpeditor/cpeditor - 6a290e3c1a485fb23f70b90360f8620e9a5ba071 authored over 4 years ago by ouuan <[email protected]>
docs(VERSIONING): Add .ci/STABLE_VERSION

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

github.com/cpeditor/cpeditor - 0603ed6d17ec7b78c99ec095a5f02d86a588247f authored over 4 years ago by ouuan <[email protected]>
fix(SettingsManager): Fix undefined behaviours when saving the settings

QString::replace modify the original string, and the evaluation order
of function parameters is ...

github.com/cpeditor/cpeditor - 7e099d0de5e686f8e56dec2794e324d5dd5bad68 authored over 4 years ago by ouuan <[email protected]>
Add all contributors (#316)

github.com/cpeditor/cpeditor - a00794bd422bbebcc3f6fa08c8c19ec3ebb25488 authored over 4 years ago by Yufan You <[email protected]>
docs: add nikhil-sarda as a contributor (#290)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 3beebe83e557cff8501be213cb7ef39a620b5ddc authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add coder3101 as a contributor (#288)

* chore(all-contributors): Make contributors not adjacent to each other

This can reduce confl...

github.com/cpeditor/cpeditor - 728c611a56f7e990f7d18ce77452739caeeb2e48 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add DarkWarrior703 as a contributor (#289)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 5dd450cc05a79b92cee16a5a171b4db13621e594 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add ouuan as a contributor (#287)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 752d621ad2fe806e20273e3fd55e9c470d41f403 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add polyomino-24 as a contributor (#285)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 10273ea19a5aacdbe56150305fe9e681c2723589 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add testitem as a contributor (#284)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - e4d3e83b5ae9d210685c2ad56191a2e2741de226 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add Razdeep as a contributor (#283)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 6b7a200ceba6b7faee3c4bb9f661199c394163a3 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add IZOBRETATEL777 as a contributor (#282)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - db91935a8b71289458ece6a0a01e0efa2018ad60 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add sadykhzadeh as a contributor (#281)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 45c21e2f5245b022a772c03dbfb31602229e1db7 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add neko-para as a contributor (#280)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - 09172563f05784b1a07abdaf49fc6f9e18a19e6b authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add coder3101 as a contributor (#279)

* docs: update README.md

* docs: update README_zh-CN.md

* docs: update README_ru-RU.md

...

github.com/cpeditor/cpeditor - eb3d77a59981406296bbb41443db85ab37eae18e authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add ouuan as a contributor (#278)

* chore: Add .all-contributorsrc

* docs: Add place holders for all contributors

* docs: up...

github.com/cpeditor/cpeditor - 63c4867d56420de8d5eca920118a178350d9f4a4 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Merge pull request #276 from cpeditor/fix-ctrl-enter-and-ctrl-shift-enter

Fix Ctrl+Enter and Ctrl+Shift+Enter

github.com/cpeditor/cpeditor - 5df5aad0f7dee942f611d38d02e5745e3850e624 authored over 4 years ago by Yufan You <[email protected]>
Merge branch 'v6.3' into fix-ctrl-enter-and-ctrl-shift-enter

github.com/cpeditor/cpeditor - 8ee79df00a9d1401a93a324691740d949aacdbd9 authored over 4 years ago by ouuan <[email protected]>
fix: Fix Ctrl+Enter and Ctrl+Shift+Enter

github.com/cpeditor/cpeditor - d12dca2df3e61802ac8f253446ec1c5e13de79fe authored over 4 years ago by ouuan <[email protected]>
fix: Fix Ctrl+Enter and Ctrl+Shift+Enter (#13)

Ctrl+Enter should be the same as End + Enter

Ctrl+Shift+Enter should be the same as Up + End ...

github.com/cpeditor/QCodeEditor - 29e30ee30bbec6dbfba9becf906f08b4ad435380 authored over 4 years ago by Yufan You <[email protected]>
refactor: Increase compilation speed (#275)

* refactor: Use class XXX instead of #include <XXX>

related issue: #272

* build: Put git c...

github.com/cpeditor/cpeditor - 6852addc565286097bec67a014ecc7a698e67479 authored over 4 years ago by Yufan You <[email protected]>
fix(default save path): Ignore empty regex and replace captured string (#273)

The bug:

1. Empty regex matches everything.
2. If the regex matches only a part of the probl...

github.com/cpeditor/cpeditor - 7be79d26b45e6a8be73ec5960de626293aa40cbd authored over 4 years ago by Yufan You <[email protected]>
feat: Set different default file paths for different problem URLs (#270)

This closes #200.

github.com/cpeditor/cpeditor - 58275d88b46fb53892c8d08642a61934c67ced8c authored over 4 years ago by Yufan You <[email protected]>
Improve code linting in the home page

github.com/cpeditor/cpeditor.github.io - 5331009b3f019a38c02851cd09bd2ffe91dba647 authored over 4 years ago by ouuan <[email protected]>
[ImgBot] Optimize images (#19)

*Total -- 1,396.37kb -> 1,130.05kb (19.07%)

/content/en/about/featured-background.jpg -- 916....

github.com/cpeditor/cpeditor.github.io - 980c8b087cfbb51cf05e88bfde149e1b6132f5b6 authored over 4 years ago by imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Update for assets (#18)

* Update for assets

* Remove customizability with Linting

* Linting of code

* fixes for...

github.com/cpeditor/cpeditor.github.io - ba83da0486c6373677cd53404eaae13be5efc73a authored over 4 years ago by Ashar <[email protected]>
Use CC BY-SA 4.0 in the footer

github.com/cpeditor/cpeditor.github.io - edd0c67010b0b9616b3d675cc93a11b35ecde6d2 authored over 4 years ago by ouuan <[email protected]>
Fix wrong last modified

github.com/cpeditor/cpeditor.github.io - aa428e43c9cf758e77da38c38d932da71195f33d authored over 4 years ago by ouuan <[email protected]>
Use target="_blank" for external links automatically

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

github.com/cpeditor/cpeditor.github.io - 51b11ad93b37eb2522e919bc60b6490dcb0e841d authored over 4 years ago by ouuan <[email protected]>
Improve the spacing of the download page

github.com/cpeditor/cpeditor.github.io - c851ff8df1dc1f3d10203c53e11d73517b1f4b2f authored over 4 years ago by ouuan <[email protected]>
Merge pull request #241 from cpeditor/language-server

Add linting by language server

github.com/cpeditor/cpeditor - f6128798b494a033c444d80506856e6cb34e6502 authored over 4 years ago by Yufan You <[email protected]>
fix: Improve logs and messages about LSP termination

1. Don't log when LSP is killed because users don't care about it, and
that message is confus...

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

1. Delete an indentation when pressing Backspace
2. Make linting color block in the line number ...

github.com/cpeditor/cpeditor - 35bc82c54c9f2feeac6df42da4d8c49d0e7e8f05 authored over 4 years ago by ouuan <[email protected]>
feat: Make linting color block in the line number are narrower

Now the linting color block in the line number area is of 7px width.

This also changes the name...

github.com/cpeditor/QCodeEditor - f57ca8a93f8f6c0f655779c58688d20e33907d8f authored over 4 years ago by ouuan <[email protected]>
Fix npm vulnerabilities

github.com/cpeditor/cpeditor.github.io - 5d6aa08fae5752c02d9c8140ffc0e154534b7be1 authored over 4 years ago by ouuan <[email protected]>
Fix font in the homepage

github.com/cpeditor/cpeditor.github.io - 6ab8f94dc1c9029c658d1277af54e8b3ac672957 authored over 4 years ago by ouuan <[email protected]>
Fix typos by misspell-fixer (#17)

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

github.com/cpeditor/cpeditor.github.io - b87e49df43201cc08a93ca3bb4963e18311f4fca authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>