121 Commits (84804a89b77da05eecd87626f394a46a44f0cd2c)

Author SHA1 Message Date
eidheim a02e55e9e1 Added support for Apple M1 5 years ago
Jørgen Lien Sellæg d4a1f165a8 use ccache if it is installed to speed up development 5 years ago
eidheim 7d1e49559f Fixes #443: added preference item for keeping entry shown after running command 5 years ago
eidheim fa716a5d8c Updated cmake minimum required to 3.1 5 years ago
eidheim 6d245cc02a v1.6.2 5 years ago
eidheim 4476df8b29 Updated minimum required cmake version 5 years ago
eidheim 7e44c26615 Fix CI failure 5 years ago
eidheim 3761b9b0bc Cleanup of preferences: enable_clang_tidy changed to clang_tidy_enable, and enable_clang_detailed_preprocessing_record changed to clang_detailed_preprocessing_record 5 years ago
eidheim 452b40d82a Added preference option to enable detailed preprocessing record when parsing C/C++ buffers 5 years ago
eidheim 4a1f88590a v1.6.1 5 years ago
eidheim f48ccf9a5b Updated CPACK_PACKAGE_DESCRIPTION_SUMMARY 5 years ago
eidheim ffd9679740 Added preference item terminal.clear_on_run_command, and change preference item project.clear_terminal_on_compile to terminal.clear_on_compile 5 years ago
eidheim 32e03b40ad Terminal: added support for ansi escape colors, and added links to Node.js stack trace and jest test output. Also added cargo command in preferences. 5 years ago
eidheim 78c3b59528 Made use of libfuzzer, and fixed a few edge cases identified by libfuzzer 5 years ago
eidheim f469a41601 Can now enable word wrap for specific languages 5 years ago
eidheim bd3dfab765 Added Zen mode 5 years ago
eidheim 46ad2f8459 Added Go to Tab in Window menu 5 years ago
eidheim 7e41c5c2d5 Added -Wno-deprecated-declarations since gtksourceview does not seem to fix these warnings in the near future 5 years ago
eidheim a0d911f176 Added clang-tidy preference items 6 years ago
eidheim 29fc8c0a2c Fixes #426: added Close Folder and Close Project to File menu. Also moved Close Tab to File Menu as Close File 6 years ago
eidheim 485aa718ec v1.6.0 6 years ago
eidheim 22b62fdde2 Fixes grep and ctags commands on bsd systems 6 years ago
eidheim 4ef4e16ecf Minor cleanup of cmake files 6 years ago
eidheim 1d744ae515 MacOS: places juCi++ in front at startup for MacOS versions Mojave and earlier 6 years ago
eidheim 8dc310cb24 Updated installation instructions to prefer universal-ctags 6 years ago
eidheim 994306e26c Fixes #420: added Find Pattern to Source menu 6 years ago
eidheim 440b24ca08 Fix MacOS build 6 years ago
eidheim 4f56005d5c Fixes #421: added CMAKE_INSTALL_PREFIX/lib to link_directories on FreeBSD 6 years ago
eidheim 157e44aea9 MacOS: replaced version specific paths with /usr/local/opt paths 6 years ago
eidheim b51f46c982 Added cmake options LIBCLANG_PATH and LIBLLDB_PATH 6 years ago
eidheim 22b7c68c9f v1.5.1 6 years ago
eidheim a9d421fff7 Added markdown_command to project preferences 6 years ago
eidheim f82b1f947a Added preference option to disable replacing search entry with selected text 6 years ago
eidheim bc71859699 Added Window->Split Source Buffer 6 years ago
eidheim 57705cfa7b Fixes #416 : Added Show Breakpoints to the Debug menu 6 years ago
eidheim c0e4376b27 Added preferences item debug_place_cursor_at_stop to update cursor when the debugger stops as suggested in #252 6 years ago
eidheim 2c0df4ae3c v1.5.0 6 years ago
eidheim cbb5432ba7 Various fixes for MacOS and newer homebrew packages 6 years ago
eidheim d641274247 Fixes: #412 : Added Edit->Cut Lines and Edit->Copy Lines. Additionally, successive cut lines now accumulates the clipboard 6 years ago
eidheim aa1c415e90 Fixes #373 : added Edit->Extend/Shrink Selection 6 years ago
eidheim e0e47a37ed Related to MR 398: finished implementation of default build system setting, but renamed project.default_build_system to project.default_build_management_system, since make and ninja are examples of build systems. Also added --buildtype plain to meson default build. 7 years ago
eidheim 9e0a25e9ac Made use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs. 7 years ago
eidheim 304b8ac315 Updated CPACK_DEBIAN_PACKAGE arguments 7 years ago
Jørgen Lien Sellæg 0735598be3 use specific targets when selecting link libraries for boost 7 years ago
eidheim e074e4daea Fixes build and lldb issue on MacOS, and added workaround for buggy Gsv::Buffer::create_source_mark 7 years ago
eidheim 7a456b8ddb Added Edit.Show/Hide that can be used to hide text in a buffer by making it smaller 7 years ago
eidheim 6eca4d6555 Added possibility to override theme font 7 years ago
eidheim 994573b75e Added support for snippets. Fixes #348 7 years ago
eidheim 58e5533a74 Added log.libclang to preferences that when enabled outputs diagnostics to standard output. Also set excludeDeclarationsFromPCH when creating clangmm::Index-instances 7 years ago
eidheim ec18276160 v1.4.6 7 years ago