| .. |
|
CMakeLists.txt
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 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
|
Meson: now reads build/meson-info/intro-targets.json available in newer meson versions
|
5 years ago |
|
cmake.hpp
|
Cleanup of cmake parsing
|
6 years ago |
|
compile_commands.cpp
|
Added std::regex::optimize to std::regex object constructions
|
5 years ago |
|
compile_commands.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
config.cpp
|
Added preference item terminal.clear_on_run_command, and change preference item project.clear_terminal_on_compile to terminal.clear_on_compile
|
5 years ago |
|
config.hpp
|
Added preference item terminal.clear_on_run_command, and change preference item project.clear_terminal_on_compile to terminal.clear_on_compile
|
5 years ago |
|
ctags.cpp
|
Made use of libfuzzer, and fixed a few edge cases identified by libfuzzer
|
5 years ago |
|
ctags.hpp
|
Improvements to Go to Method: improved parsing of C++ system headers, and now shows namespace for each symbol if any
|
6 years ago |
|
debug_lldb.cpp
|
Added syntax highlighting to tooltips, and some various cleanups.
|
6 years ago |
|
debug_lldb.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
dialogs.cpp
|
Cleanup of event naming
|
5 years ago |
|
dialogs.hpp
|
Added progress bar and possibility to cancel find usages and rename
|
6 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
|
Made use of thread pool in Directories instead of spawning threads, and replaced initialize_thread with thread_pool in language client"
|
6 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
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
dispatcher.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
documentation.cpp
|
Made use of boost::optional, and some other cleanup
|
6 years ago |
|
documentation.hpp
|
Improved C vs C++ include fixits
|
6 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
|
Added preference item terminal.clear_on_run_command, and change preference item project.clear_terminal_on_compile to terminal.clear_on_compile
|
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
|
Added syntax highlighting to tooltips, and some various cleanups.
|
6 years ago |
|
git.hpp
|
Made use of boost::optional, and some other cleanup
|
6 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
|
Improved resource use of Terminal::print
|
5 years ago |
|
juci.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
menu.cpp
|
Added Zen mode
|
5 years ago |
|
menu.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
meson.cpp
|
Meson: now reads build/meson-info/intro-targets.json available in newer meson versions
|
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 Zen mode
|
5 years ago |
|
notebook.hpp
|
Added Zen mode
|
5 years ago |
|
project.cpp
|
In order to find executable, create default build if missing, prior to creating debug build
|
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
|
Terminal: added support for ansi escape colors, and added links to Node.js stack trace and jest test output. Also added cargo command in preferences.
|
5 years ago |
|
project_build.hpp
|
Terminal: added support for ansi escape colors, and added links to Node.js stack trace and jest test output. Also added cargo command in preferences.
|
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
|
Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter
|
6 years ago |
|
snippets.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
source.cpp
|
Corrected smart insertions: no longer inserts for instance () when cursor is at '[' or '{'
|
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
|
Cleanup of event naming
|
5 years ago |
|
source_base.hpp
|
Cleanup of event naming
|
5 years ago |
|
source_clang.cpp
|
C/C++: corrected reparse after autocomplete error
|
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
|
C/C++: corrected reparse after autocomplete error
|
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
|
C/C++: corrected reparse after autocomplete error
|
5 years ago |
|
source_language_protocol.hpp
|
Language client: fixed crash when renaming file: no longer attempts to reuse shutdown thread pool
|
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
|
Terminal: added support for ansi escape colors, and added links to Node.js stack trace and jest test output. Also added cargo command in preferences.
|
5 years ago |
|
terminal.hpp
|
Terminal: added support for ansi escape colors, and added links to Node.js stack trace and jest test output. Also added cargo command in preferences.
|
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
|
No longer shows info message when cancelling finding usages
|
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
|
Added preference item terminal.clear_on_run_command, and change preference item project.clear_terminal_on_compile to terminal.clear_on_compile
|
5 years ago |
|
window.hpp
|
Added Zen mode
|
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 |