| .. |
|
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
|
Fixed unused-lambda-capture warnings
|
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
|
Tooltips now have css properties border-radius and padding. Also moved CSS code to window.cc
|
8 years ago |
|
notebook.h
|
Cleanup: added Source::BaseView class. Also fixed replace_text for older libgit2 versions.
|
8 years ago |
|
project.cc
|
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 |
|
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
|
Fixed unused-lambda-capture warnings
|
8 years ago |
|
selection_dialog.h
|
add includes necessary to compile
|
8 years ago |
|
source.cc
|
On save, closes file before reading last_write_time
|
8 years ago |
|
source.h
|
Added Prettier tooltips, and cleanup of src/source* files
|
8 years ago |
|
source_base.cc
|
Added Prettier tooltips, and cleanup of src/source* files
|
8 years ago |
|
source_base.h
|
Added Prettier tooltips, and cleanup of src/source* files
|
8 years ago |
|
source_clang.cc
|
type tooltips when cursor over auto spec
|
8 years ago |
|
source_clang.h
|
Added Prettier tooltips, and cleanup of src/source* files
|
8 years ago |
|
source_diff.cc
|
Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes
|
8 years ago |
|
source_diff.h
|
Added Prettier tooltips, and cleanup of src/source* files
|
8 years ago |
|
source_language_protocol.cc
|
Added Prettier tooltips, and cleanup of src/source* files
|
8 years ago |
|
source_language_protocol.h
|
Added Prettier tooltips, and cleanup of src/source* files
|
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
|
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 |
|
tooltips.h
|
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 |
|
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
|
Cut no longer has an effect on non-editable text
|
8 years ago |
|
window.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 |