2034 Commits (3275b8d49f817fd7eb979576f09739bfe0dd97b7)
 

Author SHA1 Message Date
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
eidheim 7dfe7f9cdf Added extra smart inserts on selected text for markdown 9 years ago
eidheim e9442ffec6 Minor fix to Go to Next Diff 9 years ago
eidheim 4f76f78224 Fixed Save As on OS X 9 years ago
eidheim 0adc92b072 Minor cleanup and fixes to spell checking and smart paste 9 years ago
eidheim 5a4d34f4d4 Great speed up of performing format style of a buffer, added Source::View::replace_text, and option to perform format style on save (typically through clang-format). 9 years ago
eidheim 319283bc6f Improved checking for file changes outside of juCi++ 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
eidheim 6a691543ab Debug stop is now visible even if the line is a breakpoint 9 years ago
eidheim 43eaad0578 Now adds semicolon after lambda unless the lambda is a parameter 9 years ago
eidheim 16eb16b273 Now updates directory view text color when theme is changed outside of juCi++ 9 years ago
eidheim e3452d93b8 Renamed smart_insertions to start_inserts, and fixed a bug when removing deprecated nodes in preferences 9 years ago
eidheim ba934083aa Smart paste now also works on selected text 9 years ago
eidheim ab82cbe19b Minor fixes to key_press_events 9 years ago
eidheim c9f2aa0fd7 Added info messages when no action happens from menu items 9 years ago
eidheim b54774748b Cleanup of menu item activations 9 years ago
eidheim de879bc12d Added keypad keys home, end, up, down, left, right to key check expressions 9 years ago
eidheim 780fe03dd0 Now uses grip when choosing Compile and run on a markdown file 9 years ago
eidheim 25544a1be5 Spellcheck cleanup and improvements 9 years ago