-
-
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
🐞 Inspector Sidebar Disappears When Opening A Project File #170
Labels
Comments
austincondiff
added
bug
Something isn't working
good first issue
Good for newcomers
labels
Mar 22, 2022
No longer reproducible |
austincondiff
changed the title
[BUG] - Inspector Sidebar Disappears When Opening A Project File
🐞 Inspector Sidebar Disappears When Opening A Project File
Mar 31, 2022
xinix909
pushed a commit
to xinix909/CodeTransfer
that referenced
this issue
Sep 7, 2024
…ont and ruler Inset scale with text font size. (CodeEditApp#170) <!--- IMPORTANT: If this PR addresses multiple unrelated issues, it will be closed until separated. --> ### Description This PR adds a customized SF Pro Font which aims to look like the Xcode Digits font. The ruler font and the ruler insets scale with the text font size. ### Related Issues <!--- REQUIRED: Tag all related issues (e.g. * CodeEditApp#123) --> <!--- If this PR resolves the issue please specify (e.g. * closes CodeEditApp#123) --> <!--- If this PR addresses multiple issues, these issues must be related to one other --> * closes CodeEditApp#58 * closes CodeEditApp#157 ### Checklist <!--- Add things that are not yet implemented above --> - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [x] The issues this PR addresses are related to each other - [x] My changes generate no new warnings - [x] My code builds and runs on my machine - [x] My changes are all related to the related issue above - [x] I documented my code ### Screenshots <!--- REQUIRED: if issue is UI related --> PointSize 13: Xcode left, CodeEdit Right: <img width="73" alt="image" src="https://user-images.githubusercontent.com/82230675/227798735-1041b4a0-7aa9-4e3e-8c73-a8993427e862.png"> PointSize 20: Xcode left, CodeEdit Right: <img width="162" alt="image" src="https://user-images.githubusercontent.com/82230675/227799017-87c08fb7-bac5-4a63-8fb2-b0bf4b0f3f0b.png"> <!--- IMPORTANT: Fill out all required fields. Otherwise we might close this PR temporarily --> --------- Co-authored-by: Lukas Pistrol <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When opening a file the inspector sidebar remains visible
Screenshots
https://user-images.githubusercontent.com/806104/159528168-1ee8ec88-413d-40a4-b268-3dfbf0f7ecb1.mp4
Desktop (please complete the following information):
Additional context
The inspector sidebar comes pack when changing navigator sidebar tabs and returning to the previously selected tab as demonstrated in the screen recording.
The text was updated successfully, but these errors were encountered: