Ecosyste.ms: OpenCollective

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

github.com/CodeEditApp/CodeEdit

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://github.com/CodeEditApp/CodeEdit

Merge branch 'CodeEditApp:main' into main

8f9377b565b8b642b28eb96da1a2c85a21f3beb3 authored almost 3 years ago
Add Issue & PR templates (#136)

* Update issue templates

* Added PR template

91ac181b1628c76804e29aca8f1f4d7da578b4c7 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

1e15658290098d9c2549b0dac24e65ab509d7063 authored almost 3 years ago
Tab Improvements (#128)

* Improved overall tab style to feel more native to macOS

* Fixed lint error

* More lint e...

c07955ce51bb4ec55c9d375a0be928dedda6c629 authored almost 3 years ago
feat: support Simplified Chinese localization (#133)

* feat: support Simplified Chinese localization

* adjust the translation

adc8036af82c5b1160c05b9cf22a1dec9f8dc688 authored almost 3 years ago
Update README.md (#129)

spelling correction

28c080a927bcfed0b767e50cf83cc27445ea3a0d authored almost 3 years ago
[Fix] Quick open panel init every time keyboard shortcut fires (#130)

* [Fix] quick open panel init every time keyboard shortcut fires

Fix quick open panel init ev...

168ad604f9295171dafc506e7332b636834d978b authored almost 3 years ago
Japanese localization files have been added. (#131)

91469646021a8aaf6d93701a476c78dce8d8e1cd authored almost 3 years ago
Fixed lint error

2c5e533f559a8960a208b803a7d86b07dfe2fa19 authored almost 3 years ago
Fixed lint error

556553d8212b1bfaf850f15ac143464e401bd268 authored almost 3 years ago
Added PressActionsModifier.swift

b37110d90f132d8baf14d78cb454522006986051 authored almost 3 years ago
Added PressActionsModifier file to project

e307354a74d33e4e5eb128e06a0493a371770cdb authored almost 3 years ago
Fixed lint errors and animations

e9c3c8f28b0a23d4f825883b30905eec7200f51d authored almost 3 years ago
Update WorkspaceCodeFileView.swift

Resolved conflicts

cf3420b35ebc576b4c7bc2ec9f1f81e4af674da5 authored almost 3 years ago
Merge remote-tracking branch 'refs/remotes/origin/main'

Conflicts:
CodeEdit.xcodeproj/project.pbxproj
CodeEdit/AppDelegate.swift
CodeEdit/Documents/W...

b5df26932b61be5f0c83e970dfbc1916fb387857 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

93ebe31b956f6803491a6cc6c13396cc25b42636 authored almost 3 years ago
Improved overall tab style to feel more native to macOS

f2f2db63179893cc952701fabf33284ef26d7625 authored almost 3 years ago
Fixed lint error

ce4fd995aaec449caea67cd64c4c9dc73643707b authored almost 3 years ago
Fix version localization key (#120)

978aae2195066bf15c80fe645d7e436b3bca3bd1 authored almost 3 years ago
More lint error fixes

5fa1de771e39eea1442cde888f0951d3cdfe0ff8 authored almost 3 years ago
Replicating aesthetic and behavior of standard tabs. Removed wrapper component so that code is more straightforward.

ee5fd1833b98de05bcea55cfd5b14fe830c98b0a authored almost 3 years ago
Fix data format (#105)

* Allow opening of `public.item` instead of `public.source-code`

* Handle errors

c5a2cb5d325ae5c75eba34124e5407937966ddd0 authored almost 3 years ago
Change document types priority, prioritize workspace over source code file to fix #110

90507d9c411eb3e027aedee2a0493af7d2be630a authored almost 3 years ago
Fix multiple welcome window

1cdfff60cf6f1c75c630a74650aa66a5c5844c69 authored almost 3 years ago
Fix "Welcome to CodeEdit" Main Menu item (#106)

b340d99e6ca4a2f014c61ffd3a8ce3926806f52f authored almost 3 years ago
Message Preview when opening the non coding file (#102)

* Cleaned up the typography for Welcome Screen

* Added support for more code editor themes

* R...

0b22e113f2d802e7f6362e79dcd9d76ed17ebb74 authored almost 3 years ago
Create CONTRIBUTING.md

72797ecb628bfd8f53a84f9f3ea54f2bb011a6ed authored almost 3 years ago
Update CONTRIBUTING.md

5b8f0635e843b116d1f91248e3a540a8aee79a25 authored almost 3 years ago
Update CONTRIBUTING.md

6f5347da7e6c90429916078e9e040cf0a93d7079 authored almost 3 years ago
Update CONTRIBUTING.md

9ef2fdaca67163db6a82cd5900924fb458aa9893 authored almost 3 years ago
Merge pull request #127 from cestef/main

3bad6e072d65a1a07eb3b41985f34146a9204cca authored almost 3 years ago
Merge remote-tracking branch 'refs/remotes/origin/main'

ab016cda4f3b9534218134806dd374c54db5e8bc authored almost 3 years ago
Merge pull request #119 from pkasila/open-quickly

Add "Open Quickly" and module to work with overlays

36a6f3c9c450d089dcae0931b0f3642834943058 authored almost 3 years ago
Move `QuickOpenPanel` to `Overlays` module and rename it to `OverlayPanel` (it can be used by any other overlay). Make `OverlayPanel` close on `windowDidResignKey` as Xcode does

bbf597a6d82459353ddfd552f9abe2bc85c52b62 authored almost 3 years ago
Add French Localization

58dee18ae3191c89b8ba9e81e590c80cf8be27aa authored almost 3 years ago
Small changes to icon in `QuickOpenView`

ff37a05fc2e007cbdab03a2c8dd3edcc133b5911 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

42567cf62f77213f57a273e66ca6de2cf0d51bf7 authored almost 3 years ago
Merge pull request #122 from wdg/main

Set up Code of Conduct

fe2ad8b6a144e02e5908308ff6844e8718fdafad authored almost 3 years ago
Move all check to `WorkspaceCodeFileView`

071084b6182a8e775f4d17ff42ff77cc98e9fab7 authored almost 3 years ago
Move `StatusBar` to `WorkspaceCodeFileEditor`

dc1550830811e8d150b35dc33635b15dde85d989 authored almost 3 years ago
Merge branch 'codeeditapp/main'

Conflicts:
CodeEdit/SideBar/SideBarItem.swift

830d5d1c60f2fa4042cfd02ee8a107f3a966a595 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

ad445c9ec133ea7384a099c3f8758f45bb066eb7 authored almost 3 years ago
Merge pull request #99 from lukepistrol/status-bar

Basic implementation of the status bar (non interactive)

c93de2844cdeaa7245dae85b3193bf03edeadea8 authored almost 3 years ago
Disable editing in preview

3b6a537912748a61d4ee8e9656324d0097c8044f authored almost 3 years ago
added `@available(macOS 12, *)` as workaround until we can bump `CodeEditModules` to `.v12`

45e7102e082c474364a05ec015ea0f3959c87e23 authored almost 3 years ago
Merge branch 'codeeditapp/main'

d5b898f3364936533adb9bbdcc2d565028f2a950 authored almost 3 years ago
Add Preview to Open Quickly

9377b34391e93496fecec507dbb8ae08be743f26 authored almost 3 years ago
Some optimizations, still high memory usage after opening many files

7b7020548557a10a2427ee8695384ed0fb393142 authored almost 3 years ago
added placeholder terminal view + drag gesture

4c3678b5dd2fd27eb0160a3886ab77a047a5276c authored almost 3 years ago
add truncated file path relative to base directory of the workspace

8315053d3a6fbf09ec53804bdef25384daf9be28 authored almost 3 years ago
Set up Code of Conduct

e06badad775471da768d817daee395beaf9d0e0e authored almost 3 years ago
Run search in a new thread instead of running everything in the main thread

1b3f9e82cb18541cc35af14e9a26f3aeff58d6fe authored almost 3 years ago
Fix unexpected behavior when closing file opened through "Open Quickly"

4aa864102b2248e667645cd3a235a42dcf37a9b5 authored almost 3 years ago
fixed lint error

5263af0ce89626a102db6f21eb09c212b0d9d7db authored almost 3 years ago
added comments for future implementation

2dbcf3cd192ad04081e338b022e5d6c478979ea5 authored almost 3 years ago
Added boilerplate view model

975727c5ff4633fb1c0b6dc3868b8b51cd9266dd authored almost 3 years ago
Merge remote-tracking branch 'refs/remotes/origin/status-bar'

0559c891a9e0279f085d812106614297c64d248a authored almost 3 years ago
fixed indentation in `Package.swift`

a4260549074aca783cfdea35b4abb6d71bb128c5 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

34c1f75145f73ba252b34e91a77323e5d5af4fa2 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into status-bar

eb144ee25f308063ce9506e1dd14b254a076d1bc authored almost 3 years ago
Added reference to `CONTRIBUTING.md`

8203209c753502043ca53851c30b868d2168195f authored almost 3 years ago
Merge branch 'CodeEditApp:main' into status-bar

77d9715735177b8d7b7bf2406318f058dc1817ea authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

17982d20c976c44184e33eeccc0a407877e3fb24 authored almost 3 years ago
Open file on double click

e45825d6e40206fb8ca395b7707fe7fab4d846b1 authored almost 3 years ago
Merge pull request #91 from CodeEditApp/contibuting-guide

2e1e7a696847a04624cc0f7d74a5ab8c189d8b65 authored almost 3 years ago
Fix version localization key (#120)

555dfbd85a1cfde6771202fa1a8d0efdba7f966a authored almost 3 years ago
Started adding the barebones of the context menu for sidebar items

72387e401f2b5bb58b3780833a4af06edafeffd0 authored almost 3 years ago
Sample List below search bar

15085427ae21bc2ae57594bf0d6db673c147288a authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

27d12e39335b7c27e10b1dc4001ff51046f478c3 authored almost 3 years ago
Focus on "Open Quickly" panel

4648748b8028ddba4af4c7e65bc653d9592d9cf2 authored almost 3 years ago
Merge branch 'codeeditapp/main'

Conflicts:
CodeEdit/AppDelegate.swift

91378d6294d8e40a42c8384f7740b9cfbdc22085 authored almost 3 years ago
Provide QuickOpenView access to WorkspaceDocument, store query in the WorkspaceDocument

d759ac7f1c428495094036d04b00cc386e6a2462 authored almost 3 years ago
Merge pull request #114 from pkasila/change-nsdocument-priority

Change document types priority

309811a59bf3dad346090296b55b4e8084209893 authored almost 3 years ago
Make "Open Quickly" panel child window of Workspace window

fa7e2e57028dfc10191edc15f44a6b0120bfe7c3 authored almost 3 years ago
Simple "Open Quickly" panel

0834fc889138e394fc8d2e8f6b9386ecb38a58a0 authored almost 3 years ago
Merge pull request #115 from RayZhao1998/fix/multiple-welcome

Fix multiple welcome windows

0a0aafa586d16d31778d6fe2a6084c1522924017 authored almost 3 years ago
Fix multiple welcome window

db101fd4870e6be9900ae9cad582fd70234405d1 authored almost 3 years ago
Change document types priority, prioritize workspace over source code file to fix #110

b11ad20900c479e4c56845433a887482c566f29e authored almost 3 years ago
Merge branch 'status-bar-merge' into status-bar

41f827ad42e0c35abe6b442401a21d680c15f841 authored almost 3 years ago
added missing items

4977f76d288fea77a43f276877c0188b022daf66 authored almost 3 years ago
basic implementation of the status bar (non interactive)

de189f7f9441d4deb55a28af87ea2409cb409fd3 authored almost 3 years ago
removed Dev-Team

4225031fa016bfeeb7a112ed56f698c31942e050 authored almost 3 years ago
added missing items

0db53fcfd9b769b391ff1dfcb6b15773a0cd2726 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

8278655fdb583aaffcae98c0c0ba64a340581ada authored almost 3 years ago
Message Preview when opening the non coding file (#102)

* Cleaned up the typography for Welcome Screen

* Added support for more code editor themes

...

1c3132e8c3226519cf030c43c5104efe0741a79e authored almost 3 years ago
Fix data format (#105)

* Allow opening of `public.item` instead of `public.source-code`

* Handle errors

2f28f6397f127ec9bfe63bd28207664ca21e2a46 authored almost 3 years ago
Fix "Welcome to CodeEdit" Main Menu item (#106)

b73c8e71f8347f00cf78320200ed1d5b24efc5c6 authored almost 3 years ago
Improved Tab Style (#109)

* Improved overall tab style to feel more native to macOS

* Fixed lint error

* More lint e...

db624c3b6912de482b1529f529a144f1da14ae59 authored almost 3 years ago
More liner error fixes

0240e504d4ce82880acc1ed74094c0ffbe1202ad authored almost 3 years ago
More lint error fixes

5effe0f8ad1024e6b58ab10235442c150780bfee authored almost 3 years ago
More lint error fixes

21639764bdb9f145beb7c1dd67feb7cda951dc97 authored almost 3 years ago
Fixed lint error

85f29ee92e6ccb48c255237f7cfa0c8d07a3f960 authored almost 3 years ago
Improved overall tab style to feel more native to macOS

0993639c6937349e6c45407a134b40ac831cc2fb authored almost 3 years ago
Update to editor error for file types.

2b0dbfcb317fc99a2fb556c3a99163c57e81b027 authored almost 3 years ago
Merge branch 'CodeEditApp:main' into main

eb3664bbf0d8ec0f7178d1105394e02cab241f8c authored almost 3 years ago
Updated the editor error string to be short and sweet

9cd16af40f32575975c62ba69c547cf0c76e4d68 authored almost 3 years ago
Improve welcome screen (#82)

* Fix the screen height change when hovering first time

* Rebuild recent projects with List
...

4c3717348fe643350f8c8de3d8ce29479b758b9d authored almost 3 years ago
Fixed localization changes in Russian and Belarusian

8b901fbe29d519890e30b1910b4b4d9eb8c5239f authored almost 3 years ago
Revert "Bump `CodeEditModules` platform version to `.v12`"

This reverts commit 3ce8570ededd84013e5998084d864c2302425add.

708bfbcfe61f09e052d8c262179774acc670060f authored almost 3 years ago
Revert "Update Test Action to `macos-12`"

This reverts commit 9768017f4558ba2111ac36d2baaff3ae67dbc80d.

e8901997f40793f09730c8fb770a8465c5c5f549 authored almost 3 years ago