52 Commits (ba995b168ae15efe6a2c5118ceff5e1b0b5e2fff)

Author SHA1 Message Date
eidheim 1a2263f6db Preference item search_for_selection now also applies to Find Pattern 4 years ago
eidheim c1525c0296 Store find_pattern options in last_session.json 4 years ago
eidheim 2035dba47e Added Close Other Files to File menu, and fixed save_modified_dialog when choosing No 4 years ago
eidheim c837f49092 Store search options in last_session.json 4 years ago
eidheim 56d77ef32d Added Switch File Type to File menu, and moved Find File from Source to File menu 4 years ago
eidheim 2ba8fea018 Slight modification of new C/C++ hello world source files 4 years ago
eidheim ce99fe4f4b Added dialog icons and added rounded edges on message dialog 4 years ago
eidheim 1dd8cb3e36 Added Rust installer 4 years ago
eidheim e9b5548b57 Improved installer for rust-analyzer 4 years ago
eidheim d5eabfd4e7 Made use of prettier library when possible to speed up prettier formatting 4 years ago
eidheim 0cefe148fa Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 5 years ago
eidheim c7340b709d Added JSON::write_json, and some various cleanup 5 years ago
eidheim 50299e7b08 Renamed SearchView to CommonView 5 years ago
eidheim 51c619f4bd Copying from diff buffer now omits + or - at start of lines 5 years ago
eidheim 3b4ef42bd5 Fixed compilation on MSYS2 5 years ago
eidheim c2eff0a40c Fixes #434 : added possibility to add custom commands in menu item juCi++, Commands 5 years ago
eidheim 81b3b670dc Improved instructions when rust installation is not found 5 years ago
eidheim 4d1f725a0f New Project menu items now also add .gitignore files 5 years ago
eidheim 9579c16193 Added menu item File, New Project, Rust 5 years ago
eidheim 38b92a54af Added Window menu items Toggle Directories, Toggle Terminal and Toggle Menu 5 years ago
eidheim eefe86f2b2 Cleanup of dialog source/header files 5 years ago
eidheim d2a5d81b59 Made project name terminal output bold on creating new C/C++ project 5 years ago
eidheim 61caf12e82 Improved and simplified folder exclusion for grep and ctags 5 years ago
eidheim 454fe03fb4 Cleanup for terminal messages 5 years ago
eidheim d94024f38d Added comment to Filesystem::find_executable, and slight changed message on created C/C++ project 5 years ago
eidheim 84804a89b7 Made "C/C++ project created" terminal message green 5 years ago
eidheim 92b7cbdb2b Callback of Terminal::get().async_process is now run in the main thread 5 years ago
eidheim 7d1e49559f Fixes #443: added preference item for keeping entry shown after running command 5 years ago
eidheim fa716a5d8c Updated cmake minimum required to 3.1 5 years ago
eidheim 404ac10afa Go to Usage now shows filenames for all rows unless usages are in current file only 5 years ago
Jørgen Lien Sellæg bca93a62dc use correct format on certain parts 5 years ago
eidheim 64b67eedde Can now paste in terminal 5 years ago
eidheim e67799eec3 Added and made use of gray color in terminal. Also made all error messages red. 5 years ago
eidheim e1bcc080ef Added colors to exit status 5 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 5 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 5 years ago
eidheim 56aa729342 Fixed terminal scrolling that sometimes did not correctly scroll to bottom 5 years ago
eidheim 381d9863bb Terminal now scrolls to bottom when a new process prints output 5 years ago
eidheim d8b7f22609 Window is now hidden on quit instead of showing info message 5 years ago
eidheim bd3dfab765 Added Zen mode 5 years ago
eidheim 8cbf9275e3 Added and made use of Project::Build::get_exclude_paths() 5 years ago
eidheim 46ad2f8459 Added Go to Tab in Window menu 5 years ago
eidheim cf8f050e90 Terminal: now only scrolls to end of new text when scrollbar is at bottom 5 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago
eidheim 5d6d664940 Added progress bar and possibility to cancel find usages and rename 6 years ago
eidheim 803195dafd Added and made use of Notebook::open(Source::View *view) 6 years ago
eidheim 816418db40 Improved multiple cursor placements after undo or redo 6 years ago
eidheim a26ae56aae Cleanup of SelectionDialog::on_change and on_select 6 years ago
eidheim c65261d5ff Cleanup of cursor history 6 years ago
eidheim d5bf3b945f Notebook::open now returns bool, and added a few safety checks 6 years ago