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.
 
 
eidheim d1f7a10614 Removed virtual calls during construction (found through clang-analyzer-optin.cplusplus.VirtualCall) 8 years ago
..
CMakeLists.txt Cleanup: added Source::BaseView class. Also fixed replace_text for older libgit2 versions. 8 years ago
Doxyfile.in Add documentation generation using doxygen 10 years ago
autocomplete.cc Tooltip background is now set through css instead of using deprecated functions 8 years ago
autocomplete.h Replaced include guards with #pragma once 8 years ago
cmake.cc Fixed unused-lambda-capture warnings 8 years ago
cmake.h Replaced include guards with #pragma once 8 years ago
compile_commands.cc Adds support for OpenCL source-files 8 years ago
compile_commands.h Replaced include guards with #pragma once 8 years ago
config.cc Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
config.h Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
ctags.cc Std headers are now parsed. Also moved Source::ClangViewParse::get_compilation_commands to CompileCommands::get_arguments and some cleanup." 8 years ago
ctags.h Replaced include guards with #pragma once 8 years ago
debug_lldb.cc Added lldb rust formatters startup commands to lldb if debugging Rust 8 years ago
debug_lldb.h Added lldb rust formatters startup commands to lldb if debugging Rust 8 years ago
dialogs.cc Fixes #259: crash in MacOS when filtering files in gtk file/folder dialog 8 years ago
dialogs.h Replaced include guards with #pragma once 8 years ago
dialogs_unix.cc Cleanup: removed notebook and window dependencies in dialogs 10 years ago
dialogs_win.cc Added error_code to boost::filesystem::current_path. 10 years ago
directories.cc Tooltips now have css properties border-radius and padding. Also moved CSS code to window.cc 8 years ago
directories.h MacOS drag-and-drop has been fixed in latest gtk+ homebrew package. Workarounds removed. 8 years ago
dispatcher.cc Minor optimization of Dispatcher::dispatcher handler 8 years ago
dispatcher.h add includes necessary to compile 8 years ago
documentation_cppreference.cc Improved Source->Find Documentation 8 years ago
documentation_cppreference.h Improved Source->Find Documentation 8 years ago
entrybox.cc Cleanup: removed support for older libraries 8 years ago
entrybox.h Replaced include guards with #pragma once 8 years ago
files.h Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
filesystem.cc Added initial support for the language server protocol 8 years ago
filesystem.h Added initial support for the language server protocol 8 years ago
git.cc Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
git.h Improved replace text through libgit2 making file reload and some format style functions faster and without scrolling issues 8 years ago
info.cc Moved Info css to window.cc 8 years ago
info.h Replaced include guards with #pragma once 8 years ago
juci.cc Faster opening of previous session file buffers 8 years ago
juci.h Additional information is stored and used between juCi++ sessions: line offsets of buffers, window size, run arguments, and debug run arguments, including remote debug settings. 8 years ago
menu.cc Preference cleanup: added missing prefix to some menu item key names, and removed clang_types from preferences 8 years ago
menu.h Language protocol: tag tokens and open/close buffer now async, and fixed minor tooltip placement bug. Also now autocompletes after " and ' characters 8 years ago
meson.cc Fixed unused-lambda-capture warnings 8 years ago
meson.h Replaced include guards with #pragma once 8 years ago
notebook.cc Removed virtual calls during construction (found through clang-analyzer-optin.cplusplus.VirtualCall) 8 years ago
notebook.h Fixes #377: adds "#pragma once" on empty C/C++ header files. Additionally, cleanup of Notebook::open. 8 years ago
project.cc Tooltip background is now set through css instead of using deprecated functions 8 years ago
project.h Additional information is stored and used between juCi++ sessions: line offsets of buffers, window size, run arguments, and debug run arguments, including remote debug settings. 8 years ago
project_build.cc Project and Project::Build cleanup: moved lldb specific debug code from Project::Clang to Project::LLDB, and added Project::Build::get_compile_command 8 years ago
project_build.h Added debug support for Rust 8 years ago
selection_dialog.cc Minor correction of SelectionDialog window height 8 years ago
selection_dialog.h add includes necessary to compile 8 years ago
source.cc Spellcheck context fix for cmake files 8 years ago
source.h Hide tooktips and stop tag similar symbol cleanup. No longer activates tooltips or similar symbol tags on format style, undo, redo and paste 8 years ago
source_base.cc Can now undo file reload 8 years ago
source_base.h Can now undo file reload 8 years ago
source_clang.cc Removed virtual calls during construction (found through clang-analyzer-optin.cplusplus.VirtualCall) 8 years ago
source_clang.h Hide tooktips and stop tag similar symbol cleanup. No longer activates tooltips or similar symbol tags on format style, undo, redo and paste 8 years ago
source_diff.cc Removed virtual calls during construction (found through clang-analyzer-optin.cplusplus.VirtualCall) 8 years ago
source_diff.h Added Prettier tooltips, and cleanup of src/source* files 8 years ago
source_language_protocol.cc Language protocol: optimization of autocomplete insertion when language server answers with incomplete insertText 8 years ago
source_language_protocol.h Hide tooktips and stop tag similar symbol cleanup. No longer activates tooltips or similar symbol tags on format style, undo, redo and paste 8 years ago
source_spellcheck.cc Cleanup: added Source::BaseView class. Also fixed replace_text for older libgit2 versions. 8 years ago
source_spellcheck.h Cleanup: added Source::BaseView class. Also fixed replace_text for older libgit2 versions. 8 years ago
terminal.cc Fixes #374 and #340: Copy/Cut copies/cut the current line if text is not selected. Can now also copy text from tooltips. 8 years ago
terminal.h Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
tooltips.cc Tooltip background is now set through css instead of using deprecated functions 8 years ago
tooltips.h A tooltip is no longer hidden if the mouse cursor is moving towards it 8 years ago
usages_clang.cc Adds support for OpenCL source-files 8 years ago
usages_clang.h All headers should now be included when finding usages of an override method 8 years ago
window.cc Hide tooktips and stop tag similar symbol cleanup. No longer activates tooltips or similar symbol tags on format style, undo, redo and paste 8 years ago
window.h Tooltip background is now set through css instead of using deprecated functions 8 years ago