You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
doe300 4eba732576 Generalize code coverage support for all views 2 years ago
..
CMakeLists.txt Add CoverageView to display line/branch coverage in the editor side-bar (gutter) 2 years ago
Doxyfile.in Add documentation generation using doxygen 10 years ago
autocomplete.cpp Fixed autocomplete initialization on text removal 3 years ago
autocomplete.hpp Language protocol: no longer show tooltips when no completion is selected 4 years ago
cmake.cpp Fixed CMake and Meson project detection for dos newlines 2 years ago
cmake.hpp Cleanup and slight improvement of cmake_file_api code 3 years ago
commands.cpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 5 years ago
commands.hpp Fixes #434 : added possibility to add custom commands in menu item juCi++, Commands 5 years ago
compile_commands.cpp Added support for prettier version 3 2 years ago
compile_commands.hpp Cleanup of CompileCommands class 3 years ago
config.cpp Add CoverageView to display line/branch coverage in the editor side-bar (gutter) 2 years ago
config.hpp Add support for collecting C/C++ code coverage via gcov 2 years ago
coverage.cpp Add support for collecting C/C++ code coverage via gcov 2 years ago
coverage.hpp Add support for collecting C/C++ code coverage via gcov 2 years ago
ctags.cpp Flatpak, use host system headers and run external programs outside of sandbox 3 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 Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
debug_lldb.hpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
dialog.cpp Simplified getting default Gtk::Application object 4 years ago
dialog.hpp Cleanup of dialog source/header files 5 years ago
directories.cpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
directories.hpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 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 Made the entry boxes, for instance used in Find, larger 3 years ago
entrybox.hpp Made the entry boxes, for instance used in Find, larger 3 years ago
filesystem.cpp Fixed rust-analyzer installation 3 years ago
filesystem.hpp Fixed rust-analyzer installation 3 years ago
git.cpp use space before comment 4 years ago
git.hpp use space before comment 4 years ago
grep.cpp Added cancel dialog if grep or ctags processes exceed 10 seconds 5 years ago
grep.hpp Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter 6 years ago
info.cpp use space before comment 4 years ago
info.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
json.cpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 5 years ago
json.hpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 5 years ago
juci.cpp use space before comment 4 years ago
juci.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
menu.cpp Add CoverageView to display line/branch coverage in the editor side-bar (gutter) 2 years ago
menu.hpp Two or more menu actions can now have the same keybinding 4 years ago
meson.cpp Fixed CMake and Meson project detection for dos newlines 2 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 Fixed rust-analyzer installation 3 years ago
notebook.hpp use space before comment 4 years ago
project.cpp C/C++: create build folder, if not already created, prior to getting run arguments in order to extract executable from build 3 years ago
project.hpp Added compile and run support for Julia 5 years ago
project_build.cpp Added support for compile_commands.json file in project root folder 3 years ago
project_build.hpp Added support for compile_commands.json file in project root folder 3 years ago
selection_dialog.cpp Fixed scrolling to selected element in selection dialogs 3 years ago
selection_dialog.hpp Cleanup of GTK_VERSION_GT_MICRO replacement macro 3 years ago
snippets.cpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 5 years ago
snippets.hpp Renamed instances in get() functions to instance 5 years ago
source.cpp Add CoverageView to display line/branch coverage in the editor side-bar (gutter) 2 years ago
source.hpp Add CoverageView to display line/branch coverage in the editor side-bar (gutter) 2 years ago
source_base.cpp Fixed autocomplete on for instance '.' after newline 3 years ago
source_base.hpp Fixed autocomplete on for instance '.' after newline 3 years ago
source_clang.cpp Generalize code coverage support for all views 2 years ago
source_clang.hpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
source_coverage.cpp Generalize code coverage support for all views 2 years ago
source_coverage.hpp Add CoverageView to display line/branch coverage in the editor side-bar (gutter) 2 years ago
source_diff.cpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
source_diff.hpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
source_generic.cpp Language client: now adds diagnostics to codeAction requests, and supports adding configuration responses. Also now uses buffer completions when completion is not provided by server. 3 years ago
source_generic.hpp Language client: now adds diagnostics to codeAction requests, and supports adding configuration responses. Also now uses buffer completions when completion is not provided by server. 3 years ago
source_language_protocol.cpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
source_language_protocol.hpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
source_spellcheck.cpp use space before comment 4 years ago
source_spellcheck.hpp Cleanup of spellcheck_all boolean used to activate spellchecking on for instance markdown text 4 years ago
terminal.cpp Flatpak, use host system headers and run external programs outside of sandbox 3 years ago
terminal.hpp Renamed SearchView to CommonView 5 years ago
tooltips.cpp Minor addition to source.tooltip_top_offset setting 2 years ago
tooltips.hpp Tooltips: now adds scrolling to all tooltip windows that are placed partially outside of screen 4 years ago
usages_clang.cpp use space before comment 4 years ago
usages_clang.hpp No longer shows info message when cancelling finding usages 5 years ago
utility.cpp Slight improvement of Natural::compare, for instance: t1.txt now comes after t.txt 3 years ago
utility.hpp Cleanup of GTK_VERSION_GT_MICRO replacement macro 3 years ago
window.cpp Add CoverageView to display line/branch coverage in the editor side-bar (gutter) 2 years ago
window.hpp Cleanup and corrections to Window::set_title() and its usages: title is now correctly set when opening juCi++ for the first time, and when closing a folder 3 years ago
window_macos.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
window_macos.m Made it possible to enable dark MacOS titlebar through the C definition MACOS_DARK_TITLEBAR 3 years ago
workers.cpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago
workers.hpp Cleanup of state handling and parsing in order to limit while loops with sleeps, and removed standard c++ version from libclang arguments due to C header crashes 3 years ago