| .. |
|
CMakeLists.txt
|
sort target list
|
7 years ago |
|
Doxyfile.in
|
Add documentation generation using doxygen
|
10 years ago |
|
autocomplete.cc
|
Language protocol: added argument completions for Python. Also removed unnecessary copy of text buffer.
|
7 years ago |
|
autocomplete.h
|
Added support for snippets. Fixes #348
|
7 years ago |
|
cmake.cc
|
keep prefix in front of "CMakeFiles/" for executable path of cmake target
|
7 years ago |
|
cmake.h
|
Formatted code with custom clang-format
|
8 years ago |
|
compile_commands.cc
|
Corrected arguments sent to libclang for newer llvm versions
|
7 years ago |
|
compile_commands.h
|
Formatted code with custom clang-format
|
8 years ago |
|
config.cc
|
Added possibility to override theme font
|
7 years ago |
|
config.h
|
Added possibility to override theme font
|
7 years ago |
|
ctags.cc
|
Ctags: now excludes node_modules even when run path is empty
|
7 years ago |
|
ctags.h
|
Formatted code with custom clang-format
|
8 years ago |
|
debug_lldb.cc
|
Fixes build and lldb issue on MacOS, and added workaround for buggy Gsv::Buffer::create_source_mark
|
7 years ago |
|
debug_lldb.h
|
Formatted code with custom clang-format
|
8 years ago |
|
dialogs.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
dialogs.h
|
Formatted code with custom clang-format
|
8 years ago |
|
dialogs_unix.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
dialogs_win.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
directories.cc
|
Use lowercase instead of uppercase when sort naturally in directory view
|
7 years ago |
|
directories.h
|
Directories and files in directory view are now naturally sorted
|
7 years ago |
|
dispatcher.cc
|
Make use of lock_guard instead of unique_lock where possible
|
7 years ago |
|
dispatcher.h
|
Make use of lock_guard instead of unique_lock where possible
|
7 years ago |
|
documentation_cppreference.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
documentation_cppreference.h
|
Formatted code with custom clang-format
|
8 years ago |
|
entrybox.cc
|
Correction to Find dialog, related to !390: last_search variable is now correctly updated when search entry is set to current selection. Also reverted history workaround.
|
7 years ago |
|
entrybox.h
|
Formatted code with custom clang-format
|
8 years ago |
|
files.h
|
Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller
|
7 years ago |
|
filesystem.cc
|
Language protocol: added uri encoding/decoding, and added missing argument escaping to some Terminal::process calls
|
7 years ago |
|
filesystem.h
|
Language protocol: added uri encoding/decoding, and added missing argument escaping to some Terminal::process calls
|
7 years ago |
|
git.cc
|
Fixed crash in newest libgit2: initialize must now be called before using git_diff_buffers
|
7 years ago |
|
git.h
|
Removed unused member variable in git.h
|
7 years ago |
|
info.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
info.h
|
Formatted code with custom clang-format
|
8 years ago |
|
juci.cc
|
Language protocol: added uri encoding/decoding, and added missing argument escaping to some Terminal::process calls
|
7 years ago |
|
juci.h
|
Formatted code with custom clang-format
|
8 years ago |
|
menu.cc
|
Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller
|
7 years ago |
|
menu.h
|
Formatted code with custom clang-format
|
8 years ago |
|
meson.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
meson.h
|
Formatted code with custom clang-format
|
8 years ago |
|
notebook.cc
|
Added additional info to status line when text is selected: number of lines, words and characters
|
7 years ago |
|
notebook.h
|
Http(s) urls in tooltips are now marked, and behaves, as links
|
7 years ago |
|
project.cc
|
Language protocol: now sorts locations received from server, and added some support for newer lsp specification
|
7 years ago |
|
project.h
|
Formatted code with custom clang-format
|
8 years ago |
|
project_build.cc
|
Cmake and meson: when no executable is found, look in src-folder if any
|
7 years ago |
|
project_build.h
|
Added support for builds that includes compile_commands.json files created by tools like Bear and compiledb. Fixes #392
|
7 years ago |
|
selection_dialog.cc
|
Added support for snippets. Fixes #348
|
7 years ago |
|
selection_dialog.h
|
Formatted code with custom clang-format
|
8 years ago |
|
snippets.cc
|
Fixed indenting in newly created snippets files
|
7 years ago |
|
snippets.h
|
Added support for snippets. Fixes #348
|
7 years ago |
|
source.cc
|
Added workaround for gtksourceview change: meson.build files are now again identified as meson-files
|
7 years ago |
|
source.h
|
Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller
|
7 years ago |
|
source_base.cc
|
Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller
|
7 years ago |
|
source_base.h
|
Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller
|
7 years ago |
|
source_clang.cc
|
libclang: prevent infinite loop when searching for symbol documentation
|
7 years ago |
|
source_clang.h
|
Added support for snippets. Fixes #348
|
7 years ago |
|
source_diff.cc
|
Make use of lock_guard instead of unique_lock where possible
|
7 years ago |
|
source_diff.h
|
Formatted code with custom clang-format
|
8 years ago |
|
source_generic.cc
|
Added support for snippets. Fixes #348
|
7 years ago |
|
source_generic.h
|
Make use of lock_guard instead of unique_lock where possible
|
7 years ago |
|
source_language_protocol.cc
|
Language protocol: now instead disables editing of source buffer while waiting for capabilities during initialization
|
7 years ago |
|
source_language_protocol.h
|
Language protocol: can no longer edit text while waiting for capabilities during initialization, and some cleanups
|
7 years ago |
|
source_spellcheck.cc
|
Cleanup and fixing of ' handling in is_code_iter and is_spellcheck_iter, and added tests for is_spellcheck_iter and is_code_iter
|
7 years ago |
|
source_spellcheck.h
|
Cleanup and fixing of ' handling in is_code_iter and is_spellcheck_iter, and added tests for is_spellcheck_iter and is_code_iter
|
7 years ago |
|
terminal.cc
|
Make use of lock_guard instead of unique_lock where possible
|
7 years ago |
|
terminal.h
|
Formatted code with custom clang-format
|
8 years ago |
|
tooltips.cc
|
Http(s) urls in tooltips are now marked, and behaves, as links
|
7 years ago |
|
tooltips.h
|
Language protocol: Cleanup, and added support for relatedInformation. Also cleanup in the way tooltip buffers are set. Finally, improved rename handling.
|
7 years ago |
|
usages_clang.cc
|
Clang index no longer static due to libclang crashes when using the same index in parallel parses.
|
7 years ago |
|
usages_clang.h
|
Improved CUDA support, and no longer passes multiple -x arguments to libclang. Some related cleanup as well.
|
8 years ago |
|
utility.cc
|
Added and made use of ScopeGuard class
|
7 years ago |
|
utility.h
|
Added and made use of ScopeGuard class
|
7 years ago |
|
window.cc
|
Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller
|
7 years ago |
|
window.h
|
Added possibility to override theme font
|
7 years ago |