2114 Commits (04efb5d74f47e0628d4adde93d2bc80256e045e7)
 

Author SHA1 Message Date
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
eidheim 7357979ac9 Language protocol: improved hover and completion item documentation 8 years ago
eidheim 8cd69256cc Language protocol: fixed delay on language protocol errors, and added terminal warning on such errors. 8 years ago
eidheim f61eda58d0 Language protocol: added go to declaration through control/apple-left mouse click 8 years ago
eidheim 980de5de1c Language protocol: added additional capabilities checks 8 years ago
eidheim e2093cd983 Added Project::Rust::get_run_arguments and improved Project::Rust::compile_and_run 8 years ago
eidheim a4246fa56c Language protocol: added buffer tab size and char on textDocument/Formatting 8 years ago
eidheim 65f618d7f8 Disables spell check on markdown format style 8 years ago
eidheim d534f070b6 Language server protocol: added support for workspace/symbol 8 years ago
eidheim 240af8e94e Language server protocol: added support for textDocument/documentHighlight 8 years ago