0

Fix the .ycm_extra_conf.py and SublimeText documentation.

There were a few broken links in the documentation and the provided
YCM template would not load properly in Sublime Text 3 on windows.

Lastly make the unit presubmit test pass on Windows too.

BUG=NONE
TEST=chromium.ycm_extra_conf_unittest.py

Review-Url: https://codereview.chromium.org/2039923002
Cr-Commit-Position: refs/heads/master@{#398330}
This commit is contained in:
pastarmovj
2016-06-07 10:53:58 -07:00
committed by Commit bot
parent 116457a690
commit 7e3be85fc1
3 changed files with 17 additions and 22 deletions

@ -15,8 +15,8 @@ Here's what works:
* Editing code works well (especially if you're used to it and get used to the
shortcuts).
* Navigating around the code works well. There are multiple ways to do this (a
full list of keyboard shortcuts is available for [Windows/Linux](http://docs
.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html) and
full list of keyboard shortcuts is available for [Windows/Linux](http://
docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html) and
[Mac](http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_osx.html)).
* Building works fairly well and it does a decent job of parsing errors so
that you can click and jump to the problem spot.
@ -569,8 +569,8 @@ Some other useful packages that improve sublime can be installed from `Ctrl+Shif
* Code navigation tools
* [AutoFileName](https://packagecontrol.io/packages/AutoFileName) - Auto-
completes filenames in #includes
* [Open-Include](https://packagecontrol.io/packagenavigations/Open-
Include) - Opens the file path under the cursor with `Alt + D`
* [Open-Include](https://packagecontrol.io/packagenavigations/Open-Include)
- Opens the file path under the cursor with `Alt + D`
* Text tools
* [Case Conversion](https://packagecontrol.io/packages/Case%20Conversion) -
automatically changes the case of selected text, e.g. `kConstantName` to