1852 Commits (v1.2.4)
 

Author SHA1 Message Date
eidheim 2d87b1fe38 Added libclang version 3.9.1 9 years ago
eidheim 37dc7e5824 Can now use Cursor History Back from a newly opened file without placing the cursor in the new file 9 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. 9 years ago
Ole Christian Eidheim 9a3da9043c Fixed crash when trying to scroll in an already closed SelectionDialog 9 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 9 years ago
eidheim fa75b543c7 Minor improvements to the source right click commit 9 years ago
Jørgen Lien Sellæg 13c35a254f New right click context menu 9 years ago
eidheim d038ea93e3 Now passes '-xc++' to libclang for all C++ files 9 years ago
Ole Christian Eidheim c3f1654b18 Fixes #304: .tcc files are considered c++ header files 9 years ago
eidheim 9224aef66c Updated debian testing dependency installation. Note that this is temporary till debian fixes its lldb-3.8 package 9 years ago
eidheim 276b686004 Added workaround for Debian's newer lldb-server paths 9 years ago
Ole Christian Eidheim 0f05e9f1cc Added 4.0 to LIBCLANG_KNOWN_LLVM_VERSIONS 9 years ago
eidheim 42ec4b808e Added a set of invalid symbols when retrieving token names for rename refactoring 9 years ago
eidheim c0ca42ccf8 Improved libclang tooltips and navigation, most significantly support for operators. 9 years ago
eidheim a950f753ab gtksource version checks cleanup, and now using new gtksource functions if gtksource version is >=3.22 9 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) 9 years ago
eidheim c1307fc5d7 Cleanup and improvement of removed_include_guard: now also identifies #if !defined(... 9 years ago
eidheim 8f3460ddde Slightly improved include guard removal: added preprocessor identifier check 9 years ago
eidheim 9872a18cb4 Significantly improved reparsing speed of C/C++ header files by removing include guard before passing the file content to libclang 9 years ago
eidheim 2ebe72f135 Added .exe postfix to executable when debugging on Windows when not using remote host 9 years ago
eidheim 766e37249e Fixed filesystem::(un)escape for MSYS2: no longer adds extra \ for Windows paths 9 years ago
eidheim 25e979dc86 Updated information regarding debug support on MSYS2 in installation docs 9 years ago
eidheim d72341cbb5 Now performs full reparse on Reload File 9 years ago
eidheim e953bd04ab Updated libclangmm submodule 9 years ago
eidheim 45f9f05451 Improved filesystem::(un)escape_argument. Also added filesystem_test. 9 years ago
Jørgen Lien Sellæg cf530b48c5 Merge pull request #298 from eidheim/meson 9 years ago
eidheim f7deb009f4 Minor spelling fix 9 years ago
eidheim 54fcd7708d Removed OS X exception on meson command in files.h. This was fixed in the latest homebrew meson package 9 years ago
eidheim 2f26df69c5 Corrected order of found executables in CMakeLists.txt files 9 years ago
eidheim e1086ddc97 Will now not close tab if saving file errors 9 years ago
eidheim 54dd2965e1 Cleanup of meson implementation 9 years ago
eidheim 7ec8f03039 Improved CMake::get_executable, now also looks in compile_commands.json if no executable was found previously. 9 years ago
eidheim 9b623dd0e0 Added support for the Meson Build System 9 years ago
eidheim 715997ac1d Improved identification of standalone lambda expressions. No longer adds ; after (...[...]...) {} 9 years ago
eidheim 6fc959583e Removed unused variable in filesystem::get_relative_path 9 years ago
eidheim bb83c9fde9 Fixed crash when filesystem::get_relative_path was called and current path was deleted 9 years ago
eidheim 11dd717699 Removed unnecessary use of unique_ptr 9 years ago
eidheim f6e82df359 Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
eidheim 13cb8f688f Fixes related to new homebrew packages on OS X. Fixes #296. 9 years ago
eidheim f7f50a3685 Spellcheck errors are no longer removed if buffer starts with string or comment context 9 years ago
eidheim 27a0b6bf7f Version 1.2.2 9 years ago
eidheim 5e0a3ff52b Updated tiny-process-library submodule 9 years ago
eidheim bea112e22e Cleanup of Reload file 9 years ago
eidheim 3ce0829531 Merge branch 'reload_file' of https://github.com/d3rrial/jucipp 9 years ago
eidheim d165223af9 Cursor history implemented, fixes #292 9 years ago
eidheim 56f81be543 Improved spellcheck when splitting words 9 years ago
d3rrial 14f6e338e0 Added reload functionality by re-writing the textbuffer 9 years ago
eidheim 9e28231191 Temporarily disable error on warnings in CI's due to debian testing's gtksourceviewmm3 is not yet updated to correspond to the new gtksourceview3 package 9 years ago
eidheim bc05dbfff8 Fixes pragma once warning in header files mentioned in #290 9 years ago
eidheim e46470def3 File info in status bar is now also an overlay, and the window will then not resize on slightly large path names. 9 years ago