67 Commits (de879bc12d6f205c6fd8ec373aad0b0ee4f87236)

Author SHA1 Message Date
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
eidheim 732a5dc5b6 Terminal links now works with Ninja (#218). Some additional cleanup, including fixing some potential crashes. 10 years ago
eidheim 0dacfdedaa Improved javascript support 10 years ago
milleniumbug 649647abc5 replaced direct lock()/unlock() calls to mutex with unique_lock 10 years ago
eidheim a6702746b5 Fixes #179 10 years ago
eidheim 670d4bba14 Suggestion to #179 10 years ago
eidheim 117857f937 Added automated cmake processing for all cmake files in Project::on_save 10 years ago
eidheim 4a3eb43ebb Now properly uses std::move in get_language 10 years ago
eidheim f9e22d55f7 build now created in get_language so that language can be chosen based on build management system found 10 years ago
eidheim ed0004fa6c Added page parameter to Project::on_save 10 years ago
eidheim 8a1c42450d Minor cleanup of project code 10 years ago
eidheim 7118026df2 Minor debug build cleanup 10 years ago
eidheim 6aae196472 Made EntryBox a singleton for use in Directories, and fixed some includes 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim 1516b692b2 Fixed crash when compiling/run/debug an unknown language file 10 years ago
eidheim 90b7f364c6 Renamed Dispatcher::push to Dispatcher::post 10 years ago
eidheim 7e34cebded Revert "CMake cleanup" 10 years ago
eidheim 3ed9daccf3 CMake cleanup 10 years ago
eidheim 4a94a2a8a1 Now escapes filenames for run html, js, md and python 10 years ago
eidheim a93dcf23bc Compiled and run/debug programs are now executed from project top directory instead of the build directory 10 years ago
eidheim 1600addd5c Simplified Project::debug_update_status as suggested by @zalox 10 years ago
eidheim 2770463c09 Renamed DebugClang to Clang in namespace Debug (Debug::Clang) 10 years ago
eidheim a717fe7b39 Removed hard DebugClang dependency in Terminal 10 years ago
eidheim f1bfcb4402 Renamed debug/Debug to debug_clang/DebugClang 10 years ago