1375 Commits (d4fcd709df057c3793a79facbc6dec4d116ac64e)

Author SHA1 Message Date
eidheim be85fc65c1 Now ignores SIGPIPE, and added process->write check in source_language_protocol.cc 8 years ago
eidheim d600375970 Added debug support for Rust 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 3233a6c1f7 Improvements to language server protocolo implementation. The most important features are now supported. 8 years ago
eidheim 7676381de3 All headers should now be included when finding usages of an override method 8 years ago
eidheim 1a684464ed No longer clears selection of terminal when modifier keys are used while a process is running 8 years ago
eidheim fa104da70b Can now use tab to move from writing a templated function's template argument, to replacing its regular arguments 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 4d6a222b27 Replaced include guards with #pragma once 8 years ago
eidheim 8bf2d3032e Added default std argument to CompileCommands::get_arguments when no compilation database is found 8 years ago
eidheim 0577561868 Minor cleanup, improved comment and removed unused variable, in get_method implementation 8 years ago
eidheim 45f0603439 Optimised autocomplete by only receive brief comments when needed 8 years ago
eidheim 6ea5e6876b Added tests for Source->Implement Method 8 years ago
eidheim a86c721f1f Menu item Implement Method: needed namespaces and classes is now added to the return type 8 years ago
eidheim 134ab188ad Menu item Implement Method: no longer adds unnecessary namespaces to parameters. 8 years ago
eidheim 02520e7701 Preference item smart_inserts is now enabled by default since it is such a common feature in other IDEs 8 years ago
eidheim bc855041f3 Cleanup of Source->Find Documentation 8 years ago
eidheim dc552feeb0 Fixes Source->Find Documentation for g++ headers 8 years ago
eidheim 2313445f8d Improved Source->Find Documentation 8 years ago
eidheim be6fc93683 Fixed #357: Added CUDA support 8 years ago
eidheim eaab8f9432 Added workaround for Arch Linux bug 8 years ago
eidheim 4c8695c8fc Added menu item Source->Go to Type Declaration 8 years ago
eidheim b1c401a9ee Implemented go to declaration/implementation on autocomplete row. 8 years ago
eidheim 80387c108d CMake and Meson regexes now works on files with Windows newlines 8 years ago
eidheim 6d30770c3e Fixed potential race condition 8 years ago
eidheim b48eca9c9f Minor optimization of Dispatcher::dispatcher handler 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 048cb16612 Fixes freeze when debugging failed to start: Dispatcher::post can now be performed within another Dispatcher::post, no longer leading to deadlock 8 years ago
eidheim 88b55ca1ff Updated submodules and modernized cmake files 8 years ago
eidheim d03ce4968c Optimisation of Dispatcher class 8 years ago
eidheim d4dda4afaa No longer updates folders that are not shown when changes in filesystem is detected 8 years ago
eidheim 5611259a1b Fixes style search path for MSYS2 8 years ago
eidheim 2fd1aefb98 Fixes crash that might happen when a new folder is created at the same time as one opens a subdirectory 8 years ago
eidheim 83ed4cfa00 Fixes #354: resets Project::current when closing juci. Also now runs exit code when application is closed by desktop environment 8 years ago
eidheim a06bfcb3a8 Further cleanup of debug lldb events 8 years ago
eidheim c7d9e3c4ff Gsv::StyleSchemeManager::prepend_search_path is now only called once 8 years ago
eidheim 98bb9e00b0 Fixes #353: core dump at exit when using older glibmm versions 8 years ago
eidheim cf67686fc9 Fixes backspace key when insert is after spaces or tabs at start of the first line in buffer 8 years ago
eidheim e931840e83 Related to #352: more general way of finding version specific clang-format and lldb-server executables 8 years ago
eidheim f95e39da5b Corrected markdown format column width 8 years ago
Viktor Schneider 6960192366 add right margin line in sourceview 8 years ago
eidheim 324e6b7764 Minor cleanup of Usages::Clang::write_cache 8 years ago
eidheim 7b6a3915f2 No longer possible for processes to simultaneously write to the same usage cache file 8 years ago
eidheim cf75df4012 C/C++: now always autocompletes after :: (including global namespace) 8 years ago
eidheim 7c598b8a27 Added missing return types to C/C++ autocomplete 8 years ago
eidheim 5cd92921d9 Minor fix to markdown-formatting 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 45ecc4642f Corrected indentation when pressing enter after string and character constants 8 years ago