| .. |
|
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
|
Cleanup of event naming
|
5 years ago |
|
autocomplete.hpp
|
Added syntax highlighting to tooltips, and some various cleanups.
|
6 years ago |
|
cmake.cpp
|
Fixed gcc warnings
|
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
|
Can now enable word wrap for specific languages
|
5 years ago |
|
config.hpp
|
Can now enable word wrap for specific languages
|
5 years ago |
|
ctags.cpp
|
Added and made use of Project::Build::get_exclude_paths()
|
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
|
Can now enable word wrap for specific languages
|
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
|
Added and made use of Project::Build::get_exclude_paths()
|
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
|
Fixed gcc warnings
|
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
|
Improved resource use of Terminal::print
|
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
|
Added and made use of Project::Build::get_exclude_paths()
|
5 years ago |
|
project_build.hpp
|
Added and made use of Project::Build::get_exclude_paths()
|
5 years ago |
|
selection_dialog.cpp
|
Horizontal scrollbar on selection dialogs are no longer hidden
|
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
|
Star, underscore, and tilde can now be inserted around selections for all languages
|
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
|
Now shows full documentation, not only brief documentation, on C/C++ tooltips, and added a doxygen parser.
|
5 years ago |
|
source_clang.hpp
|
C/C++: can now cancel waiting for parsing buffers, and added check for crashed libclang processes in wait_parsing()
|
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
|
Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter
|
6 years ago |
|
source_generic.hpp
|
Renamed C++ header and source files to use proper C++ file extensions.
|
6 years ago |
|
source_language_protocol.cpp
|
Minor optimization
|
5 years ago |
|
source_language_protocol.hpp
|
Language protocol: on signature help, show parameters only for current parameter position. Also improved signature help on named parameters
|
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
|
Added Zen mode
|
5 years ago |
|
terminal.hpp
|
Improved resource use of Terminal::print
|
5 years ago |
|
tooltips.cpp
|
Removed necessary check
|
5 years ago |
|
tooltips.hpp
|
Now shows full documentation, not only brief documentation, on C/C++ tooltips, and added a doxygen parser.
|
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 Zen mode
|
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 |