2937 Commits (de7763e5559ad4b6d44f6fbfa116904d44ef118c)
 

Author SHA1 Message Date
eidheim 4e121ffd00 Improved C/C++ include fixits 5 years ago
eidheim a95cb94b79 Language client: move cursor forward if no arguments in completed function and if cursor is still inside () 5 years ago
eidheim b6e8e5d441 Language client: added completionItem/resolve request to fetch details and documentation of completion items 5 years ago
eidheim 70d9818772 Language client: added support for type declaration and implementation location. Also fixes to utf-8 byte count and regular utf-16 offsets, and cleaned up write_request and write_notification calls 5 years ago
eidheim 2e34b4ba6c Updated libclangmm 5 years ago
eidheim c51ad74811 Added link to documentation on Language Protocol extension offsetEncoding 5 years ago
eidheim 0c42dd0fa9 Language client: use proper utf-16 offsets when getting iters and offsetEncoding is not set to utf-8 5 years ago
eidheim be5e36627d Language client: improved support for both UTF-16 offsets and offsetEncoding set to utf-8 5 years ago
eidheim 5aeb065f4b Language client: cleanup of embolden_token 5 years ago
eidheim 5164f3f956 Another fix to MSYS2 test failure 5 years ago
eidheim 8acf82bb75 Removed unnecessary .raw() uses 5 years ago
eidheim 47c38ef227 Another fix to MSYS2 test failure 5 years ago
eidheim 300cac6589 Fixed MSYS2 test failure 5 years ago
eidheim aa91e38bfa Added language protocol tests 5 years ago
eidheim 31d86b22ba Minor cleanup of extend_selection() 5 years ago
eidheim bfff0bba2b Tab width set to 4 in terminal as well 5 years ago
eidheim 34eadaa2e4 Minor improvement to extend selection for non-bracket languages 5 years ago
eidheim 9a67a7557e Improved extend selection for non-bracket languages like Python and Julia 5 years ago
eidheim e63b4e974d Cleanup of source language checks 5 years ago
eidheim 2424113b9f Language client: made use of Source::is_js 5 years ago
eidheim 2b5d778284 Language client: further improvement to is_possible_jsx_property 5 years ago
eidheim 47caf05f94 Language client: improved is_possible_jsx_property 5 years ago
eidheim 20a046db69 Cleanup of autocompletion run checks 5 years ago
eidheim aa1019093d Fixed autocomplete at start of buffer 5 years ago
eidheim c8d9733385 Changed the timeouts in the language client 5 years ago
eidheim c6bf84bd90 Cleanup of on_motion_notify_event 5 years ago
eidheim 68202c648a Added warning messages on missing go or julia language server 5 years ago
eidheim 967ce0cf30 Fixed minor typo in Julia language server install instructions 5 years ago
eidheim 68fe6bab1a Added compile and run support for Julia 5 years ago
eidheim 9c8f105780 Added support for Go projects 5 years ago
eidheim de43494f25 MacOS: fixed selection marks when selecting text through mouse drag 5 years ago
eidheim a0dfe0a055 Cleanup of extend_selection() 5 years ago
eidheim 50299e7b08 Renamed SearchView to CommonView 5 years ago
eidheim cb2bc83044 Extend selection now works on HTML and JSX 5 years ago
eidheim 51c619f4bd Copying from diff buffer now omits + or - at start of lines 5 years ago
eidheim 3b4ef42bd5 Fixed compilation on MSYS2 5 years ago
eidheim c2eff0a40c Fixes #434 : added possibility to add custom commands in menu item juCi++, Commands 5 years ago
eidheim 11a5368ea4 Renamed instances in get() functions to instance 5 years ago
eidheim 81b3b670dc Improved instructions when rust installation is not found 5 years ago
eidheim 36a8515d05 Now also searches for rust-analyzer executable in $PATH 5 years ago
eidheim 4d1f725a0f New Project menu items now also add .gitignore files 5 years ago
eidheim 9579c16193 Added menu item File, New Project, Rust 5 years ago
eidheim 4cd3ee6de2 Added extra lookup for rust-analyzer 5 years ago
eidheim 17a3fb4e2f Fixed rust debug value formatter 5 years ago
eidheim 218f98f9c2 Now makes sure build directory is created before building and debugging rust programs 5 years ago
eidheim 485c68f6ea Fixed Open With Default Application menu item in directory view for file paths with special characters 5 years ago
eidheim b3b4cf71d9 Fixed potential crash on directory update when trying to colorize a deleted folder 5 years ago
eidheim 3b07c7b66b Updated libclangmm 5 years ago
eidheim 59aa74afb3 Fixed test on MSYS2 5 years ago
eidheim ddaca98476 Made filesystem methods thread safe 5 years ago