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 42ec4b808e Added a set of invalid symbols when retrieving token names for rename refactoring 9 years ago
..
CMakeLists.txt Added support for the Meson Build System 9 years ago
Doxyfile.in Add documentation generation using doxygen 10 years ago
cmake.cc Improved filesystem::(un)escape_argument. Also added filesystem_test. 9 years ago
cmake.h Improved CMake::get_executable, now also looks in compile_commands.json if no executable was found previously. 9 years ago
compile_commands.cc Minor spelling fix 9 years ago
compile_commands.h Minor spelling fix 9 years ago
config.cc Added support for the Meson Build System 9 years ago
config.h Added support for the Meson Build System 9 years ago
ctags.cc Improved libclang tooltips and navigation, most significantly support for operators. 9 years ago
ctags.h Improved Ctags processing 10 years ago
debug_lldb.cc Added .exe postfix to executable when debugging on Windows when not using remote host 9 years ago
debug_lldb.h Selecting variable in debug show variables now moves cursor to frame if no declaration was found 10 years ago
dialogs.cc Minor cleanups: replaced iterating pending events with C++ functions, corrected return value in Notebook::size, and replaced NULL with nullptr in source_clang_test.cc 10 years ago
dialogs.h Refactoring/operations accross files: added wait dialog if other tabs are parsing 10 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 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
directories.h Minor cleanup: removed Directories::on_row_activated 10 years ago
dispatcher.cc Further mutex cleanup 10 years ago
dispatcher.h Renamed Dispatcher::push to Dispatcher::post 10 years ago
entrybox.cc Added keypad keys home, end, up, down, left, right to key check expressions 9 years ago
entrybox.h Made EntryBox a singleton for use in Directories, and fixed some includes 10 years ago
files.h Removed OS X exception on meson command in files.h. This was fixed in the latest homebrew meson package 9 years ago
filesystem.cc Fixed filesystem::(un)escape for MSYS2: no longer adds extra \ for Windows paths 9 years ago
filesystem.h Improved filesystem::(un)escape_argument. Also added filesystem_test. 9 years ago
git.cc Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
git.h Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
info.cc Cleanup of refactoring methods 10 years ago
info.h Cleanup of refactoring methods 10 years ago
juci.cc Improved libclang tooltips and navigation, most significantly support for operators. 9 years ago
juci.h Added split window, fixes #235 10 years ago
menu.cc Merge branch 'reload_file' of https://github.com/d3rrial/jucipp 9 years ago
menu.h Added possibility to modify menus at runtime 10 years ago
meson.cc Improved libclang tooltips and navigation, most significantly support for operators. 9 years ago
meson.h Added support for the Meson Build System 9 years ago
notebook.cc gtksource version checks cleanup, and now using new gtksource functions if gtksource version is >=3.22 9 years ago
notebook.h Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
project.cc Improved filesystem::(un)escape_argument. Also added filesystem_test. 9 years ago
project.h Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
project_build.cc Improved CMake::get_executable, now also looks in compile_commands.json if no executable was found previously. 9 years ago
project_build.h Added support for the Meson Build System 9 years ago
selectiondialog.cc Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
selectiondialog.h Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
source.cc gtksource version checks cleanup, and now using new gtksource functions if gtksource version is >=3.22 9 years ago
source.h Cleanup of Reload file 9 years ago
source_clang.cc Added a set of invalid symbols when retrieving token names for rename refactoring 9 years ago
source_clang.h Significantly improved reparsing speed of C/C++ header files by removing include guard before passing the file content to libclang 9 years ago
source_diff.cc Minor fix to Go to Next Diff 9 years ago
source_diff.h Improved checking for file changes outside of juCi++ 9 years ago
source_spellcheck.cc Spellcheck errors are no longer removed if buffer starts with string or comment context 9 years ago
source_spellcheck.h Spellcheck cleanup and improvements 9 years ago
terminal.cc Now uses grip when choosing Compile and run on a markdown file 9 years ago
terminal.h Now uses grip when choosing Compile and run on a markdown file 9 years ago
tooltips.cc Minor fix to tooltip positioning 9 years ago
tooltips.h Fix related to #246: corrected selection dialog position 10 years ago
window.cc Now performs full reparse on Reload File 9 years ago
window.h Cleanup of menu item activations 9 years ago