2768 Commits (af652278c3e6e68013c6bb6d3b59390d85d832c9)
 

Author SHA1 Message Date
eidheim 64b990c4b2 Corrected smart insertions: no longer inserts for instance () when cursor is at '[' or '{' 5 years ago
eidheim 42a0080f59 Minor cleanup of Terminal::sync_print 5 years ago
eidheim 56aa729342 Fixed terminal scrolling that sometimes did not correctly scroll to bottom 5 years ago
eidheim c1bb207828 Reverted last commit, and instead made tiny-process-library handlers wait until GUI thread has printed the message 5 years ago
eidheim f6eb3cec14 Fixed potential freeze on excessive terminal output 5 years ago
eidheim 381d9863bb Terminal now scrolls to bottom when a new process prints output 5 years ago
eidheim a76968da11 Language client: fixed crash when renaming file: no longer attempts to reuse shutdown thread pool 5 years ago
eidheim d8b7f22609 Window is now hidden on quit instead of showing info message 5 years ago
eidheim 1164864853 Star, underscore, and tilde will now be inserted around selections only in markdown files and in comments in other files 5 years ago
eidheim 3cb0b2decf Improved extend selection by extending selection of partial tokens 5 years ago
eidheim 78c3b59528 Made use of libfuzzer, and fixed a few edge cases identified by libfuzzer 5 years ago
eidheim 5c6af4a8fe Fixed uninitialized warning 5 years ago
eidheim 3b967f1ea5 Improvements to std::string simplifications in tooltips 5 years ago
eidheim 871f7fc4e7 Minor cleanup of Tooltip::insert_docstring 5 years ago
eidheim bb3e669445 Improvements in removal of internal namespaces in types shown in tooltips 5 years ago
eidheim 3ba7e26529 Further support for python docstrings 5 years ago
eidheim 1e472bd36c Tooltip links are no longer shortened in certain circumstances 5 years ago
eidheim d21bda1ba2 Added support for python docstrings, and releasing for instance shift no longer changes shown completion items 5 years ago
eidheim 3b21ebe33d Minor optimization 5 years ago
eidheim 83660f1398 Language client: no longer keeps parameter name when a new completion should occur 5 years ago
eidheim 9f9d5127ac Language client: added tooltip workarounds for the python language server 5 years ago
eidheim 953420ecc4 Removed necessary check 5 years ago
eidheim d8403582ed Temporary fix for appveyor 5 years ago
eidheim 97dadc5a0b Now shows full documentation, not only brief documentation, on C/C++ tooltips, and added a doxygen parser. 5 years ago
eidheim 1f895044a5 Star, underscore, and tilde can now be inserted around selections for all languages 5 years ago
eidheim 0c4731597e Added parameter names to C/C++ type tooltips, and simplified std::string types in C/C++ tooltips 5 years ago
eidheim f469a41601 Can now enable word wrap for specific languages 5 years ago
eidheim bd3dfab765 Added Zen mode 5 years ago
eidheim 1055442772 Horizontal scrollbar on selection dialogs are no longer hidden 5 years ago
eidheim 8cbf9275e3 Added and made use of Project::Build::get_exclude_paths() 5 years ago
eidheim d3105fdc63 No longer shows info message when cancelling finding usages 5 years ago
eidheim 679fbcdcbc C/C++: can now cancel waiting for parsing buffers, and added check for crashed libclang processes in wait_parsing() 5 years ago
eidheim 46ad2f8459 Added Go to Tab in Window menu 5 years ago
eidheim 548e10b2ab Language client: improved detection of parameter number 5 years ago
eidheim 24b1688003 Language client: minor improvement to completion result parsing 5 years ago
eidheim fcbcc4e90e Language protocol: on signature help, show parameters only for current parameter position. Also improved signature help on named parameters 5 years ago
eidheim e21dd3681d Added workaround for libclang crash when looking for definitions of completion items 5 years ago
eidheim 0102ba90c9 Language client, python: links in diagnostics are now tagged 5 years ago
eidheim 965a9fec3a Fixed gcc warnings 5 years ago
eidheim 5ebccdaa58 Fixed compilation on FreeBSD 5 years ago
eidheim 7e41c5c2d5 Added -Wno-deprecated-declarations since gtksourceview does not seem to fix these warnings in the near future 5 years ago
eidheim 28fc254cb7 Cleanup of event naming 5 years ago
eidheim cf8f050e90 Terminal: now only scrolls to end of new text when scrollbar is at bottom 5 years ago
eidheim 6141282108 Slight improvement of Terminal::print 5 years ago
eidheim 2be7e1c943 Added std::regex::optimize to std::regex object constructions 5 years ago
eidheim 6e485514ed Improved resource use of Terminal::print 5 years ago
eidheim 9e170348df Tooltip sorkaround for flow's language server: make sure type information is shown first 5 years ago
eidheim b97cc5ca37 Cleanp of Tooltip::insert_code 5 years ago
eidheim 64fb22bcef C/C++: now shows type tooltip on this-object 6 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago