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
7cb59e5adbLanguage protocol: improved Find Symbol, and implemented Go to Method
eidheim
2018-08-14 22:31:55 +0200
3aeb2d4d98Fixed indentation when pasting Python code where the first line ends with :
eidheim
2018-08-14 14:42:29 +0200
29c0f8f124Language protocol: no longer adds = after inserting named parameter
eidheim
2018-08-13 06:32:43 +0200
deacb4314fNo longer adds semicolon after lambda inside curly or square brackets
eidheim
2018-08-12 07:56:47 +0200
804b56a2c9Added and made use of ScopeGuard class
eidheim
2018-08-12 07:48:42 +0200
27d4c3ea5fLanguage protocol: added argument completions for Python. Also removed unnecessary copy of text buffer.
eidheim
2018-08-10 10:10:48 +0200
99725f392cRemoved custom BreakBeforeBraces and MaxEmptyLinesToKeep from default clang format style
eidheim
2018-08-09 09:04:34 +0200
0ee817e95eImproved spelling search and a slight optimization of finding C/C++ usages
eidheim
2018-08-09 06:20:20 +0200
e34da71fd6Now always fully reparses on file rename to avoid wrong file names in libclang operations
eidheim
2018-08-08 09:22:23 +0200
d4fcd709dfRemoved SpaceBeforeParens: Never as default since it is very common to have spaces for instance between if and (
eidheim
2018-08-08 09:19:41 +0200