Strahinja Val Markovic
1a33f34ec0
Adding the g:ycm_open_loclist_on_ycm_diags option
2014-01-29 10:59:15 -08:00
Strahinja Val Markovic
735c57bba8
New entry in FAQ explaining errors after Ctrl-C
2014-01-29 10:25:31 -08:00
Strahinja Val Markovic
b39bc33f56
Mention Vim patch for silent status messages
2014-01-18 15:14:24 -08:00
Tom Vincent
685b1007b6
Blacklist Pandoc file type
...
Pandoc enhances Markdown and therefore is used for prose, which doesn't suit YCM
well.
2014-01-14 11:59:31 +00:00
Strahinja Val Markovic
b1bba2e201
Changing copyright headers from me to Google
...
When I initially released this project, I released it under my own copyright. I
have since then worked on it in my 20% time at Google (and want to continue
doing this) and my life becomes much simpler if the copyright is Google's.
From the perspective of how this project is run and managed, **NOTHING**
changes. YCM is not a Google product, merely a project run by someone who just
happens to work for Google.
Please note that the license of the project is **NOT** changing.
People sending in future pull requests will have to sign the Google
[CLA](https://developers.google.com/open-source/cla/individual ) (you can sign
online at the bottom of that page) before those pull requests could be merged
in. People who sent in pull requests that were merged in the past will get an
email from me asking them to sign the CLA as well.
2014-01-13 11:08:43 -08:00
Strahinja Val Markovic
2ebea627d9
Docs now mention libclang 3.4 is recommended
2014-01-11 12:21:03 -08:00
Strahinja Val Markovic
365f67f82c
Docs now mention line highlight depends on signs
2014-01-09 14:11:15 -08:00
Strahinja Val Markovic
f8f20b8eea
Typo fix
2014-01-09 13:21:11 -08:00
Strahinja Val Markovic
5216fee8a1
Typo fix
2014-01-09 10:59:44 -08:00
Strahinja Val Markovic
63cc559f1a
Minor doc rewording
2014-01-08 20:04:43 -08:00
Strahinja Val Markovic
34f654e3a4
More doc updates for diagnostics UI
2014-01-08 20:03:42 -08:00
Strahinja Val Markovic
5efd920815
Renaming and documenting the new options.
2014-01-08 19:43:21 -08:00
Strahinja Val Markovic
4a9b7cb63e
More doc updates since Syntastic support removed
...
Not done yet, still a way to go.
2014-01-06 23:05:01 -08:00
Strahinja Val Markovic
5f9a5bdcfb
Typo fix
2014-01-06 15:24:06 -08:00
Strahinja Val Markovic
eca30e356d
Minor README rewording
2014-01-06 15:24:06 -08:00
Strahinja Val Markovic
a3918788c0
FAQ item about dropped Syntastic support
2014-01-06 15:24:05 -08:00
Strahinja Val Markovic
1e99f517bb
New entry to FAQ about Vim crash
...
Happens sometimes when users tab through the completion menu. Related to #593 .
2013-12-10 10:52:50 -08:00
Strahinja Val Markovic
aeb2c5c227
Adding the g:ycm_auto_trigger option
...
Toggling this option off turns off the identifier completer and the semantic
triggers.
Fixes #597
2013-12-02 16:37:59 -08:00
Strahinja Val Markovic
cf6211055e
Removing the server_idle_suicide_seconds option
...
This option existed so that the user can tweak it if they found the default idle
timeout too short, for instance if they leave their machine on over the weekend.
This use case is now covered by the new YcmdKeepalive system that pings ycmd
every 10 minutes as long as Vim is running. This prevents ycmd shutting down if
one leaves their Vim instance alone for a long time.
Thus the old option is useless now; ycmd now shuts down after 3 hours of
inactivity, which should only ever happen when its corresponding Vim instance
has shut down abnormally.
2013-11-20 12:33:57 -08:00
Strahinja Val Markovic
8d42f72517
Linking to issue 303 from docs.
2013-11-18 20:26:20 -08:00
Strahinja Val Markovic
3a1ef4eddb
Note in FAQ about C++ standard headers not found
2013-11-18 20:23:39 -08:00
Strahinja Val Markovic
06b5411fb3
Revert "Add possibility to disable identifier completion engine"
...
This reverts commit 44d5747d23
.
Conflicts:
README.md
2013-11-17 14:44:43 -08:00
Strahinja Val Markovic
eb74ed6145
Clarified the new -1 setting for min chars
2013-11-17 14:37:35 -08:00
Jan Vcelak
44d5747d23
Add possibility to disable identifier completion engine
...
Setting negative value of 'g:ycm_min_num_of_chars_for_completion'
disables identifier completion.
2013-11-17 23:05:49 +01:00
Strahinja Val Markovic
64078f20a0
Added the g:ycm_use_ultisnips_completer option
...
This can be used to turn off UltiSnips completion candidates.
Fixes #596 .
2013-11-15 16:22:20 -08:00
Strahinja Val Markovic
450403044b
Adding new g:ycm_path_to_python_interpreter option
...
Fixes #663
2013-11-14 10:50:53 -08:00
Joshua Shanks
8ee2ad76a8
remove link from ICE FAQ
2013-11-09 18:57:56 +00:00
Joshua Shanks
2ce227fc15
add FAQ for internal compiler error #267
2013-11-09 18:06:11 +00:00
Strahinja Val Markovic
0a05ba8c21
Updating README with ft blacklist updates
2013-10-29 19:20:16 -07:00
Strahinja Val Markovic
e14ffadbd2
Suicide timer docs now state 0 turns off timer
2013-10-29 10:51:27 -07:00
Strahinja Val Markovic
b288dce5ba
Minor docs rewording
2013-10-27 10:22:08 -07:00
Strahinja Val Markovic
b04684b8ee
Clarifying docs for FlagsForFile client_data
2013-10-27 10:19:22 -07:00
Strahinja Val Markovic
6e782508b3
Now possible to sent Vim data to FlagsForFile func
...
Fixes #612 .
2013-10-26 16:22:43 -07:00
Strahinja Val Markovic
4c88ea5249
Adding submodule rationale to docs
2013-10-24 16:00:00 -07:00
Strahinja Val Markovic
d6b2331d41
Mentioning submodule init in full install guide
2013-10-24 15:58:45 -07:00
Strahinja Val Markovic
d35832da61
Updating README with ycmd info
...
Lots of things changed on the ycmd branch!
2013-10-24 12:31:38 -07:00
Strahinja Val Markovic
cbb43ba4a5
Adding repo analytics
2013-10-07 11:01:01 -07:00
Chiel92
cd6491290f
flake fix and readme update
2013-08-16 11:11:32 +02:00
Strahinja Val Markovic
5f9021e3e6
Typo fix in docs
2013-08-12 19:54:26 -07:00
Val Markovic
029c4a6350
Merge pull request #500 from svermeulen/OmnisharpAutoStopOption
...
Added option to control whether YCM should auto-stop the omnisharp server upon leaving Vim or leave it running.
2013-08-12 19:53:22 -07:00
Strahinja Val Markovic
16d1365d12
Better smart-case query-candidate matching
...
Previously, "Foo" would match "Foo" but not "FOO". Now it matches both. Bottom
line, an uppercase char matches only uppercase chars but lowercase chars can
match either. We used to insist that lowercase chars in the query match
lowercase chars in the candidate strings IF the query also had uppercase
letters; this was dumb and a poor user experience.
Fixes #501 .
2013-08-12 19:49:43 -07:00
svermeulen
f58a3e126d
Added new flag (g:ycm_auto_stop_csharp_server) to docs.
2013-08-12 21:58:08 -03:00
Strahinja Val Markovic
f2b14557ad
Added missing docs for C# semantic completer
2013-08-12 17:00:05 -07:00
Strahinja Val Markovic
a267192b50
More doc info for g:ycm_confirm_extra_conf
2013-08-02 16:12:48 -07:00
Strahinja Val Markovic
294a3f3338
Updating docs with new defaults for blacklist
2013-07-27 13:09:34 -07:00
Strahinja Val Markovic
1f25d5ae33
Updating README with more info on new C# completer
2013-07-17 19:36:25 -07:00
Chiel92
66b70ee7f5
Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe
...
Conflicts:
README.md
2013-07-16 21:01:48 +02:00
Chiel
61a294a33b
Update README.md
...
Added small description for the C# completer
2013-07-16 17:42:46 +02:00
Strahinja Val Markovic
affe3e8d31
Docs now mention the new ycm-users mailing list
2013-07-13 11:39:28 -07:00
Aldric Giacomoni
398d06ab80
Update README.md
...
Small tweaks to the README to make extended installation steps more obvious. It's not perfect yet, but it's a start.
2013-07-10 15:45:19 -04:00