e0e47a37edRelated to MR 398: finished implementation of default build system setting, but renamed project.default_build_system to project.default_build_management_system, since make and ninja are examples of build systems. Also added --buildtype plain to meson default build.
eidheim
2019-07-08 11:54:31 +0200
1b97e3e893Add a project.default_build_system and generate new project files based on build system
Shankar Giri
2019-07-03 02:35:40 -0700
a824fe4ec4Language protocol: added workaround for extreme line and character values
eidheim
2019-06-28 20:43:53 +0200
2bf80dbe38Fixed builds without liblldb
eidheim
2019-06-28 16:04:13 +0200
16d9aa5525Fixed tests when using -fsanitize=thread
eidheim
2019-06-28 07:14:32 +0200
9e0a25e9acMade use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs.
eidheim
2019-06-26 20:33:11 +0200
80131e24f0Remove potential extra newline in Debug::LLDB::get_value
eidheim
2019-06-24 11:55:36 +0200
c04bbe81c6Debugging in C/C++: tooltips now show values of evaluated expressions that does not change program state, for instance return values from const member functions, and results from expressions like: arr[a + b]. Additionally, now closes completion dialog on paste.
eidheim
2019-06-21 11:13:41 +0200
aea7fb4668Language protocol: Go to Method: methods are now sorted by offset
eidheim
2019-06-19 13:10:21 +0200
e91983df26Fixes#409 : corrected identification of code characters at the end of raw string literals
eidheim
2019-06-19 11:33:37 +0200
8de9f298d6Language protocol: now retries typeCoverage request on error during initialization since the request might fail while waiting for language server to start.
eidheim
2019-06-18 20:12:07 +0200
8163057f1cUpdated language server instructions for python3 support
eidheim
2019-06-18 15:34:39 +0200
29faa44d69Language protocol: now instead disables editing of source buffer while waiting for capabilities during initialization
eidheim
2019-06-18 15:31:32 +0200
4b6646e7bcUpdated example language server instructions for Flow support
eidheim
2019-06-18 12:17:39 +0200
44a99fdbc4Language protocol: can no longer edit text while waiting for capabilities during initialization, and some cleanups
eidheim
2019-06-18 12:06:51 +0200
616f091962Language protocol: added support for flow's typeCoverage instead of using the flow binary to find coverage warnings
eidheim
2019-06-18 11:26:19 +0200
5390cfc5a4Language protocol: no longer show completion window when no completion items match completion prefix in source buffer
eidheim
2019-06-18 09:16:57 +0200
232e9b4876Language protocol: now sorts locations received from server, and added some support for newer lsp specification
eidheim
2019-06-17 21:13:39 +0200
edb4369bf0Language client: corrected diagnostic underline for some cases, and updated language server setup docs for rust
eidheim
2019-06-17 19:53:08 +0200
5bfb1d44b3Added additional info to status line when text is selected: number of lines, words and characters
eidheim
2019-06-17 15:31:21 +0200
01a9cb09e8Fixed indenting in newly created snippets files
eidheim
2019-06-04 13:11:02 +0200
7414970d84Updated tiny-process-library submodule. Another attempt at correcting appveyor test error
eidheim
2019-06-04 12:17:56 +0200
4312c9f0a4Updated tiny-process-library submodule due to appveyor test fail
eidheim
2019-06-04 11:20:21 +0200
src/git.cc: Fix API compatibility with libgit2 0.28
maxice8
2019-02-12 05:40:18 -0200
8c6f76cca8keep prefix in front of "CMakeFiles/" for executable path of cmake target
Viktor Schneider
2019-02-02 03:42:05 +0100
cdc69d082dLanguage protocol: added uri encoding/decoding, and added missing argument escaping to some Terminal::process calls
eidheim
2019-01-02 10:40:30 +0100
51a55faae8When running HTML-files, use npm start if npm-project is found
eidheim
2018-12-02 08:30:25 +0100
092d729554Bracket languages: now adds or removes /**/ around selection when typing /
eidheim
2018-11-30 11:56:27 +0100
7cd178e2b2Use lowercase instead of uppercase when sort naturally in directory view
eidheim
2018-11-26 16:29:42 +0100
d9e49d8ba2Directories and files in directory view are now naturally sorted
eidheim
2018-11-16 22:36:36 +0100
7a456b8ddbAdded Edit.Show/Hide that can be used to hide text in a buffer by making it smaller
eidheim
2018-11-14 16:21:31 +0100
6eca4d6555Added possibility to override theme font
eidheim
2018-11-14 14:25:47 +0100
343a518376Language protocol: tab is now escaped
eidheim
2018-11-16 14:47:06 +0100
aac80d0adePrettier: speed up by no longer using prettier to find configuration path
eidheim
2018-11-14 10:43:17 +0100
9f9f4393dcAdded additional buffer word tests
eidheim
2018-11-12 09:34:04 +0100
6934fb0790Language protocol: made flow coverage asynchronous to speed up saving javascript files
eidheim
2018-11-11 23:01:47 +0100
414d8f195cClang index no longer static due to libclang crashes when using the same index in parallel parses.
eidheim
2018-11-10 12:45:01 +0100
5157a3b635Make use of lock_guard instead of unique_lock where possible
eidheim
2018-11-09 20:44:31 +0100
dc026f5fa6Added support for builds that includes compile_commands.json files created by tools like Bear and compiledb. Fixes#392
eidheim
2018-11-09 09:28:46 +0100
8b8f493780Fixed sorting of filenames and directories in directory view
eidheim
2018-11-08 13:12:36 +0100
c6efc4599fMarkdown format: no newlines in table rows starting with |
eidheim
2018-11-06 08:06:56 +0100
f18e38c6bcDisabled excludeDeclarationsFromPCH due to libclang bug where clang_visitChildren could behave differently between runs
eidheim
2018-11-05 10:10:42 +0100
994573b75eAdded support for snippets. Fixes#348
eidheim
2018-10-29 15:03:56 +0100
97279b04dcFixed directory git status for paths within a symbolic linked folder
eidheim
2018-10-29 08:40:16 +0100
58e5533a74Added log.libclang to preferences that when enabled outputs diagnostics to standard output. Also set excludeDeclarationsFromPCH when creating clangmm::Index-instances
eidheim
2018-10-26 10:58:30 +0200
acff98e83dFixed broken "enhancement" link in README.md
Noah11012
2018-10-26 19:53:24 +0000
88dc16d1f2Fixed Project::Build::get_debug_path() that was not correctly changing <project_directory_name> when inserted from <default_build_path>. Reported in #394
eidheim
2018-10-05 08:02:06 +0200
b1a3943da4Correction 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.
eidheim
2018-08-29 13:08:28 +0200