| .. |
|
CMakeLists.txt
|
move plugin implementation to own file
|
5 years ago |
|
Doxyfile.in
|
Add documentation generation using doxygen
|
10 years ago |
|
autocomplete.cpp
|
C/C++: corrected reparse after autocomplete error
|
5 years ago |
|
autocomplete.hpp
|
C/C++: corrected reparse after autocomplete error
|
5 years ago |
|
cmake.cpp
|
move binding code to respective files
|
5 years ago |
|
cmake.hpp
|
move binding code to respective files
|
5 years ago |
|
compile_commands.cpp
|
move binding code to respective files
|
5 years ago |
|
compile_commands.hpp
|
move binding code to respective files
|
5 years ago |
|
config.cpp
|
move binding code to respective files
|
5 years ago |
|
config.hpp
|
move binding code to respective files
|
5 years ago |
|
ctags.cpp
|
fix bug where two classes got the same name
|
5 years ago |
|
ctags.hpp
|
move binding code to respective files
|
5 years ago |
|
debug_lldb.cpp
|
move binding code to respective files
|
5 years ago |
|
debug_lldb.hpp
|
move binding code to respective files
|
5 years ago |
|
dialogs.cpp
|
move binding code to respective files
|
5 years ago |
|
dialogs.hpp
|
move binding code to respective files
|
5 years ago |
|
dialogs_unix.cpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
dialogs_win.cpp
|
Added syntax highlighting to tooltips, and some various cleanups.
|
6 years ago |
|
directories.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
directories.hpp
|
Made use of thread pool in Directories instead of spawning threads, and replaced initialize_thread with thread_pool in language client"
|
6 years ago |
|
dispatcher.cpp
|
move binding code to respective files
|
5 years ago |
|
dispatcher.hpp
|
move binding code to respective files
|
5 years ago |
|
documentation.cpp
|
bind cppreference
|
5 years ago |
|
documentation.hpp
|
bind cppreference
|
5 years ago |
|
entrybox.cpp
|
Cleanup of event naming
|
5 years ago |
|
entrybox.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
files.hpp
|
bind terminal and add type caster for filesystem path
|
5 years ago |
|
filesystem.cpp
|
Added syntax highlighting to tooltips, and some various cleanups.
|
6 years ago |
|
filesystem.hpp
|
Removed filesystem::read_lines
|
6 years ago |
|
git.cpp
|
bind git
|
5 years ago |
|
git.hpp
|
bind git
|
5 years ago |
|
grep.cpp
|
Made use of libfuzzer, and fixed a few edge cases identified by libfuzzer
|
5 years ago |
|
grep.hpp
|
Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter
|
6 years ago |
|
info.cpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
info.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
juci.cpp
|
bind terminal and add type caster for filesystem path
|
5 years ago |
|
juci.hpp
|
fix tests after moving pybind code
|
5 years ago |
|
menu.cpp
|
bind some of menu
|
5 years ago |
|
menu.hpp
|
bind some of menu
|
5 years ago |
|
meson.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
meson.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
mutex.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
notebook.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
notebook.hpp
|
Added Zen mode
|
5 years ago |
|
plugins.cc
|
bind git
|
5 years ago |
|
plugins.h
|
move binding code to respective files
|
5 years ago |
|
project.cpp
|
Minor cleanup of build valid checks
|
5 years ago |
|
project.hpp
|
Made use of thread pool in Directories instead of spawning threads, and replaced initialize_thread with thread_pool in language client"
|
6 years ago |
|
project_build.cpp
|
Fixes #429: now outputs a more informative error message when project folder has been moved and the build folder no longer contains a valid build
|
5 years ago |
|
project_build.hpp
|
Fixes #429: now outputs a more informative error message when project folder has been moved and the build folder no longer contains a valid build
|
5 years ago |
|
python_bind.h
|
bind terminal and add type caster for filesystem path
|
5 years ago |
|
python_interpreter.cc
|
fix python home and path on windows
|
5 years ago |
|
python_interpreter.h
|
bind terminal and add type caster for filesystem path
|
5 years ago |
|
selection_dialog.cpp
|
Added support for python docstrings, and releasing for instance shift no longer changes shown completion items
|
5 years ago |
|
selection_dialog.hpp
|
Cleanup of event naming
|
5 years ago |
|
snippets.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
snippets.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
source.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
source.hpp
|
Language protocol: on signature help, show parameters only for current parameter position. Also improved signature help on named parameters
|
5 years ago |
|
source_base.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
source_base.hpp
|
Cleanup of event naming
|
5 years ago |
|
source_clang.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
source_clang.hpp
|
Improvements in removal of internal namespaces in types shown in tooltips
|
5 years ago |
|
source_diff.cpp
|
Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter
|
6 years ago |
|
source_diff.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
source_generic.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
source_generic.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
source_language_protocol.cpp
|
Added colors to terminal warnings and errors
|
5 years ago |
|
source_language_protocol.hpp
|
Language client: added workaround for rust analyzer that does not properly report diagnostics without checkOnSave enabled. Request ids now starts at 0, and made preparations for creating responses toserver requests
|
5 years ago |
|
source_spellcheck.cpp
|
Cleanp of Tooltip::insert_code
|
5 years ago |
|
source_spellcheck.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
terminal.cpp
|
move binding code to respective files
|
5 years ago |
|
terminal.hpp
|
move binding code to respective files
|
5 years ago |
|
tooltips.cpp
|
Minor cleanup of Tooltip::insert_docstring
|
5 years ago |
|
tooltips.hpp
|
Added support for python docstrings, and releasing for instance shift no longer changes shown completion items
|
5 years ago |
|
usages_clang.cpp
|
Cleanup of preferences: enable_clang_tidy changed to clang_tidy_enable, and enable_clang_detailed_preprocessing_record changed to clang_detailed_preprocessing_record
|
5 years ago |
|
usages_clang.hpp
|
No longer shows info message when cancelling finding usages
|
5 years ago |
|
utility.cpp
|
Improved resource use of Terminal::print
|
5 years ago |
|
utility.hpp
|
Improved resource use of Terminal::print
|
5 years ago |
|
window.cpp
|
bind terminal and add type caster for filesystem path
|
5 years ago |
|
window.hpp
|
bind terminal and add type caster for filesystem path
|
5 years ago |
|
window_macos.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
window_macos.m
|
MacOS: places juCi++ in front at startup for MacOS versions Mojave and earlier
|
6 years ago |