| .. |
|
CMakeLists.txt
|
Renamed files documentation_cppreference.* to documentation.*
|
6 years ago |
|
Doxyfile.in
|
Add documentation generation using doxygen
|
10 years ago |
|
autocomplete.cc
|
Language client: autocomplete documentation now supports markdown
|
6 years ago |
|
autocomplete.h
|
Language client: autocomplete documentation now supports markdown
|
6 years ago |
|
cmake.cc
|
Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder
|
6 years ago |
|
cmake.h
|
Formatted code with custom clang-format
|
8 years ago |
|
compile_commands.cc
|
Added clang-tidy preference items
|
6 years ago |
|
compile_commands.h
|
Fixes #423: now uses clang++ to find system include paths
|
6 years ago |
|
config.cc
|
Added clang-tidy preference items
|
6 years ago |
|
config.h
|
Added clang-tidy preference items
|
6 years ago |
|
ctags.cc
|
Slight improvement to Go to implementation
|
6 years ago |
|
ctags.h
|
Cleanup of Ctags and Grep classes
|
6 years ago |
|
debug_lldb.cc
|
Fixed tests when using -fsanitize=thread
|
7 years ago |
|
debug_lldb.h
|
Fixed tests when using -fsanitize=thread
|
7 years ago |
|
dialogs.cc
|
Fixed usage cache count, simplified Gtk::Main::iteration calls, and added info message about background processes if any when quitting juCi++
|
6 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
|
Removed unused variable
|
6 years ago |
|
directories.h
|
Fixes #426: added Close Folder and Close Project to File menu. Also moved Close Tab to File Menu as Close File
|
6 years ago |
|
dispatcher.cc
|
Made use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs.
|
7 years ago |
|
dispatcher.h
|
Made use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs.
|
7 years ago |
|
documentation.cc
|
Renamed files documentation_cppreference.* to documentation.*
|
6 years ago |
|
documentation.h
|
Renamed files documentation_cppreference.* to documentation.*
|
6 years ago |
|
entrybox.cc
|
Added missing style classes
|
6 years ago |
|
entrybox.h
|
Improved entry history that is for instance used in the search dialog. Can now go to previous text history, and back to last written text
|
6 years ago |
|
files.h
|
Adjusted search-match colors for the juci styles
|
6 years ago |
|
filesystem.cc
|
Slightly optimised file reading and writing
|
6 years ago |
|
filesystem.h
|
Added filesystem::get_canonical_path instead of using boost::filesystem::canonical_path that always throws if boost::filesystem::current_path fails
|
6 years ago |
|
git.cc
|
Renamed enum class enumerators
|
6 years ago |
|
git.h
|
Renamed enum class enumerators
|
6 years ago |
|
grep.cc
|
Fixes grep and ctags commands on bsd systems
|
6 years ago |
|
grep.h
|
Cleanup of Ctags and Grep classes
|
6 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
|
MacOS: places juCi++ in front at startup for MacOS versions Mojave and earlier
|
6 years ago |
|
juci.h
|
Formatted code with custom clang-format
|
8 years ago |
|
menu.cc
|
Fixes #426: added Close Folder and Close Project to File menu. Also moved Close Tab to File Menu as Close File
|
6 years ago |
|
menu.h
|
Formatted code with custom clang-format
|
8 years ago |
|
meson.cc
|
Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder
|
6 years ago |
|
meson.h
|
Formatted code with custom clang-format
|
8 years ago |
|
mutex.h
|
Made use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs.
|
7 years ago |
|
notebook.cc
|
Can now search in terminal
|
6 years ago |
|
notebook.h
|
Can now search in terminal
|
6 years ago |
|
project.cc
|
Fixed const moves
|
6 years ago |
|
project.h
|
Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder
|
6 years ago |
|
project_build.cc
|
Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder
|
6 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
|
Removed use of deprecated set_rules_hint
|
6 years ago |
|
selection_dialog.h
|
Now use SearchEntry instead of Entry in SelectionDialog
|
6 years ago |
|
snippets.cc
|
Load snippets at startup
|
6 years ago |
|
snippets.h
|
Load snippets at startup
|
6 years ago |
|
source.cc
|
Now supports multifile fixits
|
6 years ago |
|
source.h
|
Now supports multifile fixits
|
6 years ago |
|
source_base.cc
|
Can now search in terminal
|
6 years ago |
|
source_base.h
|
Can now search in terminal
|
6 years ago |
|
source_clang.cc
|
Renamed files documentation_cppreference.* to documentation.*
|
6 years ago |
|
source_clang.h
|
Language client: added support for fixits
|
6 years ago |
|
source_diff.cc
|
Slightly adjusted yellow diff color
|
6 years ago |
|
source_diff.h
|
Adjusted diff colors and made them dependent on light/dark themes
|
6 years ago |
|
source_generic.cc
|
Language client: autocomplete documentation now supports markdown
|
6 years ago |
|
source_generic.h
|
Fixes #373 : added Edit->Extend/Shrink Selection
|
6 years ago |
|
source_language_protocol.cc
|
Language client: added workaround for servers that does not report quickfix diagnostics
|
6 years ago |
|
source_language_protocol.h
|
Language client: added support for fixits
|
6 years ago |
|
source_spellcheck.cc
|
Fixes #425: symbols and emojis no longer considered word characters when spellchecking
|
6 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
|
Can now search in terminal
|
6 years ago |
|
terminal.h
|
Can now search in terminal
|
6 years ago |
|
tooltips.cc
|
Fixed overlapping tooltips when showing markdown
|
6 years ago |
|
tooltips.h
|
Added markdown parsing for tooltips
|
6 years ago |
|
usages_clang.cc
|
Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder
|
6 years ago |
|
usages_clang.h
|
Fixed usage cache count, simplified Gtk::Main::iteration calls, and added info message about background processes if any when quitting juCi++
|
6 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
|
Can now search in terminal
|
6 years ago |
|
window.h
|
Can now search in terminal
|
6 years ago |
|
window_macos.h
|
MacOS: places juCi++ in front at startup for MacOS versions Mojave and earlier
|
6 years ago |
|
window_macos.m
|
MacOS: places juCi++ in front at startup for MacOS versions Mojave and earlier
|
6 years ago |