-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rename Breadcrumbs to PathBar and fix comments
#1113
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
Conversation
Breadcrumbs to PathBar
|
What does terminal opacity do? Can you post screenshots or a screen recording? |
Sorry, totally forgot about that I'll upload a screenshot |
|
@austincondiff you should be able to see a screenshot now. |
|
Basically, higher less opaque/transparent and lower more opaque/transparent |
|
I'm soon adding support for |
|
I still don't know what it does. Please either post a video demonstrating the feature or explain what this does. |
|
@austincondiff Video has been posted. |
|
@austincondiff Have you reviewed yet? This is a small PR so it won't take a lot of time to review, maybe if you're unavailable @lukepistrol could take look. |
|
What exactly is the purpose of terminal opacity? If I wanted a dimmer appearance I could always change the colors anyways. Please put such changes in a separate PR if it hasn't been discussed yet. |
This is step 1 in a two step process step 1 is making the text opaque and step 2 is making the terminal background opaque. If you want it done in one big PR I'll happily do that. |
|
Unrelated changes (especially ones not captured in an issue) ideally do not belong in the same PR. We do this because if there is a problem with one of the features, we cannot merge until the other is resolved or fixed (if it is at all). If you want terminal opacity, we can discuss it in Discord or GitHub discussions. |
Ok, I'll revert a few changes and (later) submit a new PR with a fully working approach towards Terminal Opacity |
|
Changes should be reverted. |
Breadcrumbs to PathBarBreadcrumbs to PathBar
|
@austincondiff everything should be resolved |
|
Looks much better. FYI, we will be waiting until #1080 is merged to review this PR as it will need to be merged with the latest changes after it is. |
Breadcrumbs to PathBarBreadcrumbs to PathBar and fix comments
|
I'll be offline tonight, but maintainers have edit access, so hopefully you can resolve any more issues you find. |
CodeEdit/Features/AppPreferences/Model/Text Editing/TextEditingPreferences.swift
Show resolved
Hide resolved
|
Didn't mean to remove those reviewers! |
#1128) Added setting to change font size, so can now change the default font size.
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
@allcontributors add @iggy890 for code |
|
I've put up a pull request to add @iggy890! 🎉 |
Description
This PR fixes a few typos, renames
BreadcrumbstoPathBarand adds the opacity setting.Related Issue
Closes #1105
Closes #1055
Checklist