-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: textmate/textmate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.20
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: textmate/textmate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.21
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 6 files changed
- 1 contributor
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3a460d9 - Browse repository at this point
Copy the full SHA 3a460d9View commit details -
Ensure ⌘⌫ / [⌥]⌘V are not sent to file browser with focused text view
Due to the high priority menus have in the responder chain, we effectively cannot have context menus with key equivalents, if these menu items have explicit targets. We need the explicit targets so that the context menu works when the application is not the active application.
Configuration menu - View commit details
-
Copy full SHA for 3453bdd - Browse repository at this point
Copy the full SHA 3453bddView commit details -
Strip ‘##’-prefix from release title used with GitHub
The release text is “«title»\n\n«body»” where only the body should be markdown format. Ideally we would only strip the prefix from the title (first line), but that is more complex, and currently we do not use headings in the body.
Configuration menu - View commit details
-
Copy full SHA for 34d2e44 - Browse repository at this point
Copy the full SHA 34d2e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f533019 - Browse repository at this point
Copy the full SHA f533019View commit details -
Rework API for the Open With submenu
The API expose a few more implementation details and require the user retains the delegate for the duration of the menu’s lifecycle. The upside is that we avoid the global singleton and it is now possible to examine and use the information gathered by the Open With menu delegate.
Configuration menu - View commit details
-
Copy full SHA for 4324aaf - Browse repository at this point
Copy the full SHA 4324aafView commit details -
The Open With submenu item is a shortcut for opening with default app
This is only when the default application is not TextMate. Ideally the regular “Open” item would change to “Open With «application»” when the selected items are not text documents, and there is an application to handle them, but the code changes required for this are non-trivial because what the item does, is not decided until the user triggers it, and it may not treat all selected items the same.
Configuration menu - View commit details
-
Copy full SHA for dfff5d2 - Browse repository at this point
Copy the full SHA dfff5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0259671 - Browse repository at this point
Copy the full SHA 0259671View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.20...v2.0.21