2234 Commits (ec182761603fa01fe008f09989b99acdf3466096)
 

Author SHA1 Message Date
eidheim ec18276160 v1.4.6 7 years ago
eidheim dd3a02fc7d Fixed javascript indentation outside brackets when line starts with (, [ or { 7 years ago
eidheim 0ea7655065 Updated Debian install instructions 7 years ago
eidheim 88dc16d1f2 Fixed Project::Build::get_debug_path() that was not correctly changing <project_directory_name> when inserted from <default_build_path>. Reported in #394 7 years ago
eidheim 6f7388bf4d Fixed prettier error tooltips 7 years ago
eidheim b9b31c3c93 No longer adds -fretain-comments-from-system-headers when using pch file. Related to #394 7 years ago
eidheim ffe3e90500 Added comment char for yaml 7 years ago
Ole Christian Eidheim cfba57dfcf Fixed Appveyor CI (resolves #393) 7 years ago
eidheim 0a4bc8cb60 Meson, related to #394: exclude dependency file generation when parsing to silence clang error 7 years ago
eidheim 6e147af6fb Remove -include-pch arguments for header files 7 years ago
eidheim e7b0a901f4 Merge https://gitlab.com/cppit/jucipp 7 years ago
eidheim 596f8f166b Language protocol setup doc: flow-bin should be installed globally 7 years ago
eidheim 122787f35d Language protocol: no longer adds documentation to autocomplete if it is equal to the detail already added 7 years ago
Jørgen Lien Sellæg 75760bb016 add shebang 7 years ago
Jørgen Lien Sellæg a2116b12ed exit if cd fails 7 years ago
Jørgen Lien Sellæg 2f52f4703d get debug information from bash 7 years ago
eidheim 780e27fcbf Update libclangmm submodule 7 years ago
eidheim b1a3943da4 Correction to Find dialog, related to !390: last_search variable is now correctly updated when search entry is set to current selection. Also reverted history workaround. 7 years ago
ckurz 3bbc3b0fe7 Fixed history skipping first entry after copying source view selection to initialize EntryBox. 7 years ago
ckurz fc5c11f61e Find dialog will now use selection from active view as initial text. 7 years ago
eidheim 0776d0a5ea Corrected python versions in language servers document 7 years ago
eidheim 5de75971d9 Language protocol: no longer shows tooltips when view is not in focus 7 years ago
eidheim 03143e6166 Language protocol: corrected autocompletion insertion when selecting autocomplete items through for instance arrow up/down 7 years ago
eidheim 365a471030 Language protocol: no longer adds parameters when selecting autocomplete items using for instance arrow down/up 7 years ago
eidheim 47a5d3db58 Simplified and corrected autocomplete regexes. No longer autocompletes on . after a number 7 years ago
eidheim 24246de5c3 Language protocol: fixed documentSymbol queries 7 years ago
eidheim b61ff41300 Language protocol: added error message if request to server timed out. Also corrected error argument on handlers called on timeout or process error 7 years ago
eidheim 7cb59e5adb Language protocol: improved Find Symbol, and implemented Go to Method 7 years ago
eidheim 3aeb2d4d98 Fixed indentation when pasting Python code where the first line ends with : 7 years ago
eidheim 29c0f8f124 Language protocol: no longer adds = after inserting named parameter 7 years ago
eidheim deacb4314f No longer adds semicolon after lambda inside curly or square brackets 7 years ago
eidheim 804b56a2c9 Added and made use of ScopeGuard class 7 years ago
eidheim 27d4c3ea5f Language protocol: added argument completions for Python. Also removed unnecessary copy of text buffer. 7 years ago
eidheim 99725f392c Removed custom BreakBeforeBraces and MaxEmptyLinesToKeep from default clang format style 7 years ago
eidheim 0ee817e95e Improved spelling search and a slight optimization of finding C/C++ usages 7 years ago
eidheim e34da71fd6 Now always fully reparses on file rename to avoid wrong file names in libclang operations 7 years ago
eidheim d4fcd709df Removed SpaceBeforeParens: Never as default since it is very common to have spaces for instance between if and ( 7 years ago
eidheim e95c2aa2f5 v1.4.5 7 years ago
eidheim 6cc4fadd63 Ctags: now excludes node_modules even when run path is empty 7 years ago
eidheim 057e68fdc1 Ctags now excludes node_modules, and language protocol show symbols now falls back to Ctags 7 years ago
eidheim 9a79946194 Markdown style format: added | as special character so that newlines are not removed/added inside tables 7 years ago
eidheim d540476356 Added note on Python3 and MacOS 7 years ago
eidheim 4ddf229c58 Language protocol: fixed bug where only the current buffer was modified 7 years ago
eidheim 8b55cdad87 Language protocol: corrected start position of diagnostic if start was placed at end of buffer 7 years ago
eidheim 1cb311de02 Language protocol: renamed uri to file where appropriate 7 years ago
eidheim 49308057ea Language protocol: fixed apply_similar_symbol_tag when document_highlight is unavailable 7 years ago
eidheim f831bcd61f Moved implementations of LanguageProtocol structures to .cc file 7 years ago
eidheim 7a74bd960f Preferences: source.format_style_on_save_if_style_file_found is now true by default 7 years ago
eidheim 8d2b85a680 Http(s) urls in tooltips are now marked, and behaves, as links 7 years ago
eidheim 0c7dbecb0d Now underlines clickable symbols. Also cleanup of similar_symbol tagging/untagging. 7 years ago