2273 Commits (e074e4daeae6a284d61eff7e5d02a46b309f3c27)
 

Author SHA1 Message Date
eidheim 5d78509239 Tooltip background is now set through css instead of using deprecated functions 8 years ago
eidheim 3d166a8988 A tooltip is no longer hidden if the mouse cursor is moving towards it 8 years ago
eidheim 54f2e649f5 Cut no longer has an effect on non-editable text 8 years ago
szymon 04bce2aae6 type tooltips when cursor over auto spec 8 years ago
eidheim e0efbb112d Fixes #374 and #340: Copy/Cut copies/cut the current line if text is not selected. Can now also copy text from tooltips. 8 years ago
eidheim 3e84deb2c2 On save, closes file before reading last_write_time 8 years ago
eidheim d9d216f2a9 v1.4.2 8 years ago
eidheim dcd57d3cf3 Updated dependency install for Debian/Linux Mint/Ubuntu 8 years ago
eidheim ff6bcd3b81 Moved Info css to window.cc 8 years ago
eidheim 715b3a9051 Tooltips now have css properties border-radius and padding. Also moved CSS code to window.cc 8 years ago
eidheim 9693bcea34 Added Prettier tooltips, and cleanup of src/source* files 8 years ago
eidheim fae599ed93 Fixed LLDB::get_value that sometimes crashed when looking up a function/method, and can now receive return values from methods 8 years ago
eidheim bf798073c0 Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
eidheim 9ee77f9df1 Cleanup: added Source::BaseView class. Also fixed replace_text for older libgit2 versions. 8 years ago
eidheim a26940e921 Improved replace text through libgit2 making file reload and some format style functions faster and without scrolling issues 8 years ago
eidheim edc3117dc5 Fixed uninitialized pointed that could potentially lead to a crash 8 years ago
eidheim 262789df63 Language protocol: added initializing status text 8 years ago
eidheim 1a6e40de9d Language protocol: tag tokens and open/close buffer now async, and fixed minor tooltip placement bug. Also now autocompletes after " and ' characters 8 years ago
eidheim bc00d1ea5c Improved placement of tooltips that react top of screen 8 years ago
eidheim 1e414b9fab Move tooltips slightly to right if they reach top of screen 8 years ago
eidheim d6f697a802 Multiple cursors can now be enabled in preferences 8 years ago
eidheim 1039d318d2 Merge branch 'multicursor' of https://github.com/eidheim/jucipp 8 years ago
eidheim 8c99e66792 Can now configure the command used to run python files 8 years ago
eidheim 014b29db4b Fixed unused-lambda-capture warnings 8 years ago
eidheim 4d242cc59b Also check for format-files when language protocol is used 8 years ago
eidheim 3d706b009c Merge branch 'add_functional_include' of https://github.com/Joshua-Wright/jucipp 8 years ago
Josh Wright c1a35a39f0 add includes necessary to compile 8 years ago
eidheim 5ad81c3d56 MacOS drag-and-drop has been fixed in latest gtk+ homebrew package. Workarounds removed. 8 years ago
eidheim 81cebb57ed v1.4.1 8 years ago
eidheim 889c844fec Added OpenCL to features 8 years ago
eidheim 679282695b Fixed crash on MacOS by disabling drag-and-drop in directories view 8 years ago
doe300 e1e18a4199 Adds support for OpenCL source-files 8 years ago
Jørgen Lien Sellæg 2a9c54ef1a say yes to all system related upgrade questions 8 years ago
eidheim cf1899e5df Default MacOS font is now Menlo instead of Menlo 9 8 years ago
eidheim 662b31785b Fixes #361: Added support for multiple cursors 8 years ago
eidheim e9d3a731a1 Language protocol: now reads the full hover result 8 years ago
eidheim 3647273e19 Fixes spellcheck error fault when ending a string with ' 8 years ago
eidheim 2eb6b38508 Language protocol: added potential missing parantheses to method/function completion items 8 years ago
eidheim 4813ccb119 Enabled Rust workspace_mode since rls did not work properly without it when unused modules were present in workspace 8 years ago
eidheim 3275b8d49f Faster opening of previous session file buffers 8 years ago
eidheim 897e570ae0 Language protocol: fixed potential crash in hover method 8 years ago
eidheim 2587698565 Preference cleanup: added missing prefix to some menu item key names, and removed clang_types from preferences 8 years ago
eidheim ec5e839d9b Language protocol, autocomplete: no longer inserts function/template parameters if they already exists 8 years ago
eidheim 8a4cab0415 Additional information is stored and used between juCi++ sessions: line offsets of buffers, window size, run arguments, and debug run arguments, including remote debug settings. 8 years ago
eidheim f952f9db38 Language protocol: added support for textDocument/rangeFormatting 8 years ago
eidheim 807ac96ee9 Language server process is now started in root_uri path due to some servers require this it seems. Also added yet another hover result value retrieve method due to so many different result structures from different server implementations. 8 years ago
eidheim 86fa995bb6 Language server: no longer tries to rename source files outside of project path 8 years ago
eidheim cb09fd6b8f Language protocol: fixes cursor position after style format and rename 8 years ago
eidheim f6e70f31c7 Language protocol, Go to Usage: lines with <> now shown correctly 8 years ago
eidheim a7a52b5976 Language protocol: added support for textDocument/rename result with documentChanges array 8 years ago