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
3bbc3b0fe7Fixed history skipping first entry after copying source view selection to initialize EntryBox.
ckurz
2018-08-29 11:17:39 +0200
fc5c11f61eFind dialog will now use selection from active view as initial text.
ckurz
2018-08-29 10:04:16 +0200
1099fced5dUpdate README.md
Ole Christian Eidheim
2018-08-27 10:31:57 +0000
0776d0a5eaCorrected python versions in language servers document
eidheim
2018-08-20 13:28:24 +0200
5de75971d9Language protocol: no longer shows tooltips when view is not in focus
eidheim
2018-08-20 08:45:30 +0200
03143e6166Language protocol: corrected autocompletion insertion when selecting autocomplete items through for instance arrow up/down
eidheim
2018-08-17 12:00:36 +0200
365a471030Language protocol: no longer adds parameters when selecting autocomplete items using for instance arrow down/up
eidheim
2018-08-17 11:53:21 +0200
47a5d3db58Simplified and corrected autocomplete regexes. No longer autocompletes on . after a number
eidheim
2018-08-16 12:52:56 +0200
b61ff41300Language protocol: added error message if request to server timed out. Also corrected error argument on handlers called on timeout or process error
eidheim
2018-08-15 19:34:44 +0200