1545 Commits (e1d4af10fa9994304c8ea123f3e4e0732d44fbc3)

Author SHA1 Message Date
eidheim 44a99fdbc4 Language protocol: can no longer edit text while waiting for capabilities during initialization, and some cleanups 7 years ago
eidheim 616f091962 Language protocol: added support for flow's typeCoverage instead of using the flow binary to find coverage warnings 7 years ago
eidheim 5390cfc5a4 Language protocol: no longer show completion window when no completion items match completion prefix in source buffer 7 years ago
eidheim 232e9b4876 Language protocol: now sorts locations received from server, and added some support for newer lsp specification 7 years ago
eidheim edb4369bf0 Language client: corrected diagnostic underline for some cases, and updated language server setup docs for rust 7 years ago
eidheim 5bfb1d44b3 Added additional info to status line when text is selected: number of lines, words and characters 7 years ago
eidheim 01a9cb09e8 Fixed indenting in newly created snippets files 7 years ago
eidheim 0059dc5ccf Updated tiny-process-library submodule 7 years ago
Jørgen Lien Sellæg 0d2cbd1399 sort target list 7 years ago
Jørgen Lien Sellæg 0735598be3 use specific targets when selecting link libraries for boost 7 years ago
eidheim b2593723d0 Cmake and meson: when no executable is found, look in src-folder if any 7 years ago
eidheim 40c19bc252 libclang: prevent infinite loop when searching for symbol documentation 7 years ago
eidheim f53bf4991e Fixed crash in newest libgit2: initialize must now be called before using git_diff_buffers 7 years ago
eidheim d56eb33385 Fixes #include-completion where an extra " or > was added after inserted text 7 years ago
eidheim e09ef29a08 Added workaround for gtksourceview change: meson.build files are now again identified as meson-files 7 years ago
eidheim 0837de33c3 Corrected arguments sent to libclang for newer llvm versions 7 years ago
eidheim e074e4daea Fixes build and lldb issue on MacOS, and added workaround for buggy Gsv::Buffer::create_source_mark 7 years ago
eidheim 6106092891 MacOS: Added missing system include folder for llvm 8.0.0 7 years ago
eidheim c05d825858 Improvements to CompileCommands::get_arguments when file_path is a header file 7 years ago
eidheim 0434a40379 Fixes #401: when parsing header files, try use the same flags as source files in the same folder 7 years ago
eidheim b466b46efa Removed unused member variable in git.h 7 years ago
eidheim 418f6c13d3 Improved LIBGIT2_VER_MAJOR check 7 years ago
maxice8 3e1ed92cc1
src/git.cc: Fix API compatibility with libgit2 0.28 7 years ago
Viktor Schneider 8c6f76cca8 keep prefix in front of "CMakeFiles/" for executable path of cmake target 7 years ago
eidheim cdc69d082d Language protocol: added uri encoding/decoding, and added missing argument escaping to some Terminal::process calls 7 years ago
eidheim 51a55faae8 When running HTML-files, use npm start if npm-project is found 7 years ago
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