Posts

Post not yet marked as solved
1 Replies
933 Views
The documentation for git log -L :<funcname>:<file>states-L <start>,<end>:<file> -L :<funcname>:<file> Trace the evolution of the line range given by "<start>,<end>" (or the function name regex <funcname>) within the <file>.But the <funcname> version of this option does not work for Swift.From http://stackoverflow.com/a/34340515/575530I realise that the reason for this failure is the lack of an entry for Swift in git's built in language regexes: http://git.kernel.org/cgit/git/git.git/tree/userdiff.c?id=f3adf457e046f92f039353762a78dcb3afb2cb13I do not know enough about git, Swift, nor regular expresions to add an entry for Swift. But someone here might
Posted
by dumbledad.
Last updated
.
Post not yet marked as solved
0 Replies
822 Views
VoiceOver interprets a hyphen as a brief pause. That makes sense for hyphenated words, but it makes no sense for sums or for code. For example in Xcode this linenumberOfGuesses -= 1is rendered as "number of guesses, equals one" by VoiceOver. That's terrible. How do I make VoiceOver behave sensibly for the minus sign in Xcode?N.B. I have also posted this question here.
Posted
by dumbledad.
Last updated
.