-
Notifications
You must be signed in to change notification settings - Fork 52
Merge changes and add Xcode 6.4 DVTPlugInCompatibilityUUID #24
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
Open
Hs-Yeah
wants to merge
18
commits into
acoomans:master
Choose a base branch
from
Hs-Yeah:branch-for-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…35-31/tr35-dates.html#Date_Format_Patterns (this bug is rumored to have brought down Twitter last December)
…on and message text to improve clarity
Warning: “Null passed to a callee that requires a non-null argument”. Replaced nil by an empty string per API docs.
When forking a new code snippet repo (Plug-ins -> Configure snippets repo) when checking the console logs AppKit outputs the following entry: NSAlert is being used from a background thread, which is not safe. This is probably going to crash sometimes. Break on void _NSAlertWarnUnsafeBackgroundThreadUsage() to debug. This will be logged only once. This may break in the future.
…or-merge * commit '1ed2feca9225ac62b99e36a6b71c517c5b805d08': add scheme that allows debuging with breakpoints change fork with clone, and import with export, also change some button and message text to improve clarity fix image clipping warning - move github images to xcassets catalogue fix bug in date formatting see http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_Patterns (this bug is rumored to have brought down Twitter last December) # Conflicts: # ACCodeSnippetRepository/Controllers/ACCodeSnippetRepositoryConfigurationWindowController.m
👍 |
👏👍 |
@Hs-Yeah Please add commit clementpadovani@9f2fc72 that fixes #25. Thanks |
…or-merge * commit '9f2fc7290f4c51239f45e5901b939c77f0bcbda4': Fix empty repo URL crash. # Conflicts: # ACCodeSnippetRepository/Controllers/ACCodeSnippetRepositoryConfigurationWindowController.m
@clementpadovani Merged in my branch, thanks you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #8, closes #18, closes #19, closes #20, closes #21, closes #23.
Fixes #25 .