-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full Quick Look support #1807
Full Quick Look support #1807
Conversation
… '.gitignore', '.editorconfig')
…s with a ".", every component will be checked to get a valid type.
…s with a ".", every component will be checked to get a valid type.
#Conflicts: # CodeEdit/Features/CEWorkspace/Models/CEWorkspaceFile.swift
#Conflicts: # CodeEdit/Features/Editor/TabBar/Tabs/Tab/EditorTabView.swift
…pened with Quick Look, clicking this option will opened the default CodeEdit editor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good, just one small thought on the view rename. I like the move to the menu items being in the quick look controller 👍
Also fix tests, looks like it's having trouble finding a file.
…s by missing files.
There are merge conflicts with main |
I don't get it, in my pull request I didn't modified that file and it's 396 lines long, waiting for issue to be resolved. |
Description
This pull request brings full Quick Look support. This means that now, any type of file compatible with Quick Look can be viewed within CodeEdit (such as videos).
Related Issues
Checklist
Screenshots
Menu
Video
Screen.Recording.2024-07-10.at.23.04.25.mov
Update 1
Opened in code editor (left). Opened with Quick Look (right).
Update 2
Open As -> Source Code menu item is now enabled. When having a file opened with Quick Look, clicking this option will opened the file in the default CodeEdit editor.
Screen.Recording.2024-07-10.at.23.50.55.mov