| .. |
|
CMakeLists.txt
|
Added initial support for the language server protocol
|
8 years ago |
|
Doxyfile.in
|
Add documentation generation using doxygen
|
10 years ago |
|
autocomplete.cc
|
Optimised autocomplete by only receive brief comments when needed
|
8 years ago |
|
autocomplete.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
cmake.cc
|
CMake and Meson regexes now works on files with Windows newlines
|
8 years ago |
|
cmake.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
compile_commands.cc
|
Added default std argument to CompileCommands::get_arguments when no compilation database is found
|
8 years ago |
|
compile_commands.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
config.cc
|
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 |
|
config.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
ctags.cc
|
Std headers are now parsed. Also moved Source::ClangViewParse::get_compilation_commands to CompileCommands::get_arguments and some cleanup."
|
8 years ago |
|
ctags.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
debug_lldb.cc
|
Added lldb rust formatters startup commands to lldb if debugging Rust
|
8 years ago |
|
debug_lldb.h
|
Added lldb rust formatters startup commands to lldb if debugging Rust
|
8 years ago |
|
dialogs.cc
|
Fixes #259: crash in MacOS when filtering files in gtk file/folder dialog
|
8 years ago |
|
dialogs.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
dialogs_unix.cc
|
Cleanup: removed notebook and window dependencies in dialogs
|
10 years ago |
|
dialogs_win.cc
|
Added error_code to boost::filesystem::current_path.
|
10 years ago |
|
directories.cc
|
No longer updates folders that are not shown when changes in filesystem is detected
|
8 years ago |
|
directories.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
dispatcher.cc
|
Minor optimization of Dispatcher::dispatcher handler
|
8 years ago |
|
dispatcher.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
documentation_cppreference.cc
|
Improved Source->Find Documentation
|
8 years ago |
|
documentation_cppreference.h
|
Improved Source->Find Documentation
|
8 years ago |
|
entrybox.cc
|
Cleanup: removed support for older libraries
|
9 years ago |
|
entrybox.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
files.h
|
Language server protocol: added support for workspace/symbol
|
8 years ago |
|
filesystem.cc
|
Added initial support for the language server protocol
|
8 years ago |
|
filesystem.h
|
Added initial support for the language server protocol
|
8 years ago |
|
git.cc
|
Fixes #343: segfault when opening bare git repository
|
8 years ago |
|
git.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
info.cc
|
Cleanup: removed support for older libraries
|
9 years ago |
|
info.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
juci.cc
|
Now ignores SIGPIPE, and added process->write check in source_language_protocol.cc
|
8 years ago |
|
juci.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
menu.cc
|
Language server protocol: added support for workspace/symbol
|
8 years ago |
|
menu.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
meson.cc
|
CMake and Meson regexes now works on files with Windows newlines
|
8 years ago |
|
meson.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
notebook.cc
|
Added debug support for Rust
|
8 years ago |
|
notebook.h
|
Removed source_clang.cc from notebook.h
|
8 years ago |
|
project.cc
|
Added Project::Rust::get_run_arguments and improved Project::Rust::compile_and_run
|
8 years ago |
|
project.h
|
Added Project::Rust::get_run_arguments and improved Project::Rust::compile_and_run
|
8 years ago |
|
project_build.cc
|
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 |
|
project_build.h
|
Added debug support for Rust
|
8 years ago |
|
selection_dialog.cc
|
Language server protocol: added support for workspace/symbol
|
8 years ago |
|
selection_dialog.h
|
Language server protocol: added support for workspace/symbol
|
8 years ago |
|
source.cc
|
Disables spell check on markdown format style
|
8 years ago |
|
source.h
|
Improvements to language server protocolo implementation. The most important features are now supported.
|
8 years ago |
|
source_clang.cc
|
Minor cleanup, improved comment and removed unused variable, in get_method implementation
|
8 years ago |
|
source_clang.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
source_diff.cc
|
Fixed potential race condition
|
8 years ago |
|
source_diff.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
source_language_protocol.cc
|
Language protocol: added buffer tab size and char on textDocument/Formatting
|
8 years ago |
|
source_language_protocol.h
|
Language server protocol: added support for workspace/symbol
|
8 years ago |
|
source_spellcheck.cc
|
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 |
|
source_spellcheck.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
terminal.cc
|
No longer clears selection of terminal when modifier keys are used while a process is running
|
8 years ago |
|
terminal.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
tooltips.cc
|
Temporary fix for the "Only <gtksourceview/gtksource.h> can be included directly" warnings, added -Werror on travis, and removed -Wno-reorder
|
9 years ago |
|
tooltips.h
|
Replaced include guards with #pragma once
|
8 years ago |
|
usages_clang.cc
|
All headers should now be included when finding usages of an override method
|
8 years ago |
|
usages_clang.h
|
All headers should now be included when finding usages of an override method
|
8 years ago |
|
window.cc
|
Language server protocol: added support for workspace/symbol
|
8 years ago |
|
window.h
|
Replaced include guards with #pragma once
|
8 years ago |