36 Commits (2305dfb42bb475d85c60b93d9f757305f8c25dd5)

Author SHA1 Message Date
eidheim 2305dfb42b Reshow Rust and rust-analyzer dialogs if installation was cancelled 4 years ago
eidheim da8b1f7f98 Minor cleanup of rustup PATH modification 4 years ago
eidheim c3afe1009b Added filesystem::is_executable 4 years ago
eidheim af652278c3 Further improvements to MSYS2 Rust installer 4 years ago
eidheim b2aade877b Fixed Rust installation on MSYS2 4 years ago
eidheim 1dd8cb3e36 Added Rust installer 4 years ago
eidheim a0a587b8fd Added cancellation dialog to rust-analyzer installation 4 years ago
eidheim 09d569873f Cleanup of rust-analyzer installation 4 years ago
eidheim e9b5548b57 Improved installer for rust-analyzer 4 years ago
eidheim 37341bf12e Added automatic installation of rust-analyzer through rustup if component is found 4 years ago
eidheim e63b4e974d Cleanup of source language checks 5 years ago
eidheim 68202c648a Added warning messages on missing go or julia language server 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 9579c16193 Added menu item File, New Project, Rust 5 years ago
eidheim 4cd3ee6de2 Added extra lookup for rust-analyzer 5 years ago
eidheim f709c31ec3 Language client, rename: now open, rename, save and close unopened buffers (as seems to be necessary for some language servers) 5 years ago
eidheim 454fe03fb4 Cleanup for terminal messages 5 years ago
eidheim c7da9c4977 Corrected typo in language server installation instructions 5 years ago
eidheim 77b60abf07 Added installation instruction outputs upon detecting missing language servers when opening some source file types 5 years ago
eidheim 3c726f52da Formatting cleanup 5 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 5 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 5 years ago
eidheim bd3dfab765 Added Zen mode 5 years ago
eidheim 803195dafd Added and made use of Notebook::open(Source::View *view) 6 years ago
eidheim f1f0638845 Cleanup of cursor history 6 years ago
eidheim f7a133b1ce Minor cleanup of cursor history 6 years ago
eidheim 7aa3f3f323 Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter 6 years ago
eidheim 33510e5bd2 Cleanup of cmake parsing 6 years ago
eidheim b2c4056be8 Made use of boost::optional, and some other cleanup 6 years ago
eidheim 706c94301d Yet another cursor history cleanup 6 years ago
eidheim 43b056d929 Further cleanup of cursor history 6 years ago
eidheim c65261d5ff Cleanup of cursor history 6 years ago
eidheim 7e17bb6f23 Improved snippet support 6 years ago
eidheim d5bf3b945f Notebook::open now returns bool, and added a few safety checks 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim a4adb778dc Can now search in terminal 6 years ago
eidheim fdbec6353e Red status code now slightly dependent on status background 6 years ago
eidheim d5ac358ca5 Added filesystem::get_canonical_path instead of using boost::filesystem::canonical_path that always throws if boost::filesystem::current_path fails 6 years ago
eidheim 9794dd3dcc Slightly adjusted red status error color 6 years ago
eidheim 94a4558a94 Added missing style classes 6 years ago
eidheim 42341f98f3 Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder 6 years ago
eidheim 53eac52d9e Removed uses of deprecated override_font 6 years ago
eidheim c38a45eb2b Moved Source::View::scroll_to_cursor_delayed implementation to source.cc 6 years ago
eidheim bd3ca5b44b Simplified Source::View::scroll_to_cursor_delayed 6 years ago
eidheim ada70868cd Notebook::open() parameter cleanup, and removed unnecessary while(Gtk::Main::events_pending()) loops 6 years ago
eidheim bc71859699 Added Window->Split Source Buffer 6 years ago
eidheim d52d84e16c Fixed usage cache count, simplified Gtk::Main::iteration calls, and added info message about background processes if any when quitting juCi++ 6 years ago
eidheim 8dc76085cc Added support for .tsx files 6 years ago
eidheim 9e0a25e9ac Made use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs. 7 years ago