Chiel ten Brinke
40db3c0865
Merge https://github.com/Valloric/YouCompleteMe into patch-1
2016-01-29 09:53:01 +01:00
Chiel ten Brinke
d6ebef3c8d
Address review comments.
2016-01-29 09:48:24 +01:00
Strahinja Val Markovic
5ee7bd2c80
Updating TOC in README
2016-01-26 15:54:44 -08:00
Strahinja Val Markovic
0efa668931
Adding an explicit Contributor Code of Conduct
...
Everything in the CoC was true since the beginning of the project, it
was just implicit and not written down. Now we're making it explicit.
2016-01-26 15:49:58 -08:00
Chiel ten Brinke
4afcbee4a1
Adress minor improvement suggestions.
2016-01-25 10:47:59 +01:00
Chiel ten Brinke
8ebcdb491a
Improve the solution for error R6034.
2016-01-25 10:37:08 +01:00
Chiel ten Brinke
01edabda37
Add notes to readme according to #1891 .
2016-01-18 10:21:22 +01:00
Homu
f25e1c9a48
Auto merge of #1893 - micbou:windows-generators-readme, r=vheon
...
[READY] Update CMake generators for MSVC in README
Following PR Valloric/ycmd#285 , older versions of CMake (< 3.0) don't support the MSVC generator names with the year component but newer versions accept both formats. So, replace the generator names in README.md by the old ones.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1893 )
<!-- Reviewable:end -->
2016-01-12 07:16:40 +09:00
micbou
1805b88864
Update Windows generators in README
2016-01-11 13:05:55 +01:00
Strahinja Val Markovic
135923a40a
Mentioning the need for racer flag in Rust section
...
This covers users that have already installed YCM before and are looking
to set up Rust completion. They're unlikely to start reading from the
Installation section, so we mention the need for the new build flag to
prevent "why doesn't it work for me" confusion.
2016-01-09 10:30:30 -08:00
Joe Wilm
210db41a42
fixup! Update ycmd
2016-01-08 07:49:56 -08:00
Joe Wilm
0a4bd8ddf2
Fix Windows install.py invocations in README.md
2016-01-08 07:28:49 -08:00
Joe Wilm
a74a4cbd7a
Add support for the Rust programming language
2016-01-07 08:52:15 -08:00
Anzumana
fcf13fe148
fixed readme path third-party with third_party
2015-12-28 01:51:57 +01:00
Ben Jackson
702081b0ed
Tidy up language.
...
- Fix some subordinate clause gymnastics
- Signpost the tern configuration advice better
- Signpost the link to the Tern docs better
- Sort out some bullet-list issues
2015-12-24 11:46:41 +00:00
Ben Jackson
baba751dab
Correct subcommand usage. Clarify changing project usage
2015-12-23 11:21:43 +00:00
Ben Jackson
0162d4ad71
Add a FAQ entry pointing at the instructions
2015-12-23 01:17:29 +00:00
Ben Jackson
c090fda4be
State that tern completer needs installation
2015-12-22 23:35:29 +00:00
Ben Jackson
8655490a24
Document javascript completer subcommands
2015-12-19 18:39:40 +00:00
Ben Jackson
b7bbe00344
Documentation on setting up the .tern-project file
2015-12-19 18:39:40 +00:00
Ben Jackson
570f8aae21
Add basic documentation for Tern completer
2015-12-19 17:41:09 +00:00
Kenny Kaye
0c55527a38
Included usage example for error/warning getters
2015-12-05 11:06:33 -08:00
Kenny Kaye
bb8490e6c7
Properly namespace vim warning/error getters
2015-12-05 09:24:15 -08:00
Kenny Kaye
163238992c
Document YcmGetErrorCount and YcmGetWarningCount functions
2015-12-05 09:12:28 -08:00
ReadmeCritic
6ef35bd197
Update Homebrew URL
2015-11-18 12:35:19 -08:00
ReadmeCritic
792e0aab69
Update README URLs based on HTTP redirects
2015-11-18 08:58:55 -08:00
micbou
e95776890d
Fix stdout and stderr occurences
...
Fix stdout and stderr occurences in documentation and contribution
guidelines.
2015-11-11 17:26:16 +01:00
micbou
b3c9f3ffc1
Add :YcmToggleLogs documentation
2015-11-08 18:43:52 +01:00
micbou
186aa6b671
Remove g:ycm_server_use_vim_stdout option
...
This option does not work like expected. Logs are not written to the
console. It also makes the ycmd server unresponsive on Windows.
2015-10-27 18:19:22 +01:00
micbou
de06e22a02
Update installation titles
2015-10-24 20:34:31 +02:00
micbou
2084ee2909
Add Fedora entry in README.md
...
Update Vim documentation
2015-10-23 15:08:48 +02:00
Ryan Leaf
234fd5acb8
Fedora documentation with required dependencies. Works on F22.
2015-10-21 18:19:27 -04:00
micbou
570444fc5a
Add GoToInclude subcommand to documentation
2015-10-20 15:06:49 +02:00
Marko Kevac
410282830b
Don't say that language tag is wrong
2015-10-12 19:32:41 +03:00
Marko Kevac
72fe806dc3
Add notice to FAQ about ctags and C projects
2015-10-12 19:16:04 +03:00
micbou
2ace4eea88
Add Windows documentation
2015-10-11 15:22:04 +02:00
Ben Jackson
3ddc2fcbee
Update documentation to add GetDoc subcommand
2015-09-24 22:25:27 +01:00
micbou
9750835cf0
Add AppVeyor configuration
2015-09-22 04:12:46 +02:00
Ben Jackson
449b6fbb9f
Add super-quick feature summary by completer
2015-09-19 12:41:09 +01:00
Chris DeLuca
1eafd4981d
Add VimL syntax highlighting to Readme
2015-09-15 14:57:34 -04:00
Homu
e60fa3f138
Auto merge of #1679 - puremourning:typescript-subcommands, r=Valloric
...
Update subcommmands supported for typescript
Noticed that the subcommands supported by typescript are not listed. Updated the docs and ran
```
vim-tools/html2vimdoc.py -f youcompleteme README.md > doc/youcompleteme.txt
```
2015-09-15 13:03:30 +09:00
Spencer G. Jones
2a41101955
Merge remote-tracking branch 'origin/master' into CsAddImport
2015-09-13 08:49:28 -06:00
Ben Jackson
7c2b7b7ef3
Update subcommmands supported for typescript
2015-09-13 13:01:11 +01:00
Spencer G. Jones
df73ca6b66
Update g:ycm_csharp_insert_namespace_expr documention
2015-09-11 17:14:09 -06:00
Spencer G. Jones
391b3df3b7
Update mimimum version in documention
2015-09-10 10:12:59 -06:00
Spencer G. Jones
28e318c0bb
fixup! To determine which completion prompted CompleteDone, look at the new variable if vim is recent enough.
2015-09-10 09:18:48 -06:00
micbou
9fc26130ef
Update table of contents in README
...
Remove Project Management entry.
2015-09-02 01:54:05 +02:00
Spencer G. Jones
9f568be39a
fixup! Add CompleteDone hook, with namespace insertion for C#
2015-08-31 10:51:23 -06:00
micbou
dab5ab1d72
Use SVG Travis badge
2015-08-28 00:44:51 +02:00
micbou
7d87bc3f82
Update documentation
2015-08-23 20:12:24 +02:00