Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/niosus/EasyClangComplete
:boom: Robust C/C++ code completion for Sublime Text 3/4
https://github.com/niosus/EasyClangComplete
Introduced CompletionRequest which tracks some request information that we can
compare when com...
Use list instead of set for processing includes as set can change the order of
flags an in some...
d1f5e79e87b82ef6d576fdbd0beb00bbd2e2e1df authored about 8 years ago
af1e6343faccdae0491381bc2f0d9f1fe52a74a7 authored about 8 years ago
71cc4299cd6cb3a151faa3fe8ed5bed4d3d35353 authored about 8 years ago
Popup size will be clamped to window size so setting it to very high value
is not a problem.
06eb913997e8404a12de51c96fe6405eb1c1dbc9 authored about 8 years ago
a2280e16b051d8c16db855137fd23bfa7ac6b813 authored about 8 years ago
931d65592dfbcfc30f88abf8e889a19f7857a84a authored about 8 years ago
675c67cca7e9247397fafafbd79f14307d4fdb15 authored about 8 years ago
3b4cac2388beee2e35ad68cab49ec8b98587079c authored about 8 years ago
84dfe9aafd02d2e57bcf1dfffbe92bf975872a97 authored about 8 years ago
minor updates to readme and install message
d0a06f8f69a9feec57fd465ebac05309bd16a080 authored about 8 years ago6ed3a4033cc7b3a4a4792653aeeece8b73609608 authored about 8 years ago
* moving to using list of strings as parameters everywhere (issue #91)
* deprecating include di...
* fixing deadlock (issue #99)
* allow async cleanup after view is closed
* add graceful error ...
shiny new async completions
954503210e29d7d037433a7ad5d3fd109da352eb authored about 8 years ago03232db14418d613d750b0ea5b02af9222de8702 authored about 8 years ago
b5f6bbb9a5f76a8c810ce1e5bb02bf63c05d2803 authored about 8 years ago
less intrusive fix with backslashes (issue #108)
95a09af285b4b36f34670f8f16d09b942183cbe6 authored about 8 years ago81bae4e53bc154e38b7479cb0fb9e212ff677eb6 authored about 8 years ago
451652238b891a0d8a8ad9f484e16e78a9e4d517 authored about 8 years ago
73ff5d1018ef51856b168a103d70ea345072bdde authored about 8 years ago
ad8c040b6835c8ceba1af628baf9f16b16348048 authored about 8 years ago
a1ac49a6d4320a9eb89f8abd16b4bf81bc6f5cdc authored about 8 years ago
0ac924b13a63b711f8692a1cfff9766f16ae4a00 authored about 8 years ago
# Conflicts:
# plugin/plugin_settings.py
e6e4bd8c8a9a4850e69f30a10933300e7c0832b8 authored about 8 years ago
a9138ed1cf4888fa1d036b18714a50e1aaf7d2ef authored about 8 years ago
dc6436d4946278bc22755032dd5b37a2853adc15 authored about 8 years ago
4920e1795f37d863fa30ebf9bfbd6c235bd6b65d authored about 8 years ago
- no thread, using concurrent.futures instead
- completions can be queried in multiple threads as...
9a5503b4ee48d3c41330b0db2e39badd79a81115 authored about 8 years ago
35beeedf476fa688b30c3cf76b7ba80dc87de9e0 authored about 8 years ago
e084deaa0a7499eec9d8326bfca4872de988c32f authored about 8 years ago
3e2b1daf4e76eec0b7a45db72a49b6830934f344 authored about 8 years ago
7e1183a5dc64b661d4a128bcaa7414ae979d1b17 authored about 8 years ago
bdb9b4ccba278cc97a44e34a59de41457dc37cb4 authored about 8 years ago
11e63342357168d855251c4eb3ea33b734d3e287 authored about 8 years ago
# Please enter a commit message to explain why this merge is necessary,
# especially if it merge...
d25fc6b94cf34cd56c3593cc622b34b211fdf888 authored about 8 years ago
d895795da411e4c1a2c2c09d67e6e86f28444f8f authored about 8 years ago
c0468679879213d0b14e29243a1910218e059264 authored about 8 years ago
Better settings,
Fix #64
Fix #65
7a4dc3e187be87b1d18fb0ba0a55d14832afc4f0 authored about 8 years ago
f1ffa91161ae5465ca235e5eedcb43df71924ca7 authored about 8 years ago
- no need for long typing of names in settings. They are now taken from the class dict
- deprecat...
0cd8026f9a6a578ea89bb6eed2a4fb9fc9806b5b authored about 8 years ago
dfe5da1a8da023774d802786f1eac52c03a7186f authored about 8 years ago
45b2c4d1968de18a6a629ab6d3a2828864bfce47 authored over 8 years ago
a503ad784cacc884b156f914135acfa8656a1e57 authored over 8 years ago
fd5811e0fb0a8567d3632f11bed212fe98408aa1 authored over 8 years ago
error_vis: Fix popup getting newline after evey word
6173b3cfc0a4108c7948cb95a8e0d7cdd37e4edd authored over 8 years agoe8b88d236fa6e4ab8e7ce7c687d1be662938371e authored over 8 years ago
b2fae96fba36164114acaa3924563019f824a10c authored over 8 years ago
parse_flags: Fix separate_includes also separating non-include flags
5d174e6f14093884ae016251730811bfb256a1e7 authored over 8 years agoa7de9c3b81dbfc9539ebaf4a338b1c88d85ce13c authored over 8 years ago
c9e5448a087f225b9b8caba46e4c232bd54bca11 authored over 8 years ago
2024dbef711a26dcf2d285a010f5d13a8817a3d8 authored over 8 years ago
Re-initialize plugin and completers on settings change
4de788170854a6b02cb90ead9e11feb957bcc733 authored over 8 years agoactually lambda is not needed
26446287a6e706d9ca364731c9febaa88ca406a0 authored over 8 years agoadd one more doc string
f71cbe8787f0468f0d4cfd981dea2cce39bd032d authored over 8 years agoadd doc strings
4035709f176c87727d719751b334b1cce4eadfc6 authored over 8 years ago
Previously changing settings required restart of Sublime which was
rather annoying when testing....
973f149009af60e2e9c322bf9466a2110854727a authored over 8 years ago
d28876e149f936d1e337b06b21ae2a790e98eb29 authored over 8 years ago
5be2b05d0aed43f8b502f1dd45558a50ca62efb5 authored over 8 years ago
36faf9e101aa8f924d6f21f30888daae5a3eea86 authored over 8 years ago
8818209aa7b16b5654bad08633bfaa88e3a88c7e authored over 8 years ago
ac3ed0fe02822169b8ac85a038567a9c86ac1f04 authored over 8 years ago
37a204db0c469b7f5de75eea5f754e177af86775 authored over 8 years ago
- introduce mutexes for libclang part
- implement clearing of unused translation units as in issu...
c886f986162f93ae9cb8f1b425e2861d7931fde1 authored over 8 years ago
d632883eeda7d6e38bcceff71ca6fdaca5cd569c authored over 8 years ago
2733cd0286f2814452bc701bb98d279ce70258ef authored over 8 years ago
Enable libclang tests on Windows for fixed Sublime Text versions
ca9f77accef6d07ee91d39456a413606e9e87672 authored over 8 years agoThe tests are now passing.
b2d61e700aa8d870f1f948ff2614003159c80a54 authored over 8 years agoe2bd46c139127045142f810598128985c4c367a9 authored over 8 years ago
eb9b3c8f9114b4e6dd22a10f3108ec75a09d22a7 authored over 8 years ago
5ae824f76aadac92db1de9503de7bd95f78d9101 authored over 8 years ago
a70a721d8e5092936bc6290536b56099bea27c63 authored over 8 years ago
8e9d51c3296f5c74264e63e0cd344e8155e46a5e authored over 8 years ago
3e146b73df554aaf34a14259678b5a4b709b42da authored over 8 years ago
871c761636705645b0a99298907a045e531fd114 authored over 8 years ago
9aafc6311cc4de508825c042f50e8bd19db391f1 authored over 8 years ago
13dcfb4c1e02f0ef3696ef414587901c2cfe460a authored over 8 years ago
56288464b9149de2137c81cdfebc3a2bb4ece927 authored over 8 years ago
f5fd7372e96b7bc8b205ef7a197f68aeffe5786d authored over 8 years ago
eb2d9c90a574754fdda36ffb9097a6fedbce4d89 authored over 8 years ago
Fix issue with complete not working on active view after starting Sublime
7be4c6a2157e4aa1762d0a6707d72f9c87b7d003 authored over 8 years agoFix clang completions hiding default completions (issue #81)
bb53ae7e22225b31cdf2c83e74f10132b16d1724 authored over 8 years ago266065af8fc4f732b877a8ed0cf5a46ee7778aab authored over 8 years ago
When clang completions returned from the binary clang were empty, the code
still hid default com...
1aaca7af764b399322f850d1214c7635999df236 authored over 8 years ago
c374611df1e5de44760ddde082797aaebfd5a6f3 authored over 8 years ago
4ba508a2e1dd3ec01f185d55759f06eae2bc88de authored over 8 years ago
92a6f32bda45539498e511b73a4314dbd826866e authored over 8 years ago
18d747ad8a11b66fea60e81f03e208448cca58e5 authored over 8 years ago
Introduce class for compiler-specific options (issue #71, #73)
57a6a8b25c91c368a1510ca5ff89472ff33a0cde authored over 8 years ago
Added a small CompilerVariant class that provides compiler-specific
options (currently separate ...