2650 Commits (33415c5100087dd0dc78675509cfe4a7fc8810ab)
 

Author SHA1 Message Date
eidheim ba7c335073 Slight optimization when saving files 6 years ago
eidheim a0d911f176 Added clang-tidy preference items 6 years ago
eidheim cb449a9c0a Updated language server instructions for rust 6 years ago
eidheim 2205ce03b7 Fixed overlapping tooltips when showing markdown 6 years ago
eidheim b88a480ca2 Language client: added support for fixits 6 years ago
eidheim 905030e282 Language client: on rename, write changes to unopened files first since this can improve server parsing of opened files that will be changed after 6 years ago
eidheim eb8c0cdf3d Language client: diagnostic messages are now parsed as markdown 6 years ago
eidheim 288db3827f Language client: updated client capabilities with markdown support 6 years ago
eidheim f2dee85d0f Language client: autocomplete documentation now supports markdown 6 years ago
eidheim 160641d71c Language client: improved support for completion documentation 6 years ago
eidheim d6f967281c Get token cleanup and improved rust debugging 6 years ago
eidheim e1d4af10fa Slight adjustment to custom styling example: source view slider is now shown 6 years ago
eidheim 6ad83ec811 Slightly optimised file reading and writing 6 years ago
eidheim 2630e3001f Language client: improved parsing of textDocument/documentSymbol 6 years ago
eidheim b20237d5ba Language server: made show methods and symbol rows similar to the ctag and libclang variants 6 years ago
eidheim 17bf0c3603 Slight improvement to Go to implementation 6 years ago
eidheim 4b56c48e3e Now uses ctags to find methods in C/C++ source files 6 years ago
eidheim 05cad00dc4 Main window can now be set transparent in custom css file (for instance ~/.config/gtk-3.0/gtk.css) 6 years ago
eidheim cb844279d8 Slightly adjusted yellow diff color 6 years ago
eidheim 873c9822c8 Adjusted diff colors and made them dependent on light/dark themes 6 years ago
eidheim d819d2daba Removed unused variable 6 years ago
eidheim fdbec6353e Red status code now slightly dependent on status background 6 years ago
eidheim 29fc8c0a2c Fixes #426: added Close Folder and Close Project to File menu. Also moved Close Tab to File Menu as Close File 6 years ago
eidheim 994595d2cc Markdown now automatically has text wrap set to WRAP_WORD_CHAR 6 years ago
eidheim 1b2e30de36 Wrap mode for preference option source.wrap_lines is now WRAP_WORD_CHAR instead of WRAP_CHAR 6 years ago
eidheim f04d4d275b Updated custom style example 6 years ago
eidheim 2ace007722 Added address-sanitizer CI job 6 years ago
eidheim 7282721c64 Fixed prettier cursor placement after style format, and replaced atoi with std::stoi calls 6 years ago
eidheim 485aa718ec v1.6.0 6 years ago
eidheim fe54f65f03 Updated libclangmm submodule 6 years ago
eidheim 8366ec331f Minor cleanup of source files 6 years ago
eidheim aabb6fb1cc Updated styling example 6 years ago
eidheim 2c5daa85e2 Fixed tests on FreeBSD 6 years ago
eidheim 22b62fdde2 Fixes grep and ctags commands on bsd systems 6 years ago
eidheim 4ef4e16ecf Minor cleanup of cmake files 6 years ago
eidheim 34c395de48 Fixes #425: symbols and emojis no longer considered word characters when spellchecking 6 years ago
eidheim d5ac358ca5 Added filesystem::get_canonical_path instead of using boost::filesystem::canonical_path that always throws if boost::filesystem::current_path fails 6 years ago
eidheim 9d62155965 Added custom styling to docs 6 years ago
eidheim 696264e623 Fix appveyor CI 6 years ago
eidheim 9794dd3dcc Slightly adjusted red status error color 6 years ago
eidheim 84e935c1c0 Fixed grep escape, using double quotes instead of single quotes 6 years ago
eidheim 60031f3ed7 Updated tiny-process-library submodule 6 years ago
eidheim 94353ee7d6 Added extra padding for entries and terminal, and changed directories header slightly 6 years ago
eidheim 4dc8021ea9 Now use SearchEntry instead of Entry in SelectionDialog 6 years ago
eidheim 94a4558a94 Added missing style classes 6 years ago
eidheim 74c28602f5 Added markdown parsing for tooltips 6 years ago
eidheim f7bcb19097 Updated libclangmm submodule 6 years ago
eidheim 43f2043be1 Cleanup of textbuffer tags and tooltips 6 years ago
eidheim be83985d24 Language client: added textDocument/didSave and removed unsupported capabilities in initialize request, now supports textDocument/documentSymbol responses with both DocumentSymbol[] or SymbolInformation[], and improved hover tooltip parsing 6 years ago
eidheim 1380e6e2f4 Language client: fixed didChange notification when test document sync is full 6 years ago