39 Commits (3ea04e8715a41065a9d5afeba5452d9781056a11)

Author SHA1 Message Date
doe300 3ea04e8715 Added project menu entry to run static code analysis 3 weeks ago
eidheim 423f140c3d Fixed dialog focus problem on MacOS 6 months ago
eidheim aa697b3ad8 Cleanup of ANSI escape code parsing, and added support for bold, italic, underline and strikethrough codes 6 months ago
eidheim 1289f45e59 Can now use control/command click to run source files directly from the directory view 2 years ago
eidheim d703454f5f C/C++: create build folder, if not already created, prior to getting run arguments in order to extract executable from build 4 years ago
eidheim 3e1eca11fc Improved build error messages 5 years ago
eidheim 42b3f00980 Added extra checks for valid CMake builds, and fixed previous check for correct project path in CMakeCache.txt 5 years ago
eidheim ce99fe4f4b Added dialog icons and added rounded edges on message dialog 5 years ago
eidheim c7340b709d Added JSON::write_json, and some various cleanup 5 years ago
eidheim e63b4e974d Cleanup of source language checks 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 c2eff0a40c Fixes #434 : added possibility to add custom commands in menu item juCi++, Commands 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 076ee4d7cf No longer resolves symbolic links when finding current path 6 years ago
eidheim cd6af96e0e Find Symbol now always uses ctags 6 years ago
eidheim 454fe03fb4 Cleanup for terminal messages 6 years ago
eidheim 92b7cbdb2b Callback of Terminal::get().async_process is now run in the main thread 6 years ago
eidheim 1d89eba3e4 Cleanup of Project::LLDB::debug_backtrace() and Project::LLDB::debug_show_variables() 6 years ago
eidheim e08c39967f Debug::LLDB::get_variables no longer prefetch variable values 6 years ago
eidheim 3b26315623 Fixed debug stop status message for newer liblldb versions 6 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 6 years ago
eidheim e67799eec3 Added and made use of gray color in terminal. Also made all error messages red. 6 years ago
eidheim 7be97ad465 Minor cleanup of build valid checks 6 years ago
eidheim e1bcc080ef Added colors to exit status 6 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 6 years ago
eidheim 446b2c3b5b Fixes #429: now outputs a more informative error message when project folder has been moved and the build folder no longer contains a valid build 6 years ago
eidheim 41bead3e50 In order to find executable, create default build if missing, prior to creating debug build 6 years ago
eidheim ffd9679740 Added preference item terminal.clear_on_run_command, and change preference item project.clear_terminal_on_compile to terminal.clear_on_compile 6 years ago
eidheim 6e485514ed Improved resource use of Terminal::print 6 years ago
eidheim b97cc5ca37 Cleanp of Tooltip::insert_code 6 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago
eidheim 65deb655b9 Cleanup of mark creation, and added a combined snippet & multiple cursor test 6 years ago
eidheim a26ae56aae Cleanup of SelectionDialog::on_change and on_select 6 years ago
eidheim d5bf3b945f Notebook::open now returns bool, and added a few safety checks 6 years ago
eidheim e08ff19358 Language client: escape values from language server when using selection dialog 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim 40092eba62 Fixed const moves 6 years ago
eidheim 2630e3001f Language client: improved parsing of textDocument/documentSymbol 6 years ago
eidheim b20237d5ba Language server: made show methods and symbol rows similar to the ctag and libclang variants 6 years ago
eidheim 43f2043be1 Cleanup of textbuffer tags and tooltips 7 years ago
eidheim b5e5219a1c Cleanup of Ctags and Grep classes 7 years ago
eidheim e849fc0f45 Cleanup and improvement to Source->Find Pattern: now also moves cursor offset to first match when line is selected. Also, when showing match results, line in current view is highlighted. 7 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 7 years ago
eidheim 5a527f8583 Removed deprecated flag --harmony when running standalone js files through node 7 years ago
eidheim a9d421fff7 Added markdown_command to project preferences 7 years ago
eidheim 78659e5177 Cleanup and fixes to dialog and tooltip positioning. Dialogs and tooltips should now not be partially shown outside of screen 7 years ago
eidheim bd3ca5b44b Simplified Source::View::scroll_to_cursor_delayed 7 years ago