1892 Commits (42b3f00980dd3595443a94998cd6893d6b76c928)

Author SHA1 Message Date
eidheim a3bb0eaaa5 Hide tooktips and stop tag similar symbol cleanup. No longer activates tooltips or similar symbol tags on format style, undo, redo and paste 8 years ago
eidheim 99dd906cc2 Do not show tooltips after style format 8 years ago
eidheim cf953d43ea Fixed unused variable warning 8 years ago
eidheim 8ade33d960 Fixes bug introduced in last commit: flow errors hidden by coverage on second parse 8 years ago
eidheim 35f094d2c8 Language protocol: added Flow coverage support 8 years ago
eidheim b23fd8e2a2 Correctly marks javascript as bracket base language, as well as css and json 8 years ago
eidheim 089d247d6d Removed File Reload dialog that is no longer needed since one can undo the changes 8 years ago
eidheim 97126e24b9 Can now undo file reload 8 years ago
eidheim 86adabaaeb Fixes #377: adds "#pragma once" on empty C/C++ header files. Additionally, cleanup of Notebook::open. 8 years ago
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 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 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
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 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
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