Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CodeEdit

Building the future of code editing on macOS together
Collective - Host: opensource - https://opencollective.com/codeeditapp - Website: https://CodeEdit.app - Code: https://github.com/CodeEditApp/CodeEdit

Fix breadcrumb display having folders with same name

github.com/CodeEditApp/CodeEdit - a435345fa6baa4e917d00022e816bce8da881925 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
basic ANSI saving works

github.com/CodeEditApp/CodeEdit - d04ef33f9a49c97055bde069a9545f234e02b557 authored almost 3 years ago by Luke <[email protected]>
started implementing terminal color picker

github.com/CodeEditApp/CodeEdit - 0d458f2ae264619d19e0801ce5db3c24819552df authored almost 3 years ago by Luke <[email protected]>
Merge pull request #213 from RayZhao1998/bugfix/fix-breakcrumb

Fix breadcrumb value when selected file changed

github.com/CodeEditApp/CodeEdit - 1465d89cce1932e9d64ebcf0256bf205c49bb69a authored almost 3 years ago by Luke <[email protected]>
Revert "Adjust identation"

This reverts commit 030046b73ca56dce4f2a6dcd8a8e7cb00d0fb3cd.

github.com/CodeEditApp/CodeEdit - 0516eb170652dcbbebbb9f6745160df15a25ab81 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Adjust identation

github.com/CodeEditApp/CodeEdit - 030046b73ca56dce4f2a6dcd8a8e7cb00d0fb3cd authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Merge pull request #210 from Genbuchan/localization-japanese

Updated Japanese localization

github.com/CodeEditApp/CodeEdit - e055587b5d8067488a4b8aa8051298c409c9d726 authored almost 3 years ago by Luke <[email protected]>
Merge pull request #211 from lukepistrol/terminal-font-picker

added font picker for terminal emulator

github.com/CodeEditApp/CodeEdit - dfdf15eba31a933b4d541adc93780ceea4c018d0 authored almost 3 years ago by Luke <[email protected]>
updated localized strings

github.com/CodeEditApp/CodeEdit - 3f0f9c1e902af42b444de133651cde92f79b57f4 authored almost 3 years ago by Lukeeep <[email protected]>
Remember State: also set `selectedId` (#212)

github.com/CodeEditApp/CodeEdit - 66d3b8bfb8858572af63b14111c672b3b945b0c1 authored almost 3 years ago by Pavel Kasila <[email protected]>
Fix breadcrumb value when selected file changed

github.com/CodeEditApp/CodeEdit - c0d0857136173e3d83b7e95ddd65c40653966dde authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Updated Japanese localization

github.com/CodeEditApp/CodeEdit - c976097fbfb6343d06108ce35e69eab5ca1566b9 authored almost 3 years ago by Genbu <[email protected]>
added font picker for terminal emulator

github.com/CodeEditApp/CodeEdit - 6d0bdd669f096ee1c3d23623f9e7f14e4662a1c4 authored almost 3 years ago by Lukeeep <[email protected]>
Remember State: also set `selectedId`

github.com/CodeEditApp/CodeEdit - 91e01f0da876a3739179501c3772ab1bc3c8f65b authored almost 3 years ago by Pavel Kasila <[email protected]>
Merge pull request #201 from MarcoCarnevali/fix/code-editor-load

fix: code editor highlight load

github.com/CodeEditApp/CodeEdit - 6d70032e86c7afa4676b4fe6b2eae28d1048c09f authored almost 3 years ago by Luke <[email protected]>
Merge pull request #206 from lukepistrol/welcome-window-fix

fixed welcome window shortcut

github.com/CodeEditApp/CodeEdit - 9c641eef7416c0dd20b6a2a39b95cdb0fbbb7f94 authored almost 3 years ago by Luke <[email protected]>
Merge pull request #202 from pkasila/remember-state

Remember State: Project State

github.com/CodeEditApp/CodeEdit - 28942feeae594a2906416dd308e063aa68491e8b authored almost 3 years ago by Pavel Kasila <[email protected]>
fixed welcome window shortcut

github.com/CodeEditApp/CodeEdit - 686e54e8506040a4692a0e032d64b09e099a59d1 authored almost 3 years ago by Lukeeep <[email protected]>
Fix initialization without `.codeedit/selection.json`

github.com/CodeEditApp/CodeEdit - b3e88c3016fee91ec9aaefa01d19af52112e432a authored almost 3 years ago by Pavel Kasila <[email protected]>
Initialize Workspace with `.codeedit/selection.json` file

github.com/CodeEditApp/CodeEdit - 729b7efcc6779a2807e53bda58fbf59caf457b05 authored almost 3 years ago by Pavel Kasila <[email protected]>
Save selection state to `.codeedit/selection.json`

github.com/CodeEditApp/CodeEdit - 935bbf29da4a62b3ff34ad87758df89a691c2adb authored almost 3 years ago by Pavel Kasila <[email protected]>
Move selection state to separate structure, move HSplitView with InspectorView to WorkspaceCodeFileView

github.com/CodeEditApp/CodeEdit - 1f48b8e2f1a49169100f8702e6ff923cb20b987c authored almost 3 years ago by Pavel Kasila <[email protected]>
fix: code editor highlight load

github.com/CodeEditApp/CodeEdit - c2ed6138d48149ed01efda5ad4f9b9e085cfaea2 authored almost 3 years ago by marcocarnevali <[email protected]>
Update README.md

github.com/CodeEditApp/CodeEdit - 47a903fab13fe074028c5d5ea0ba50e034a8880c authored almost 3 years ago by Austin Condiff <[email protected]>
Update README.md

github.com/CodeEditApp/CodeEdit - c3eb5c813a4877de7520d4d258a10fa26ef161c7 authored almost 3 years ago by Austin Condiff <[email protected]>
Added basic implementation of a terminal emulator using `SwiftTerm` (#165)

* Added basic implementation of a terminal emulator using `SwiftTerm`

* quick fix

* quick ...

github.com/CodeEditApp/CodeEdit - df5409d6e7a66e5941c603ec6dce4052417ac585 authored almost 3 years ago by Luke <[email protected]>
Merge pull request #186 from pkasila/fix-breadcrumb

Added scrollable breadcrumb, fixed sidebar moving to far left

github.com/CodeEditApp/CodeEdit - c9ae30a1deb7bc9651f7b699a8629cfc6375f30f authored almost 3 years ago by Luke <[email protected]>
Merge branch 'codeeditapp/main'

Conflicts:
CodeEdit/WorkspaceView.swift
CodeEditModules/Modules/StatusBar/src/StatusBarItems/S...

github.com/CodeEditApp/CodeEdit - 495d1d0f0662bee30f3543aee71b215a6c9f78e9 authored almost 3 years ago by Pavel Kasila <[email protected]>
Merge pull request #197 from lukepistrol/sidebar-fixes

Sidebar fixes

github.com/CodeEditApp/CodeEdit - f78fc87d6be06d323256c2ab9d98f3b452492097 authored almost 3 years ago by Luke <[email protected]>
Merge pull request #196 from thecoolwinter/sidebar-bug

Fix status bar preventing window resizing

github.com/CodeEditApp/CodeEdit - 4eae4c359d70cc1c730a002e098c71ee12490979 authored almost 3 years ago by Luke <[email protected]>
fixed navigator sidebar dock clickable area, empty panes not filling full height

github.com/CodeEditApp/CodeEdit - 9d1d711b90975ae82d4eb432db491bafa5745f8d authored almost 3 years ago by Lukeeep <[email protected]>
Fix status bar preventing window resizing.

github.com/CodeEditApp/CodeEdit - dcc88d35a8565e4577d75c8862c615da99851b87 authored almost 3 years ago by Khan Winter <[email protected]>
Merge pull request #193 from lukepistrol/main

Fix `Fatal not a git repository`

github.com/CodeEditApp/CodeEdit - 195de4fbe14cd6f62a55d4c32de4203f4e557cf8 authored almost 3 years ago by Luke <[email protected]>
Merge pull request #194 from thecoolwinter/Change-Welcome-Options

Change Welcome View Options

github.com/CodeEditApp/CodeEdit - 95959356e4c0669c513da5b7fced19ea1c707355 authored almost 3 years ago by Luke <[email protected]>
Hide source control options from status bar if no git repository available

github.com/CodeEditApp/CodeEdit - d006d7e5b1bec3ecdb9052ad3006e143e0bf329f authored almost 3 years ago by Lukeeep <[email protected]>
Update WelcomeView.swift

github.com/CodeEditApp/CodeEdit - 77fb94139f2bcbae9dccf008f37ff4d0a1495cf6 authored almost 3 years ago by Khan Winter <[email protected]>
quick-fix `Fatal not a git repository`

github.com/CodeEditApp/CodeEdit - cccdada0175966522c08379e87a708cbb324684f authored almost 3 years ago by Lukeeep <[email protected]>
Merge pull request #185 from wdg/merge

Added Dutch (Nederlands) as language

github.com/CodeEditApp/CodeEdit - 8001c075c8c2b3689f92514c8e62bd9eb6c3df76 authored almost 3 years ago by Luke <[email protected]>
Merge pull request #188 from nanashili/main

Fixed issue where finder app will open files instead of directory

github.com/CodeEditApp/CodeEdit - e253f8a697128f4617b0c56324efe6c7ebea740f authored almost 3 years ago by Luke <[email protected]>
Files will now be highlighted when opening the finder

github.com/CodeEditApp/CodeEdit - 1f4496403d089452f6c205fa596a30b92c15b624 authored almost 3 years ago by Tihan-Nico <[email protected]>
Merge branch 'CodeEditApp:main' into main

github.com/CodeEditApp/CodeEdit - 68695064fb14e46f9a1e03cfc05dfed318d2dc21 authored almost 3 years ago by Nanashi Li <[email protected]>
Merge branch 'main' into merge

github.com/CodeEditApp/CodeEdit - a1450962296ea024778e1a2481a1f1e66958071d authored almost 3 years ago by Wesley De Groot <[email protected]>
Merge pull request #125 from RayZhao1998/feature/workspace-search

Finding in workspace

github.com/CodeEditApp/CodeEdit - fffef88b8b85f72d14d1cb319ab74552ad9cccc6 authored almost 3 years ago by Luke <[email protected]>
Fix clicking on sub-items

github.com/CodeEditApp/CodeEdit - 40fb86789f8bf58cb3dc7fe7c6e85a6fe9bfd8ea authored almost 3 years ago by Wesley de Groot <[email protected]>
Merge pull request #147 from MarcoCarnevali/feature/new-code-editor

feat: new custom code editor

github.com/CodeEditApp/CodeEdit - a3583c35dec0119c68e3a5270ab7452410a990e3 authored almost 3 years ago by Luke <[email protected]>
Merge pull request #181 from glaucocustodio/add-pt-localization

add portuguese localization

github.com/CodeEditApp/CodeEdit - 1e93fc76d4ba5cb68977e37b34a4a1ab5e76512a authored almost 3 years ago by Luke <[email protected]>
Changed to pt-BR

github.com/CodeEditApp/CodeEdit - fd23c76c7bf1268a9423e3e584518cdf100a73a9 authored almost 3 years ago by Wesley de Groot <[email protected]>
Added Portugese to Localizable

github.com/CodeEditApp/CodeEdit - b529a71848b0ad11d96544e9c9a3110d83be9ebb authored almost 3 years ago by Wesley de Groot <[email protected]>
Fixed issue where finder app will open files instead of directory

github.com/CodeEditApp/CodeEdit - fa514944a18da774147d6e4195489207bfa42b5f authored almost 3 years ago by Tihan-Nico <[email protected]>
Added Dutch (Nederlands) as language

github.com/CodeEditApp/CodeEdit - 122b952afea2c2ffafc1e0fae5c50ab853e7e03f authored almost 3 years ago by Wesley de Groot <[email protected]>
Fixes #177 and #182

github.com/CodeEditApp/CodeEdit - c453081eb67e82c08de30be21704b660ab1bfec8 authored almost 3 years ago by Pavel Kasila <[email protected]>
add portuguese localization

github.com/CodeEditApp/CodeEdit - 260ba2fb782d79d1db1f79cfc309494576e00314 authored almost 3 years ago by Glauco Custódio <[email protected]>
Move models to package

github.com/CodeEditApp/CodeEdit - 5ca97739396aff19b2706c22e2f0321e6a582974 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Merge pull request #149 from pkasila/quick-open-ui

"Open Quickly" UI

github.com/CodeEditApp/CodeEdit - 12b14d420a4d1325abeef7de1b315779250df826 authored almost 3 years ago by Pavel Kasila <[email protected]>
feat: new code editor

github.com/CodeEditApp/CodeEdit - 5dd87f3822c84d1a9f3183546cf950bb64520794 authored almost 3 years ago by marcocarnevali <[email protected]>
Merge pull request #164 from nanashili/main

Context Menu Basics

github.com/CodeEditApp/CodeEdit - cb02b5baeba02a7c2656e4fd910de395a4c022f2 authored almost 3 years ago by Luke <[email protected]>
Solve conflicts

github.com/CodeEditApp/CodeEdit - d994e7681b209c383b89d4e99f0c97b83cd4ce73 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Improve codes

github.com/CodeEditApp/CodeEdit - b351893e4874c91af3174802eb67f3f7a6c8694c authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Support open file from search result list

github.com/CodeEditApp/CodeEdit - 81a42f76c8d4c3f44fc3ffeff00085f8ea1c9850 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Search mode menu UI

github.com/CodeEditApp/CodeEdit - b5d9a03693103c8f01f7c69e7aa3388a38de5d4c authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Support all files matching case search

github.com/CodeEditApp/CodeEdit - f0adad34535da78463230af1923010e9374383e2 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Highlight keywords

github.com/CodeEditApp/CodeEdit - b5000d24190a931499009efccb060830950b84c2 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Basic implement of finding in workspace

github.com/CodeEditApp/CodeEdit - b3e8fa4db32b5e716fa439bc2fd274ed5d10c137 authored almost 3 years ago by Ziyuan Zhao <[email protected]>
Updated to folder

github.com/CodeEditApp/CodeEdit - bf7a9a79ba0377630eab658fc3c031818451932b authored almost 3 years ago by Tihan-Nico <[email protected]>
Merge branch 'CodeEditApp:main' into main

github.com/CodeEditApp/CodeEdit - 8fe042f006d58cda8a39d3200ef064a5da341249 authored almost 3 years ago by Nanashi Li <[email protected]>
Add .circleci/config.yml

github.com/CodeEditApp/CodeEdit - 540dc8eed292bd38b40bf73ce4875f721d5953fc authored almost 3 years ago by Marco Carnevali <[email protected]>
Fixed trailing issues

github.com/CodeEditApp/CodeEdit - 187f947e934ecf1f4610e3276fb1830b535b7103 authored almost 3 years ago by Tihan-Nico <[email protected]>
Added context menu fixes for sidebar

github.com/CodeEditApp/CodeEdit - bd11eab1b11d783650d5e2ca10a8d1cc6d6d72be authored almost 3 years ago by Tihan-Nico <[email protected]>
Fixed missing divider

github.com/CodeEditApp/CodeEdit - e88f4c56f1cdbf62eb85b857e1de8319fc50bd1d authored almost 3 years ago by Tihan-Nico <[email protected]>
Merge branch 'main' of https://github.com/nanashili/CodeEdit

github.com/CodeEditApp/CodeEdit - a3abf3cbe20566c6c4084ac7fc98a1fce990a096 authored almost 3 years ago by Tihan-Nico <[email protected]>
Updated context menu

github.com/CodeEditApp/CodeEdit - 14d422869c12b3151ab35a7fc663ff37b4dfe4f1 authored almost 3 years ago by Tihan-Nico <[email protected]>
Merge branch 'CodeEditApp:main' into main

github.com/CodeEditApp/CodeEdit - e98ccd1ba0dbbef8c13fa8e28e2728ded12780fb authored almost 3 years ago by Nanashi Li <[email protected]>
Add the basics of the context menu

github.com/CodeEditApp/CodeEdit - d1f9a827df8ee52a500ea7aadc032acc57897df8 authored almost 3 years ago by Tihan-Nico <[email protected]>
Merge pull request #161 from lukepistrol/update-contribution-guide

Updated `CONTRIBUTING.md` with more detailed info

github.com/CodeEditApp/CodeEdit - c6388fa9d5f3f80aa95b1c49f09520f2c7f28359 authored almost 3 years ago by Luke <[email protected]>
Merge branch 'CodeEditApp:main' into main

github.com/CodeEditApp/CodeEdit - b806dbc1de09cc48046b4d5f948a319fea15e360 authored almost 3 years ago by Nanashi Li <[email protected]>
updated `CONTRIBUTING.md` with more detailed info

github.com/CodeEditApp/CodeEdit - f2fc827d0e893fa43cf06195ece90fa970f8e74c authored almost 3 years ago by Lukeeep <[email protected]>
Merge pull request #159 from lukepistrol/main

Status Bar improvements (dragging drawer)

github.com/CodeEditApp/CodeEdit - 8ccfb6143426c241803508e76724a166cfee13ac authored almost 3 years ago by Luke <[email protected]>
added basic docs

github.com/CodeEditApp/CodeEdit - e2ad79e882ba33e00cabb83f32dd3ace591109b9 authored almost 3 years ago by Lukeeep <[email protected]>
implementing "resistance" for dragging drawer over minimal height

github.com/CodeEditApp/CodeEdit - b5037b40b98238fa52a788dd0c785aaa8e09bbee authored almost 3 years ago by Lukeeep <[email protected]>
Merge pull request #158 from eravse/Localization_Turkish

Added Turkish Localization

github.com/CodeEditApp/CodeEdit - 017ac6946d50aeaa36bb81164d5ab8bbdeb313f5 authored almost 3 years ago by Luke <[email protected]>
Update README.md

github.com/CodeEditApp/CodeEdit - 1a5c319e45e38938091b16e32564bfb3b4f17c04 authored almost 3 years ago by Austin Condiff <[email protected]>
Added Settings

github.com/CodeEditApp/CodeEdit - e0f29390d3483bdcc7f92ffed4e8b0b688b771a1 authored almost 3 years ago by Erdem Avni Selçuk <[email protected]>
Merge pull request #156 from domenicoblanco/main

Updated Italian localization

github.com/CodeEditApp/CodeEdit - 7b04baf5da4b00cb5ed0c3201572035d268d0b63 authored almost 3 years ago by Luke <[email protected]>
Added Turkish Localization

github.com/CodeEditApp/CodeEdit - 675f0d430f9467142fe70ee43d691b56bd4957e4 authored almost 3 years ago by Erdem Avni Selçuk <[email protected]>
Updated Italian localization

github.com/CodeEditApp/CodeEdit - 4bd27a8955a7e59d5967dea4cc2f470e36b1531e authored almost 3 years ago by Domenico Blanco <[email protected]>
Merge branch 'main' of https://github.com/nanashili/CodeEdit

github.com/CodeEditApp/CodeEdit - 57daf5407ef54899c62152a3cae628475d29bdfd authored almost 3 years ago by Tihan-Nico <[email protected]>
Merge pull request #155 from 0xfederama/main

Localization in Italian

github.com/CodeEditApp/CodeEdit - 68a69ecf92ee3d7158fc6e3113cdb9e21176089c authored almost 3 years ago by Luke <[email protected]>
Localization in Italian

github.com/CodeEditApp/CodeEdit - 188bcb4e814a1b36bbeece4722d2d4143b04eda1 authored almost 3 years ago by Federico <[email protected]>
[GitClient] introduction

github.com/CodeEditApp/CodeEdit - 2a3d7fd3f27ee1b4c2993035bf6eeacf248fc040 authored almost 3 years ago by marcocarnevali <[email protected]>
Placeholder Inspector Sidebar (#141)

* Added inspector sidebar

* Inspector sidebar

* Fixed lint errors

* Moved files

* Mo...

github.com/CodeEditApp/CodeEdit - dc587b4da56bc3efca9fced6dbe7626c288493d0 authored almost 3 years ago by Austin Condiff <[email protected]>
changed local configuration of `swiftlint` to `--strict` (#150)

github.com/CodeEditApp/CodeEdit - ddc981e6eeeca732560aba26d10a2508547aabb3 authored almost 3 years ago by Luke <[email protected]>
Make NSPanel a child window of CodeEditWindowController's main one

github.com/CodeEditApp/CodeEdit - 96d707edda5ba955bc740cdb1c228300f34d64b0 authored almost 3 years ago by Pavel Kasila <[email protected]>
Disable animation, because it doesn't work the way it was intended to be

github.com/CodeEditApp/CodeEdit - c57ee7a4bed4deee6efec6849e541886d7d8e782 authored almost 3 years ago by Pavel Kasila <[email protected]>
Merge branch 'codeeditapp/main'

github.com/CodeEditApp/CodeEdit - 643e912032ffbdfd02f675d7a87098d886d0b60e authored almost 3 years ago by Pavel Kasila <[email protected]>
Fix spacings in Open Quickly

github.com/CodeEditApp/CodeEdit - 90f79ed02ff26c1cf6b6264f03c76d3fda8b6581 authored almost 3 years ago by Pavel Kasila <[email protected]>
Merge branch 'CodeEditApp:main' into main

github.com/CodeEditApp/CodeEdit - 5749c7009dbe192ba5d5ad64f8b438adb8ce3c1a authored almost 3 years ago by Nanashi Li <[email protected]>
Merge pull request #139 from lukepistrol/main

Location fix of PR template

github.com/CodeEditApp/CodeEdit - 70f5d710af4e31955b11dc8b87325ecf4b41adab authored almost 3 years ago by Luke <[email protected]>
changed spacing and font-sizes & added drawer open animation (#138)

github.com/CodeEditApp/CodeEdit - f018832c78914ff67f8de1bc7027bdd24725c45f authored almost 3 years ago by Luke <[email protected]>
changed location of PR template

github.com/CodeEditApp/CodeEdit - a58b8e68ca294dbf2dce6358a7d678796d67ae7c authored almost 3 years ago by Luke <[email protected]>