1836 Commits (cfeef6c618ee025a6af1eaa2c8e4a09293c213f4)
 

Author SHA1 Message Date
eidheim cfeef6c618 Fixes to #317: Use primary-left click to move to implementation or declaration 9 years ago
eidheim c418be18bc Merge branch 'ctrl_right_click_goto_implementation' of https://github.com/artisdom/jucipp 9 years ago
eidheim ce2d116cee Added Source::is_implementation 9 years ago
eidheim 61be493b9c Fixes #310: can now use Go to Declaration on include directive to jump to included file 9 years ago
eidheim 2332ba7cb6 Fixes symbolic link issues (see #319) 9 years ago
eidheim dfde64c90b Added filesystem::get_normal_path 9 years ago
Jørgen Lien Sellæg 4e96c16979 update system before pacman 9 years ago
eidheim 4d1ef611a8 Fixes to #320: increased juci minute version and removed unneeded tabs_visible flag 9 years ago
Physiix b0cbd9b00f Indentation 9 years ago
Physiix 3a64bcad9b Added menu item to toggle Tabs visibility. 9 years ago
Ted Feng 0879bad519 Add handy shortcut: use 'Ctrl - Right Click' to go to implementation directly. 9 years ago
Hallgeir Løkken ee7efc87c2 Added possibility to disable interactive completion by setting completion keybinding instead 9 years ago
eidheim bcf2a7fe75 lldb-3.8 now works on Debian Testing: updated install instructions 9 years ago
adobrich acc4cced40 Added about dialog logo 9 years ago
eidheim dc7be5c65a Version 1.2.3 9 years ago
eidheim e1e8d09727 Added documentation to default_config_file in src/files.h 9 years ago
Andrew Dobrich c42147d707 Added icon (see #236) 9 years ago
eidheim 02d88bc7ff Fixes #309: now takes into account that cmake variables can change 9 years ago
eidheim 7362e65af3 Fixes backspace and delete key for files with CR+LF line endings 9 years ago
eidheim 9650e5ff36 Fixes Control-Up when first line contains only one character. Previously, the cursor stopped at the line before. 9 years ago
eidheim 279a667c70 Fixed End key for one character long lines 9 years ago
eidheim 1ce55fbc20 Additional CR+LF fixes 9 years ago
eidheim 91a6445b8c Fixed DiffView::get_iter_at_line_end for CR+LF line endings 9 years ago
eidheim a7f6f313a0 Slightly brighter comments on juci-dark-style 9 years ago
eidheim 42b49433bb Minor adjustments to juci dark and dark-blue note styles 9 years ago
eidheim afa9e7604a Adjusted note backgrounds for the styles juci-dark and juci-dark-blue 9 years ago
eidheim bce96066f7 Improved blue text color in juci-dark style 9 years ago
eidheim 74aa315ecf Improvements to juci-dark-blue style 9 years ago
eidheim 1a5989f641 Improved background color of juci-dark style 9 years ago
eidheim f8aaec5f8f Minor cleanup of clang format style 9 years ago
eidheim f746ad5a36 Processing speed improvements of format style through clang-format. Can now also format selected text only. 9 years ago
eidheim 58421e41ad Slight improvements to juci_dark style 9 years ago
eidheim cea6db59bf Implemented menu item Source.Comments.Add Documentation 9 years ago
eidheim 70f2b3c6dc MacOS: ~ and ^ keys are now handled correctly in search entry on selection dialogs 10 years ago
eidheim 2d87b1fe38 Added libclang version 3.9.1 10 years ago
eidheim 37dc7e5824 Can now use Cursor History Back from a newly opened file without placing the cursor in the new file 10 years ago
eidheim cf5a509cbc Improvement of selection and completion dialogs and tooltips. Can now open selection dialogs (Find Symbol (Ctags), Backtrace, Show Variables) without an opened buffer. 10 years ago
Ole Christian Eidheim 9a3da9043c Fixed crash when trying to scroll in an already closed SelectionDialog 10 years ago
eidheim e760f9c16f Moved and renamed right click menu's Toggle Line Comment to Toggle Comments so that it corresponds to the normal menu 10 years ago
eidheim fa75b543c7 Minor improvements to the source right click commit 10 years ago
Jørgen Lien Sellæg 13c35a254f New right click context menu 10 years ago
eidheim d038ea93e3 Now passes '-xc++' to libclang for all C++ files 10 years ago
Ole Christian Eidheim c3f1654b18 Fixes #304: .tcc files are considered c++ header files 10 years ago
eidheim 9224aef66c Updated debian testing dependency installation. Note that this is temporary till debian fixes its lldb-3.8 package 10 years ago
eidheim 276b686004 Added workaround for Debian's newer lldb-server paths 10 years ago
Ole Christian Eidheim 0f05e9f1cc Added 4.0 to LIBCLANG_KNOWN_LLVM_VERSIONS 10 years ago
eidheim 42ec4b808e Added a set of invalid symbols when retrieving token names for rename refactoring 10 years ago
eidheim c0ca42ccf8 Improved libclang tooltips and navigation, most significantly support for operators. 10 years ago
eidheim a950f753ab gtksource version checks cleanup, and now using new gtksource functions if gtksource version is >=3.22 10 years ago
eidheim 60ccdfc2e6 Simplified Source::View::on_key_press_event_basic due to high number of erroneus indentations after pressing enter in various file types (for instance latex) 10 years ago