Advertisement · 728 × 90

Posts by CodeEdit

Thanks for reading! You can update CodeEdit using the in-app updater or download the latest version from GitHub.

GitHub: github.com/CodeEditApp/...
Join our Discord: discord.gg/JaGdRXAPgX

7 months ago 1 0 0 0

We've implemented performance improvements in our open-source Swift text view that reduces CPU time by up to 87% on each keystroke. The whole editor should feel more snappy!

Our text view is also now completely compatible with all available macOS accessibility APIs!

github.com/CodeEditApp/...

7 months ago 1 0 1 1
Post image

For those of you who like to live life on the edge, we’ve included an experimental language server installation menu. From here, you can install servers for most languages. We’ll be iterating quickly, so expect frequent updates on this.

7 months ago 1 0 1 0
Video

We've added support for external file changes. If you lint a file, or pull changes from git, those changes will be reflected in your open editors. If there's a conflict, CodeEdit will prompt you to save your changes or use the updated version from disk.

7 months ago 0 0 1 0
Video

A long-time pain point when working across multiple files was that CodeEdit didn’t remember your place when switching tabs. That’s fixed! CodeEdit will remember your scroll position and cursor placements between tabs, and between sessions so you can pick up right where you left off.

7 months ago 0 0 1 0
Video

Drawing invisible characters is one of our oldest open issues. This release finally closes it! You can now enable invisible characters, and customize which ones show as well as the placeholders used in their place.

7 months ago 1 0 1 0
Video

Previously, tasks displayed their output as plain text. Now they run in a specialized terminal built just for tasks. They're interactive, output color, and everything else you'd expect from your terminal!

7 months ago 0 0 1 0
Advertisement

Announcing our latest release v0.3.6!🎉

This version packs in new features that continue to bring CodeEdit up to speed for use as a daily driver editor. Terminal task output, invisible characters, editor restoration, external file changes, and more!

Read on! ⬇️

7 months ago 10 4 1 0
Preview
59: At least mine was related to Swift | Swift Package Indexing | Episode 59 Join us for more package ecosystem talk, covering the new Swift Ecosystem Steering group, extracting reusable packages from the CodeEdit codebase, and how Rust error messages have evolved over the yea...

It’s always great to see community contributions getting noticed! Our two most recent Swift packages, WelcomeWindow and AboutWindow, were mentioned on the latest @SwiftPackageIndex.mas.to.ap.brid.gy podcast. Nice surprise.

Check it out 👇
share.transistor.fm/s/aff6cc87

8 months ago 7 1 0 0
Video

In the next version of CodeEdit...

Editors reflect external file changes! If your file is modified by another program on your machine, CodeEdit will intelligently reload any open editors to show you the most up-to-date version of that file.

8 months ago 4 1 0 1

As always, these options are completely customizable. You can replace the character rendered for each invisible character, and add or remove what characters codes you are warned about. You can also disable each setting entirely!

9 months ago 1 0 0 0
Video

In the next version of CodeEdit...

Invisible characters and warning characters!

Invisible characters render whitespace in your editor, including tabs, spaces, newlines, and more. Warning characters warn of potentially dangerous characters like the zero-width space.

9 months ago 3 1 1 0
Video

In the next version of CodeEdit...

CodeEdit remembers your cursors, undo stack, selections, and file positions when switching editors, even across sessions. Close your workspace and pick up exactly where you left off next time.

#swift #programming

9 months ago 4 1 0 0
Video

Announcing our latest release v0.3.5!🎉

This release contains massive editor upgrades with a new minimap, code folding gutter, refactor guide, and new find and replace options. You can also paste to create files, hide the interface, and much more!

www.codeedit.app/whats-new#v0...

9 months ago 5 0 0 1
Advertisement

Oh, and all our packages are documented 😉

codeeditapp.github.io/WelcomeWindo...

codeeditapp.github.io/AboutWindow/...

9 months ago 1 0 0 0
Preview
Introducing New Packages: WelcomeWindow and AboutWindow | CodeEdit Blog We're excited to introduce two new SwiftUI packages to help you build amazing macOS apps: WelcomeWindow and AboutWindow.

We've written a little more in detail on our blog, check it out!

Also a huge shoutout to George Tchelidze. Without him, these would have never come together. Go check out his project CircuitPro where he's using these packages too!

www.codeedit.app/blog/2025/07...

9 months ago 1 0 1 0
GitHub - CodeEditApp/AboutWindow: An about window for macOS applications. An about window for macOS applications. Contribute to CodeEditApp/AboutWindow development by creating an account on GitHub.

AboutWindow is a slick upgrade for your about window. By default it includes your app's icon and version, but provides customization options to add more, such as contributors or licenses. Each page has a smooth animation that you can hook into with SwiftUI animations.

github.com/CodeEditApp/...

9 months ago 3 0 1 0
Preview
GitHub - CodeEditApp/WelcomeWindow: A welcome window for macOS applications. A welcome window for macOS applications. Contribute to CodeEditApp/WelcomeWindow development by creating an account on GitHub.

WelcomeWindow is a SwiftUI Scene that lets you create a welcome window similar to the one provided by Xcode and CodeEdit. For document-based apps, there's an easy-to-integrate recent document list. It comes with beautiful defaults, but can be customized to your taste.

github.com/CodeEditApp/...

9 months ago 3 0 1 0
Preview
Introducing New Packages: WelcomeWindow and AboutWindow | CodeEdit Blog We're excited to introduce two new SwiftUI packages to help you build amazing macOS apps: WelcomeWindow and AboutWindow.

We're excited to announce two new Swift packages! WelcomeWindow and AboutWindow.

These packages are core components from CodeEdit that have been split into standalone packages. We hope they help raise the bar for native Swift apps.

Read on to learn more!

www.codeedit.app/blog/2025/07...

9 months ago 9 2 1 2
Video

We've published a new release of our Swift text view package!

Versions 0.11.2-0.11.3 introduces Invisible Characters, Column Selection, improves undo/redo with drag and drop, improves our attachments API, fixes an outstanding cursor bug, and more!

github.com/CodeEditApp/...

9 months ago 2 1 0 0
Video

In the next version of CodeEdit...

Users can create files using their clipboard contents in the project navigator 🎉

Thanks to Syrux64 on GitHub for the contribution! #swift

10 months ago 6 1 0 0
Video

More nitty gritty code folding details in @codeedit.app. Now that I have the data model done I'm working on making sure the ribbon drawing is perfect. Now, adjacent lines draw with a horizontal line, and collapsed folds inside hovered folds nicely clip to a matched, round, border for clarity. #swift

10 months ago 6 1 0 0
Video

This was seriously hard to orchestrate, but I finally have code folding working while typing in @codeedit.app. The issue I was facing was remembering folded regions while editing text, and doing it efficiently.

Now all thats left is a few drawing issues and a smooth animation! #swift

10 months ago 2 1 0 0
Video

In the next version of CodeEdit...

The source editor Find Panel gets a Find Method picker. Options include: Contains, Matches Word, Starts With, Ends With, and Regular Expression. This work wraps up in-editor find! 🔎📝

10 months ago 3 1 0 0
Advertisement
Video

Making progress on code folding for @codeedit.app. Very much a WIP but I think I'm making some good progress!

11 months ago 6 1 1 0
Preview
CodeEdit | A native code editor for macOS A lightweight, natively built editor. Open source. Free forever.

Feeling saucy? 🍕 We thought so!

To get ready for @deepdishswift.com, we are launching a cheesy challenge—even if you aren't able to join us in Chicago.

Ship a PR, get a pizza. Simple as that!

Claim your free pizza today! 🍽️ codeedit.app/pizza

#WillCodeForPizza

11 months ago 5 3 0 2
Video

In the next version of CodeEdit...

We're introducing a minimap for our editor! The minimap shows a high-level summary of the editors contents, allowing for quick navigation and better understanding of the entire file. Drag the visible area to jump quickly around your file.

11 months ago 3 0 0 2

Lots of fast changes happening on this package to make way for new features in CodeEdit! These types of patches are foundational for features like our upcoming minimap. Stay tuned for more!

11 months ago 2 0 0 0
Preview
Releases · CodeEditApp/CodeEditTextView A text editor specialized for displaying and editing code documents. Written in pure Swift. - CodeEditApp/CodeEditTextView

We've published a new release of our Swift text view package!

Versions 0.10.0-0.10.1 introduce a new set of APIs for customizing text layout behavior. Devs can now provide custom rendering, line breaking, and positioning information for custom layouts.

github.com/CodeEditApp/...

11 months ago 2 0 1 1

A message about whats next from @khanwinter.com 💬

www.youtube.com/watch?v=Vc1-...

1 year ago 1 2 0 0