KaiTheRedNinja

Results 10 comments of KaiTheRedNinja

double-clicking works i think? And if the field is focused and you press enter it should allow you to edit the name.

I've got a working version of ignore case search, but doing the rest will require major changes to SearchModeModel.swift

ykw im ambitious i'll try and change SearchModeModel and make things work. Just changing the structure of a class for ease of use and some string comparing shouldn't be as...

yeah i can port it over from AE, might need some modifications because of the changes in file manager. But ultimately should be simple enough

seems like its already done :D thanks to @matthijseikelenboom (i think) ![image](https://github.com/CodeEditApp/CodeEdit/assets/88234730/3b868e6d-c549-43fd-90e1-70b0b4bb3c60)

This library works for "Built for iPad" apps, which are similar to mac catalyst but for visionOS. I managed to get it working and get the same visionos-native looking interface...

In my experiment [over here](https://github.com/KaiTheRedNinja/JSSUIBridgeTest/tree/main), I use the following structures for "primative" ui elements (VStack, HStack, Text, Button): - Stacks ```jsonc { "viewType": "vstack", // or hstack "content": [/*other json...

i would think that if we’re going that route, the only file system data that would be stored is say the order of files within a folder, so that ae...

Not just from the menu bar. It appears that opening any project that was closed with a tab causes that bugged out tab to exist

I think a while back nanashili did something with the minimap to allow it to automatically hide/show, may have introduced this bug.