2420 Commits (8366ec331f0590ccad024fa91dd330372abd3a76)
 

Author SHA1 Message Date
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
eidheim 6b948b0ec9 Fixed scroll_to_cursor_delayed so that tooltips are not shown if show_tooltips parameter is false 7 years ago
eidheim 0ddd87f2cf Source::View cleanup: moved some functions to Source::BaseView 7 years ago
eidheim e5d469e3f1 Language protocol: Cleanup, and added support for relatedInformation. Also cleanup in the way tooltip buffers are set. Finally, improved rename handling. 7 years ago
eidheim 3e7485e94c Terminal: added clickable links for Rust, Node.js and Python warnings/errors 7 years ago
eidheim 1bb7012704 Improved format_style_on_save_comment 7 years ago
eidheim a7e5b8bfbe Improved project check for python and javascript 7 years ago
eidheim 40324890d5 Improved setup instructions of python-language-server 7 years ago
eidheim 53f1b3a7db MacOS: no longer shows several info messages when file is changed on disk but not reloaded 7 years ago
eidheim 78e7051f24 Added error check in Source::BaseView::monitor_file 7 years ago
eidheim d9b5341b01 Improvements to Source::BaseView::monitor_file(): all changes should now be checked. Previously, several changes within one second could be ignored. 7 years ago
eidheim c1f219a941 File->New Project now adds .clang-format file 7 years ago
eidheim dbbd8ee7ef Added support for Python __main__.py files 7 years ago
eidheim e399e559fc Bracket language indentation's default enter action now performs as the basic enter action 7 years ago
eidheim 120d553199 New python files will have 4 space indentation 7 years ago