Wouter Hennen

Results 19 issues of Wouter Hennen

macOS 13.0 introduced a new SwiftUI Scene for showing a menubar icon: [MenuBarExtra](https://developer.apple.com/documentation/swiftui/menubarextra/). When using the initializer with `isInserted`, the settings window will just hang and show a beachball if...

Yesterday I updated Xcode to version 13.3, and now there are a number of errors about DefaultsSerializable. When creating a new project and adding the example code from here, I...

### Description When the amount of columns is changed due to a window resize, the state of the children is lost. I suspect this is due to the way the...

bug
help wanted

# Description This PR simplifies the code for the Recent Projects List, adds multiselection behavior to that list, and unifies it with the built-in macOS recent files list. This solves...

enhancement

### Is your feature request related to a problem? Please describe. The current app implementation uses the AppKit lifecycle. ### Describe the solution you'd like ## Overview I'd like to...

enhancement
UI

### Description Rewrite of the file handling system. The current file handling system starts to get slow for larger projects. This is noticeable to the user by the slow startup...

### Description Currently, CodeEdit loads the file tree of a workspace synchronously. For large folders this becomes slow and CodeEdit just waits and does nothing, until all files have been...

enhancement

The Editor splitting PR removed the state saving of the actives tabs. This should be readded.

enhancement
editor

There's a working implementation of CodeEditKit integration in CodeEdit, however things are rough. This issue is a tracker for things that need to be done to tidy up and improve...

enhancement
extensions

### Description A new ReorderableTabView, which replaces AreaTabBarAlt. Why? - It's designed to work like a built-in View. No custom protocols, but instead a generic view. Options are provided with...

bug
enhancement