Lingxi Li
Lingxi Li
My thoughts on the Activity Viewer: ## What goes in the activity viewer? * In the left: I think we can follow the design of XCode (as shown on your...
@SwiftUILabs : UI Bugs could be tricky at all time. I will take a glimpse of it when I am free.
@Angelk90 : Thanks for catching! This is a known issue that I am working on right now. (It seems like there is no solution in pure SwiftUI so I might...
For now, the issue is that, when we are overriding the foreground color for SwiftUI `List` (because we want the icon to be colorful), the selection state cannot be reflected...
Thanks for discussion here. Your opinions are really helpful, and I will try implementing a new List using NSTableView (similar to how our NSOutlineView is implemented) once I get to...
@austincondiff : I have not finished wrapping up this part yet. A bit busy this week, so I will finish this PR this weekend.
I think we need to modularize `WorkspaceDocument` first and then we are able to modularize other UI components because some of them (e.g. TabBar) are highly relying on the workspace...
@austincondiff : Will fix the missing breadcrumb.
1. I am going to add the drag-to-reorder feature in the next PR. 2. Left buttons require tracking the navigation history, which need some further development, so I will make...
Just a note: In most IDEs (e.g. WebStorm, Xcode), the auto-forwarding of closing parenthesis is actually based on the count of parenthesis. In the case of `abc(()[cursor])`, when I type...