102 Commits (b20237d5ba189b0cad00a1a2125948e948b053fa)

Author SHA1 Message Date
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
eidheim e95c2aa2f5 v1.4.5 7 years ago
eidheim 9a5eaf892a Language server logging can now be enabled in preferences 7 years ago
Jørgen Lien Sellæg f8ea072976 cleanup directory structure 8 years ago
eidheim 5f68ef7f4e v1.4.4 8 years ago
eidheim f2ef7edeef v1.4.3 8 years ago
eidheim d9d216f2a9 v1.4.2 8 years ago
eidheim bf798073c0 Added source.auto_reload_changed_files preference item, and support for prettier. Also made some various minor fixes 8 years ago
eidheim d6f697a802 Multiple cursors can now be enabled in preferences 8 years ago
eidheim 8c99e66792 Can now configure the command used to run python files 8 years ago
eidheim 81cebb57ed v1.4.1 8 years ago
eidheim 2587698565 Preference cleanup: added missing prefix to some menu item key names, and removed clang_types from preferences 8 years ago
eidheim 8a4cab0415 Additional information is stored and used between juCi++ sessions: line offsets of buffers, window size, run arguments, and debug run arguments, including remote debug settings. 8 years ago
eidheim d534f070b6 Language server protocol: added support for workspace/symbol 8 years ago
eidheim 03ca2fd43f v1.4.0 8 years ago
eidheim 4c8695c8fc Added menu item Source->Go to Type Declaration 8 years ago
eidheim 6f9f79ac2b Removed unneccessary add_compile_options for MacOS 8 years ago
eidheim ef5561672c Corrected add_definitions to add_compile_options 8 years ago
eidheim 74c0e7e845 Minor fixes to CMakeLists.txt 8 years ago
eidheim e2ae5a78df Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future. 8 years ago