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.
 
 
Joakim Skogø Langvand 647a37e145 Merge branch 'more-editor-actions' into 'master' 3 days ago
..
CMakeLists.txt Moved methods in mutex.hpp to mutex.cpp and disabled thread analysis warnings in mutex.cpp 5 months 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 5 years ago
cmake.cpp Fixed CMake and Meson project detection for dos newlines 3 years ago
cmake.hpp Cleanup and slight improvement of cmake_file_api code 4 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 Fixed isysroot settings on MacOS 1 year ago
compile_commands.hpp Cleanup of CompileCommands class 3 years ago
config.cpp Merge branch 'more-editor-actions' into 'master' 3 days ago
config.hpp Added word_wrap option for terminal 5 months 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 Made variable sized array constant size 1 year ago
debug_lldb.hpp Made variable sized array constant size 1 year ago
dialog.cpp Fixed dialog focus problem on MacOS 5 months ago
dialog.hpp Fixed dialog focus problem on MacOS 5 months ago
directories.cpp Corrected directory view for known file types 5 days 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 Updated symbol urls for documentation lookup 7 months ago
documentation.hpp Improved C vs C++ include fixits 6 years ago
entrybox.cpp Search entry histories are now updated correctly 3 years ago
entrybox.hpp Search entry histories are now updated correctly 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 Cleanup of menu inconsistency fix 2 years 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 2 years ago
menu.hpp Cleanup of menu inconsistency fix 2 years ago
meson.cpp Fixed CMake and Meson project detection for dos newlines 3 years ago
meson.hpp Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
mutex.cpp Moved methods in mutex.hpp to mutex.cpp and disabled thread analysis warnings in mutex.cpp 5 months ago
mutex.hpp Moved methods in mutex.hpp to mutex.cpp and disabled thread analysis warnings in mutex.cpp 5 months ago
notebook.cpp Fixed dialog focus problem on MacOS 5 months ago
notebook.hpp use space before comment 4 years ago
project.cpp Fixed dialog focus problem on MacOS 5 months ago
project.hpp Removed Project::LanguageProtocol and added Build::GitBuild 8 months ago
project_build.cpp Updated python exclude folders 5 months ago
project_build.hpp Removed Project::LanguageProtocol and added Build::GitBuild 8 months 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 Added replacement of deprecated Gtk::StyleContext::get_background_color(), and some cleanup 5 months ago
source.hpp Added replacement of deprecated Gtk::StyleContext::get_background_color(), and some cleanup 5 months ago
source_base.cpp Improved shebang detection code 5 days ago
source_base.hpp Added replacement of deprecated Gtk::StyleContext::get_background_color(), and some cleanup 5 months ago
source_clang.cpp Language client: improvement to autocomplete after arrow and for servers that include seperation characters to the completion items 10 months ago
source_clang.hpp Cleanup of clang language server commits 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. 4 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. 4 years ago
source_language_protocol.cpp Added support for basedpyright 5 months ago
source_language_protocol.hpp language client: cleanup of workspace/applyEdit 5 months ago
source_spellcheck.cpp Improved extend selection for latex 1 year ago
source_spellcheck.hpp Cleanup of spellcheck_all boolean used to activate spellchecking on for instance markdown text 5 years ago
terminal.cpp Added word_wrap option for terminal 5 months ago
terminal.hpp Cleanup of ANSI escape code parsing, and added support for bold, italic, underline and strikethrough codes 5 months ago
tooltips.cpp Now draws markdown lines in tooltips 5 months ago
tooltips.hpp Now draws markdown lines in tooltips 5 months ago
usages_clang.cpp Fixed C++20 ambiguous operator overload warning 2 years ago
usages_clang.hpp Fixed C++20 ambiguous operator overload warning 2 years ago
utility.cpp Slight improvement of Natural::compare, for instance: t1.txt now comes after t.txt 4 years ago
utility.hpp Cleanup of GTK_VERSION_GT_MICRO replacement macro 3 years ago
window.cpp Merge branch 'more-editor-actions' into 'master' 3 days 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 4 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