This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Recent files in dock#1065
Closed
iainx wants to merge 6 commits intomono:masterfrom
Closed
Conversation
This patch removes the use of Carbon for ApplicationEvents in MacPlatform
When Mono applications are run from the commandline or from within XS itself, the Cocoa system parses argv, stripping the executable name and any option arguments and passes the rest of the arguments to OpenFiles. Unfortunately for mono applications (for example "mono-sgen MonoDevelop.exe") the executable name is interpreted as a filename and so OpenFiles receives it in the array. We solve this by ignoring any filename that matches the Entry Assembly's location
Last fix was not really working, problem is that when user starts selecting text and then somehow(one example is by using Ctrl+Tab) switch to other TextArea view(different file). First(out of view now/foucs) TextArea is still be executing this timer because it never detected button release which then closes tooltip...
Add recent solutions/Files to the dock icon
Contributor
|
I think this contains a few commits it shouldn't have. |
Contributor
Author
|
Yeah, it's based off the remove-carbon branch, something must have got screwy somewhere :/ |
Open
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Once mono/xwt#551 and #1012 are committed, I'll rebase and this can be committed too
The end result