1519 Commits (43f2043be1c481ae4c123d44a5f2125e76db3b5f)

Author SHA1 Message Date
eidheim 092d729554 Bracket languages: now adds or removes /**/ around selection when typing / 7 years ago
eidheim 7cd178e2b2 Use lowercase instead of uppercase when sort naturally in directory view 7 years ago
eidheim d9e49d8ba2 Directories and files in directory view are now naturally sorted 7 years ago
eidheim 7a456b8ddb Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller 7 years ago
eidheim 6eca4d6555 Added possibility to override theme font 7 years ago
eidheim 343a518376 Language protocol: tab is now escaped 7 years ago
eidheim aac80d0ade Prettier: speed up by no longer using prettier to find configuration path 7 years ago
eidheim a053feb38f Language protocol: correctly clears flow warnings 7 years ago
eidheim 6934fb0790 Language protocol: made flow coverage asynchronous to speed up saving javascript files 7 years ago
eidheim 414d8f195c Clang index no longer static due to libclang crashes when using the same index in parallel parses. 7 years ago
eidheim 5157a3b635 Make use of lock_guard instead of unique_lock where possible 7 years ago
eidheim dc026f5fa6 Added support for builds that includes compile_commands.json files created by tools like Bear and compiledb. Fixes #392 7 years ago
eidheim 8b8f493780 Fixed sorting of filenames and directories in directory view 7 years ago
eidheim c6efc4599f Markdown format: no newlines in table rows starting with | 7 years ago
eidheim f18e38c6bc Disabled excludeDeclarationsFromPCH due to libclang bug where clang_visitChildren could behave differently between runs 7 years ago
eidheim 994573b75e Added support for snippets. Fixes #348 7 years ago
eidheim 97279b04dc Fixed directory git status for paths within a symbolic linked folder 7 years ago
eidheim 58e5533a74 Added log.libclang to preferences that when enabled outputs diagnostics to standard output. Also set excludeDeclarationsFromPCH when creating clangmm::Index-instances 7 years ago
eidheim dd3a02fc7d Fixed javascript indentation outside brackets when line starts with (, [ or { 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
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 122787f35d Language protocol: no longer adds documentation to autocomplete if it is equal to the detail already added 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 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 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 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