| .. |
|
CMakeLists.txt
|
Added and made use of ScopeGuard class
|
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
|
Language protocol: added argument completions for Python. Also removed unnecessary copy of text buffer.
|
7 years ago |
|
cmake.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
cmake.h
|
Formatted code with custom clang-format
|
8 years ago |
|
compile_commands.cc
|
No longer adds -fretain-comments-from-system-headers when using pch file. Related to #394
|
7 years ago |
|
compile_commands.h
|
Formatted code with custom clang-format
|
8 years ago |
|
config.cc
|
Language server logging can now be enabled in preferences
|
7 years ago |
|
config.h
|
Language server logging can now be enabled in preferences
|
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
|
Formatted code with custom clang-format
|
8 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
|
Formatted code with custom clang-format
|
8 years ago |
|
directories.h
|
Formatted code with custom clang-format
|
8 years ago |
|
dispatcher.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
dispatcher.h
|
Formatted code with custom clang-format
|
8 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
|
Removed custom BreakBeforeBraces and MaxEmptyLinesToKeep from default clang format style
|
7 years ago |
|
filesystem.cc
|
Language protocol: Cleanup, and added support for relatedInformation. Also cleanup in the way tooltip buffers are set. Finally, improved rename handling.
|
7 years ago |
|
filesystem.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 |
|
git.cc
|
Formatted code with custom clang-format
|
8 years ago |
|
git.h
|
Formatted code with custom clang-format
|
8 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
|
Formatted code with custom clang-format
|
8 years ago |
|
juci.h
|
Formatted code with custom clang-format
|
8 years ago |
|
menu.cc
|
Formatted code with custom clang-format
|
8 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
|
Http(s) urls in tooltips are now marked, and behaves, as links
|
7 years ago |
|
notebook.h
|
Http(s) urls in tooltips are now marked, and behaves, as links
|
7 years ago |
|
project.cc
|
Language protocol: fixed documentSymbol queries
|
7 years ago |
|
project.h
|
Formatted code with custom clang-format
|
8 years ago |
|
project_build.cc
|
Fixed Project::Build::get_debug_path() that was not correctly changing <project_directory_name> when inserted from <default_build_path>. Reported in #394
|
7 years ago |
|
project_build.h
|
Added support for Python __main__.py files
|
7 years ago |
|
selection_dialog.cc
|
Language protocol: fixes to ::escape_text, and improved rename when entire buffer is replaced. Also some minor cleanups, and fixed a potential crash after use of scroll_to_cursor_delayed.
|
7 years ago |
|
selection_dialog.h
|
Formatted code with custom clang-format
|
8 years ago |
|
source.cc
|
Fixed javascript indentation outside brackets when line starts with (, [ or {
|
7 years ago |
|
source.h
|
Language protocol: added argument completions for Python. Also removed unnecessary copy of text buffer.
|
7 years ago |
|
source_base.cc
|
Find dialog will now use selection from active view as initial text.
|
7 years ago |
|
source_base.h
|
Find dialog will now use selection from active view as initial text.
|
7 years ago |
|
source_clang.cc
|
Simplified and corrected autocomplete regexes. No longer autocompletes on . after a number
|
7 years ago |
|
source_clang.h
|
Language protocol: added argument completions for Python. Also removed unnecessary copy of text buffer.
|
7 years ago |
|
source_diff.cc
|
Language protocol: Cleanup, and added support for relatedInformation. Also cleanup in the way tooltip buffers are set. Finally, improved rename handling.
|
7 years ago |
|
source_diff.h
|
Formatted code with custom clang-format
|
8 years ago |
|
source_language_protocol.cc
|
Language protocol: no longer adds documentation to autocomplete if it is equal to the detail already added
|
7 years ago |
|
source_language_protocol.h
|
Language protocol: added argument completions for Python. Also removed unnecessary copy of text buffer.
|
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
|
Language protocol: Cleanup, and added support for relatedInformation. Also cleanup in the way tooltip buffers are set. Finally, improved rename handling.
|
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
|
Improved spelling search and a slight optimization of finding C/C++ usages
|
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
|
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 |
|
window.h
|
Formatted code with custom clang-format
|
8 years ago |