Aye Chan

Results 12 issues of Aye Chan

This PR includes the fix for thread warning yelled by Xcode when attempting to update text size outside of main thread.

### Description If a file is opened through "Open In Tab", the file is not selected in Project Navigator and it still highlights the previous file (if there is a...

bug

### Description I would like to suggest a few things for the enhancement of textfield in Project Navigator. 1. When renaming the filename in Project Navigator, the textfield should highlight...

enhancement

### Description This PR includes the reveal of the selected file in the middle like in VSCode and Xcode as follows. 1. Bring the file to the middle of the...

### Description In the current version, it only reveals the selected file (not visible in Project Navigator) near top or bottom edge of the outline view if the auto reveal...

enhancement

### Description With new Swift features come out, it is a perfect time to revamp SwiftTheming API to be more efficient to use in the project. In Version 2, as...

enhancement

### Description Previously, we had to hardcode all themes so that it lacks the availability to load dynamic themes. ### Proposal The ideal approach is that instead of hardcoded themes,...

enhancement

### Description Imagine if you want to use different background colors or different fonts on different platforms, as SwiftTheming doesn't know on which os the app is running, it won't...

enhancement

### Description As materials are part of Apple Platform especially in VisionOS, it is good to support them in SwiftTheming. ### Proposal The new asset protocol called `MaterialAssets` will be...

enhancement