90 Commits (8e7604022dc9f3d65bf46d786e7cad02eb2d380b)

Author SHA1 Message Date
eidheim 8e7604022d Added lldb rust formatters startup commands to lldb if debugging Rust 8 years ago
eidheim e8fa0545ae Added Project::Rust::compile() 8 years ago
eidheim c35e35a2d0 Project and Project::Build cleanup: moved lldb specific debug code from Project::Clang to Project::LLDB, and added Project::Build::get_compile_command 8 years ago
eidheim daf83e66a6 Added initial support for the language server protocol 8 years ago
eidheim 094ddb5eed Removed source_clang.cc from notebook.h 8 years ago
eidheim e2ae5a78df Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future. 8 years ago
eidheim a06bfcb3a8 Further cleanup of debug lldb events 8 years ago
eidheim ae1b183b87 Added current parameter completion that shows possible arguments. Also fixes some issues with non-interactive completion, optimizations to selection/completion dialogs, and some cleanup." 8 years ago
eidheim 15ad9fbe2d Debug event handlers cleanup 8 years ago
eidheim 3f8c767eda Now erases related caches when recreating C/C++ build 8 years ago
eidheim 59c08a2dd8 Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work. 8 years ago
eidheim 7fc4ab069c Replaced home path with ~ in various user messages 8 years ago
eidheim fed9ce7101 Replaced deprecated gtk_show_uri with gtk_show_uri_on_window on newer systems 9 years ago
eidheim b08b30c0f8 Added PYTHONUNBUFFERED environment variable when running python scripts through Compile and Run in Project menu 9 years ago
eidheim cf5a509cbc Improvement of selection and completion dialogs and tooltips. Can now open selection dialogs (Find Symbol (Ctags), Backtrace, Show Variables) without an opened buffer. 9 years ago
eidheim 45f9f05451 Improved filesystem::(un)escape_argument. Also added filesystem_test. 9 years ago
eidheim 54dd2965e1 Cleanup of meson implementation 9 years ago
eidheim 9b623dd0e0 Added support for the Meson Build System 9 years ago
eidheim f6e82df359 Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
eidheim 6a691543ab Debug stop is now visible even if the line is a breakpoint 9 years ago
eidheim c9f2aa0fd7 Added info messages when no action happens from menu items 9 years ago
eidheim b54774748b Cleanup of menu item activations 9 years ago
eidheim 780fe03dd0 Now uses grip when choosing Compile and run on a markdown file 9 years ago
eidheim fdddef3314 Completed Recreate (Clean) Build in Project menu 9 years ago
d3rrial 0cfa6b8b84 Implemented menu item to clean build directory 9 years ago
d3rrial 0be32747b4 Revert "Introduced a method to clean build directory" 9 years ago
d3rrial c9a88b518a Introduced a method to clean build directory 9 years ago
nshcat da33a926a4 Replaced NULL with nullptr wherever applicable. 10 years ago
eidheim 70a1e106b1 Selecting variable in debug show variables now moves cursor to frame if no declaration was found 10 years ago
eidheim 1fc00a256d Debug menu item Show Variables now shows all variables, including those without declaration found 10 years ago
eidheim ccf7d3b9b2 Now compiles with c++14 instead of c++11, and some src/git.* cleanup 10 years ago
eidheim ac9cff4611 Removed unnecessary debug_start_mutex 10 years ago
eidheim 311f459650 Added Ctags fallback to Go to Implementation, and can now set breakpoints when compile is in progress 10 years ago
eidheim 3467c152c3 Debug cleanup 10 years ago
eidheim 3f35d73d0f Remote debugging: now only shows host and remote-gdb-server in the option popover 10 years ago
eidheim 2de9932835 Added remote debugging, and some minor cleanup 10 years ago
eidheim eba80e9a79 Cross compiling: platform spesific fixes 10 years ago
eidheim 1f01cea347 Cross compiling: fixed compilation for older gtkmm versions 10 years ago
eidheim 8efb735f78 Mostly finished with cross compiling options popover (#238) 10 years ago
Ole Christian Eidheim 6c4b3366e7 Added debug options popover to Debug Set Run Arguments menu item. Related to #238 10 years ago
eidheim 29fc893a10 Offset cleanup 10 years ago
eidheim 0298881c4c Added initial selection to debug backtrace and goto method 10 years ago
Ole Christian Eidheim 3ecac6d4cc Hide tooltips when selectiondialogs are shown 10 years ago
eidheim 0a25b68e9b Wayland: now correctly position selection dialogs. Ninja: fixed lldb paths 10 years ago
eidheim 658adaaf79 Cleanup of debug stop marks 10 years ago
eidheim d18e8bef2c Added split window, fixes #235 10 years ago
eidheim 99571e10a3 Added lldb_test 10 years ago
eidheim 9dfd4dfaf3 Info message cleanup/fixes in project* files 10 years ago
eidheim 6db5afbb03 Refactor: src/project* files 10 years ago