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.
 
 
Shivang Gangadia dfd4ef7f83 Restored C++14, made C++ language server access through symbolic linnk. Updated documentation. 1 year ago
..
CMakeLists.txt 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
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 Added possibility to label run commands in the commands.json 2 years ago
commands.hpp Added possibility to label run commands in the commands.json 2 years ago
compile_commands.cpp Cleanup of clang resource directory lookup 2 years ago
compile_commands.hpp Cleanup of CompileCommands class 3 years ago
config.cpp Restored C++14, made C++ language server access through symbolic linnk. Updated documentation. 1 year ago
config.hpp Restored C++14, made C++ language server access through symbolic linnk. Updated documentation. 1 year ago
ctags.cpp ctags: location.symbol and location.source should now correspond with respect to escaping 2 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 Can now use control/command click to run source files directly from the directory view 1 year 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 Search entry histories are now updated correctly 2 years ago
entrybox.hpp Search entry histories are now updated correctly 2 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 4 years ago
json.hpp Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 4 years ago
juci.cpp Cleanup of menu inconsistency fix 1 year ago
juci.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
menu.cpp Cleanup of menu inconsistency fix 1 year ago
menu.hpp Cleanup of menu inconsistency fix 1 year 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 Restored C++14, made C++ language server access through symbolic linnk. Updated documentation. 1 year ago
notebook.hpp use space before comment 4 years ago
project.cpp Can now use control/command click to run source files directly from the directory view 1 year ago
project.hpp Can now use control/command click to run source files directly from the directory view 1 year 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 4 years ago
snippets.hpp Renamed instances in get() functions to instance 5 years ago
source.cpp Space between lines cleanup 1 year ago
source.hpp Language client: now supports multiple declarations and type declarations 4 years ago
source_base.cpp Space between lines cleanup 1 year ago
source_base.hpp Added option to configure spacing between lines in editor 1 year ago
source_clang.cpp Restored C++14, made C++ language server access through symbolic linnk. Updated documentation. 1 year ago
source_clang.hpp Added support for optionally using LSP for c-like languages. Also bumped c++ version to 20 for project 1 year 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 Language protocol: added sorting for rename items in case server does not return sorted changes 2 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 No longer considers keys pressed with control/command active as keyvals 2 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 Fixed C++20 ambiguous operator overload warning 1 year ago
usages_clang.hpp Fixed C++20 ambiguous operator overload warning 1 year 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 Space between lines cleanup 1 year 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