1. 09 Jan, 2018 2 commits
  2. 08 Jan, 2018 1 commit
  3. 26 Sep, 2017 1 commit
  4. 11 Sep, 2017 1 commit
    • gulderov's avatar
      Auto-detect running editor on Linux for error overlay (#3077) · 1faee66a
      gulderov authored
      * Auto-detect running editor on Linux for error overlay
      
      Basic support of auto detecting running editor for #2636.
      Tested on Ubuntu 16.04.
      It detects few editors. JetBrains products should start by
      wrapper like /usr/local/bin/webstorm. Otherwise it takes a
      lot of time to open editor.
      
      * Comments fixed.
      
      * List all processes owned by you
      
      * Comment rewording
      1faee66a
  5. 10 Sep, 2017 1 commit
  6. 09 Jul, 2017 1 commit
  7. 07 Jul, 2017 1 commit
  8. 04 Jul, 2017 1 commit
    • Trygve Aaberge's avatar
      Reorder vim arguments in launchEditor so --remote works (#2723) · f495c155
      Trygve Aaberge authored
      This allows you to set REACT_EDITOR to 'vim --remote', so the file can
      be opened in an already running vim process. When using vim without
      remote, it works in the same way as before.
      
      When launching vim without --remote, the order of the line and path
      arguments doesn't matter. However, when using --remote the line argument
      has to precede the path. This happens to be the same as joe and emacs
      uses, so the vim cases were just moved there.
      
      I haven't tested this with mvim, but the documentation says the same as
      the vim documentation, so I assume it works the same.
      f495c155
  9. 28 Jun, 2017 1 commit
  10. 27 Jun, 2017 3 commits
  11. 26 Jun, 2017 1 commit
  12. 30 May, 2017 1 commit
  13. 20 May, 2017 1 commit
  14. 14 May, 2017 2 commits