Skip to content
Snippets Groups Projects
  1. Nov 05, 2017
    • George Nachman's avatar
      Remove mechanism for catching proc_pidinfo and statfs timeouts. It was causing... · 8bc31051
      George Nachman authored
      Remove mechanism for catching proc_pidinfo and statfs timeouts. It was causing crashes, but I don't understand why. Perhaps mixing ARC and non-ARC code has some problem? I saw lots of crashes on 3.1.4 where proc_pidinfo exceeded the timeout and when it finally returned there was heap corruption. It looked as though the dispatch group had been freed even though there was an outstanding reference to it. At any rate, if proc_pidinfo is hanging you're going to have a bad time even without this workaround.
      8bc31051
  2. Oct 07, 2017
  3. Jul 06, 2017
  4. Mar 23, 2017
  5. Jul 17, 2016
  6. Mar 23, 2016
  7. Mar 08, 2016
  8. Mar 02, 2016
    • Gustav Munkby's avatar
      Strip more bracketed delimiters · 07479d6f
      Gustav Munkby authored
      The main motivation for this change is that git when presenting merge
      conflicts sometimes shows the file paths in single quotes. Instead of
      just adding single quotes, I thought it was just as well to add some
      other delimiters that are unlikely to appear in file names
      07479d6f
  9. Sep 18, 2015
    • George Nachman's avatar
      Make whitespace trimming optional when semantic history is picking apart the... · 4f103743
      George Nachman authored
      Make whitespace trimming optional when semantic history is picking apart the chunks of a file. Whitespace trimming was added always-on to improve how semantic history located filenames in selections for Open Selection, but that introduced a bug where the holding cmd while the mouse is over whitespace preceding a filename would cause some of the whitespace to be considered a match and a corresponding number of characters from the suffix of the file not to be underlined. Issue 3841..
      4f103743
  10. Jul 02, 2015
  11. Jun 29, 2015
    • George Nachman's avatar
      Improvements to semantic history: · 972bba7c
      George Nachman authored
      * Do not try to guess the type of a file. In the past, if file(1) suggested the file might be a text file then we’d open it in the editor of our choosing. Now, we open it in your default editor. If it’s one we recognize and you clicked a reference with a line number, we open it to that line number.
      
      * Add an explicit option for Textmate 2 in the editor picker. We used to try to cleverly open the “right” version of textmate, but that made the other part of this commit not work so well.
      
      See issue 3569 for discussion.
      972bba7c
  12. Jun 25, 2015
  13. May 06, 2015
  14. Apr 21, 2015
  15. Apr 06, 2015
  16. Dec 06, 2014
Loading