172 Commits (d26326ab53a24153761f596bdb3abe44467269e7)

Author SHA1 Message Date
eidheim d26326ab53 Corrected default preference options clang.queries 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 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 99725f392c Removed custom BreakBeforeBraces and MaxEmptyLinesToKeep from default clang format style 7 years ago
eidheim d4fcd709df Removed SpaceBeforeParens: Never as default since it is very common to have spaces for instance between if and ( 7 years ago
eidheim 7a74bd960f Preferences: source.format_style_on_save_if_style_file_found is now true by default 7 years ago
eidheim 1bb7012704 Improved format_style_on_save_comment 7 years ago
eidheim 9a5eaf892a Language server logging can now be enabled in preferences 7 years ago
eidheim 794e582d41 Auto-reloading of files changed on disk is now on by default, since this is also the default on several other editors. 8 years ago
eidheim bf984231d4 Formatted code with custom clang-format 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 cf1899e5df Default MacOS font is now Menlo instead of Menlo 9 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 4d6a222b27 Replaced include guards with #pragma once 8 years ago
eidheim 02520e7701 Preference item smart_inserts is now enabled by default since it is such a common feature in other IDEs 8 years ago
eidheim 4c8695c8fc Added menu item Source->Go to Type Declaration 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
Viktor Schneider 6960192366 add right margin line in sourceview 8 years ago
eidheim 59c08a2dd8 Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work. 8 years ago
eidheim 34384f482c Moved terminal preferences below source preferences 9 years ago
eidheim 5def29bd24 More consistent default source.clang_format_style preference value 9 years ago
eidheim 2606bd00a8 Added preference option source.format_style_on_save_if_style_file_found 9 years ago
eidheim 478185319a Finalised Find File (PR #336): various cleanups/fixes and added keybinding. Resolves #312. 9 years ago
eidheim 3391388e6b Changed preference option terminal.show_progress to false by default to reduce terminal output 9 years ago
eidheim 25c0b88df2 Added default keybinding to window_toggle_full_screen 9 years ago
eidheim 39d977ce97 Fixes to last commit, see #326 9 years ago
Ingmar Lehmann 918bbba8c0 Implemented full screen feature 9 years ago
Physiix 3a64bcad9b Added menu item to toggle Tabs visibility. 9 years ago
Hallgeir Løkken ee7efc87c2 Added possibility to disable interactive completion by setting completion keybinding instead 9 years ago
eidheim e1e8d09727 Added documentation to default_config_file in src/files.h 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 58421e41ad Slight improvements to juci_dark style 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 9b623dd0e0 Added support for the Meson Build System 9 years ago
eidheim 13cb8f688f Fixes related to new homebrew packages on OS X. Fixes #296. 9 years ago
eidheim bea112e22e Cleanup of Reload file 9 years ago
eidheim d165223af9 Cursor history implemented, fixes #292 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