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
eidheim
e3452d93b8
Renamed smart_insertions to start_inserts, and fixed a bug when removing deprecated nodes in preferences
9 years ago
eidheim
da9f001b8f
Added smart_insertions
9 years ago
eidheim
2150557600
Added preference item: smart_brackets
9 years ago
d3rrial
123c051b77
changed clear_console to window_clear_terminal
9 years ago
d3rrial
60baeef29c
added feature function to clear console manually
9 years ago
eidheim
b8bfeea26b
Added Toggle Comments for various languages, and updated bracket language check
9 years ago
eidheim
e4cff18db4
Added CPack to CMakeLists.txt, which can be used to build jucipp packages on various platforms
10 years ago
eidheim
18994bfa98
Added Find Symbol through ctags
10 years ago
eidheim
a44ee6711d
Added default keys for show diff and implement method
10 years ago
eidheim
5b6a81ca65
Changed version to 1.2.0
10 years ago
eidheim
6095be64a1
Added option to turn off terminal progress, for instance when opening c/c++ files
10 years ago
eidheim
b3a577167c
Added option to turn off source background pattern
10 years ago
Ole Christian Eidheim
2bc5d65251
Git integration through libgit2 ( #244 )
...
* Git integration, fixes #63
* Fixed a crash when deleting directories, added libgit2 to MSYS2 CI, adjusted colors slightly
* Git integration now supports debian stable
* Fixed compilation error on MSYS2
* Added git_test
* git_test fix
* Git integration: now updates correct paths on source save. Also added slight delay to source diff git monitor change signal
* git_test fixed
* Now monitors .git directory instead. The .git/index file does not always update on for instance: git commit -m ...
* Directories cleanup
* Fixed git status update on rename refactoring, and some additional cleanup
* Added menu items: Go to Next Diff, and Show Diff
* Fixed Go to Next Diff and Show Diff keybindings
* Minor fixes to git integration
* Added: implement method
* Minor fixes to Implement Method
* Minor fixes to source_diff
* source_diff: optimisations added, as well as some minor improvements
* Fixed a crash when trying to show diff in a buffer not related to a diff repository
* Git integration: MSYS2 support
* source_diff: source should now refresh correctly when .git directory has changed
* directories.cc: stop updating parent path colors when path including .git directory/file is found
* Spellcheck underline no longer shows for for instance '\n'
* Made directory view's git status update async
* Use boost::filesystem::path in git.*
* Optimisation: now stores a cache of git status, which can be slow, that is used when possible
* Source view will now grab focus when a selection dialog is shown
* Source menu should now be correctly updated
* Implement Method: improved
* git.cc: minor fix
10 years ago
eidheim
d18e8bef2c
Added split window, fixes #235
10 years ago
eidheim
41760f606c
Added preference item tab_indents_line (default: true) fixes #226 , and now uses raw string literals in src/files.h
10 years ago
eidheim
d2beb15277
Cleanup of #215
10 years ago
Mikhail Strelnikov
e91930b33c
Version set to 1.1.3-2
10 years ago
Mikhail Strelnikov
befe223042
Don't draw any whitespaces by default
...
also fix the warning from Spirit
10 years ago
Mikhail Strelnikov
dcc9640c57
Add draw_spaces option
...
Determines what kind of whitespaces should be drawn. Use comma-separated
list of: space, tab, newline, nbsp, leading, text, trailing or all.
10 years ago
eidheim
9736a734f8
Added: Go to Implementation
10 years ago
Jørgen Lien Sellæg
9034b37da7
Remove unused files
10 years ago
eidheim
b142ee6af8
Version 1.1.3
10 years ago