Andrea Cedraro
7f18d6a559
Add Unite to the filetype's blacklist
2013-07-23 22:51:16 +02:00
Chiel92
60e52f1a39
style fixes
2013-07-19 12:16:16 +02:00
Chiel92
a56041156e
Merge branch 'C#MultipleOmniSharps' of https://github.com/mispencer/YouCompleteMe into multiple_sln
...
Conflicts:
python/ycm/completers/cs/cs_completer.py
2013-07-19 11:55:25 +02:00
Chiel92
3f23893576
Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe into multiple_sln
...
Conflicts:
python/ycm/completers/cs/cs_completer.py
2013-07-19 11:31:52 +02:00
Chiel92
92032d7f54
Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe into multiple_sln
2013-07-19 10:25:30 +02:00
Val Markovic
6f328ea4db
Merge pull request #460 from Hinidu/master
...
Add mono to command OmniSharpServer for non-windows systems
2013-07-18 13:26:33 -07:00
Hinidu
e6183d6402
Fix code style
2013-07-18 18:18:17 +03:00
Hinidu
642572130c
Add mono to command for non-windows systems
2013-07-18 13:35:46 +03:00
Strahinja Val Markovic
995bdf706f
Update vimdoc from readme
2013-07-17 20:02:40 -07:00
Strahinja Val Markovic
1f25d5ae33
Updating README with more info on new C# completer
2013-07-17 19:36:25 -07:00
Strahinja Val Markovic
7aa01b9c09
More style fixes + more status reporting to :mes
2013-07-17 19:29:43 -07:00
Strahinja Val Markovic
c5a76301e8
Starting the OmniSharp server by default
...
Naturally, only in C# files.
2013-07-17 19:27:46 -07:00
Strahinja Val Markovic
33a05a4b42
Minor style fixes
2013-07-17 18:30:56 -07:00
Chiel92
66b70ee7f5
Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe
...
Conflicts:
README.md
2013-07-16 21:01:48 +02:00
Chiel92
44eaf5a0da
Merge https://github.com/Valloric/YouCompleteMe
...
Conflicts:
install.sh
2013-07-16 20:59:26 +02:00
Chiel
61a294a33b
Update README.md
...
Added small description for the C# completer
2013-07-16 17:42:46 +02:00
Chiel92
8066bdc29b
omnisharp build added to install script
2013-07-16 17:17:57 +02:00
Chiel92
485457af5d
Apparently tested an unsaved file -_-
2013-07-16 16:12:40 +02:00
Chiel92
3617ce69db
style fixes
2013-07-16 12:33:07 +02:00
Spencer G. Jones
1a7da1650c
Find a free port for OmniSharp if another OmniSharp is using the default port
2013-07-15 09:12:32 -06:00
Val Markovic
2ed9ae7569
Merge pull request #436 from junkblocker/patch-1
...
Allow easier system libclang use
2013-07-14 19:27:10 -07:00
Strahinja Val Markovic
60db012660
Minor doc rewording
2013-07-13 11:42:40 -07:00
Strahinja Val Markovic
affe3e8d31
Docs now mention the new ycm-users mailing list
2013-07-13 11:39:28 -07:00
Chiel92
e15ec6ee93
minor refactoring PR #2
2013-07-13 20:11:59 +02:00
Spencer G. Jones
3737ca2ef4
Optionally write OmniSharp stdout and stderr to log files
2013-07-12 14:46:33 -06:00
Val Markovic
7659a7b8f9
Merge pull request #432 from socketwiz/master
...
build error on SmartOS
2013-07-12 11:10:25 -07:00
Val Markovic
f9acf56457
Merge pull request #442 from Trevoke/patch-1
...
Update README.md
2013-07-12 10:37:43 -07:00
Strahinja Val Markovic
5c017bcabf
Better check for min supported Vim version
2013-07-12 10:23:01 -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
Chiel92
a6a9fa10c3
pointed submodule to newest commit
2013-07-10 11:27:55 +02:00
Chiel92
dd44aaf3f6
submodule changed from my fork to nosami's
2013-07-10 11:15:46 +02:00
Strahinja Val Markovic
ddd0287436
Code style fixes
2013-07-08 16:00:06 -07:00
Strahinja Val Markovic
a011eb6aa0
Fix duplicate entries in filename completion
...
We could just remove the "dup: 1" part in the completion dict, but that would
leave the duplicate removal up to Vim which would be slow. Also, we might not
end up returning the correct number of results then.
2013-07-08 15:56:54 -07:00
Manpreet Singh
c89ef89cfe
Allow easier system libclang use
2013-07-08 12:19:49 -07:00
Strahinja Val Markovic
ac5b5bfdbe
Typo fix in docs
2013-07-08 10:31:17 -07:00
Ricky Nelson
e6cb81a0b2
fixed build problem with threads on SmartOS
2013-07-08 13:56:51 +00:00
Chiel92
3227e6dc73
checkalivestatus rename
2013-07-08 14:39:43 +02:00
Chiel92
9250f55952
minor fix
2013-07-08 11:44:06 +02:00
Chiel92
bdd95ff43f
variable for csharp server port added
2013-07-08 11:39:17 +02:00
Chiel92
6ec038870b
ServerIsRunning fixed and variable defaults set
2013-07-08 11:22:17 +02:00
Chiel92
34c24129d2
Merge https://github.com/Valloric/YouCompleteMe
2013-07-07 22:37:10 +02:00
Chiel92
2f207cb4c6
autostart/stop server
2013-07-07 22:36:05 +02:00
Val Markovic
f7ef1aa041
Merge pull request #424 from beards/master
...
fix jedi DeprecationWarning
2013-07-07 11:13:22 -07:00
Strahinja Val Markovic
451acc0073
Adding OnVimLeave support to Completer class
2013-07-07 11:00:45 -07:00
Chiel92
d2a7fe9c0e
choice for multiple solutionfiles implemented
2013-07-07 13:28:28 +02:00
Chiel92
2743f96529
Starting subprocess is working now
2013-07-07 13:06:07 +02:00
Val Markovic
7a13fd8af6
Merge pull request #427 from viszu/master
...
Make it work with Vim 7.4
2013-07-06 10:07:27 -07:00
viszu
eecbbb00bd
Add version check for Vim 7.4
2013-07-06 17:34:13 +02:00
simon_hsiung
a95195c8e8
fix jedi DeprecationWarning
2013-07-05 08:52:53 +00:00
Strahinja Val Markovic
cbc6c07a1a
Encouraging the user to read the docs even more
...
Apparently we weren't encouraging enough before. Related to issue #415 .
2013-07-01 11:34:25 -07:00