31 Commits (014b29db4b9105d1a626626f95baa85a3672bc5e)

Author SHA1 Message Date
eidheim 014b29db4b Fixed unused-lambda-capture warnings 8 years ago
eidheim 3647273e19 Fixes spellcheck error fault when ending a string with ' 8 years ago
eidheim ae1b183b87 Added current parameter completion that shows possible arguments. Also fixes some issues with non-interactive completion, optimizations to selection/completion dialogs, and some cleanup." 8 years ago
eidheim 88a446144c Fixed spellcheck error marking when writing for instance 'a' at the end of line comments 8 years ago
eidheim 55d056f16d Debug start/continue: implemented environment parsing on string set in Debug Set Run Arguments 8 years ago
eidheim d9ee4d97ce Cleanup: removed support for older libraries 8 years ago
eidheim d7d2cd6cd5 Added style formatting for markdown and disables spellcheck in certain situations 9 years ago
eidheim 7664f82349 Improved spellcheck after '\' characters 9 years ago
eidheim d16d0f1099 Improved spellcheck handling of 's 9 years ago
eidheim 62e0c20e4a Fixed wrongful symbol count for languages like Python 9 years ago
eidheim d8f7b66569 Fixed incorrect spellcheck error after pressing enter for some programming languages 9 years ago
eidheim cf5a509cbc Improvement of selection and completion dialogs and tooltips. Can now open selection dialogs (Find Symbol (Ctags), Backtrace, Show Variables) without an opened buffer. 9 years ago
Ole Christian Eidheim 9a3da9043c Fixed crash when trying to scroll in an already closed SelectionDialog 9 years ago
eidheim f7f50a3685 Spellcheck errors are no longer removed if buffer starts with string or comment context 9 years ago
eidheim 56f81be543 Improved spellcheck when splitting words 9 years ago
eidheim 0adc92b072 Minor cleanup and fixes to spell checking and smart paste 9 years ago
eidheim 43eaad0578 Now adds semicolon after lambda unless the lambda is a parameter 9 years ago
eidheim c9f2aa0fd7 Added info messages when no action happens from menu items 9 years ago
eidheim 25544a1be5 Spellcheck cleanup and improvements 9 years ago
eidheim 0ecc3bed75 Fixed Source::SpellCheckView::is_code_iter for some languages 9 years ago
eidheim a4619cdb74 Minor cleanup and made insertion of ' and " more restrictive 9 years ago
eidheim bb0f873d01 Simplified and improved Source::SpellCheckView::is_code_iter 9 years ago
eidheim f656b76afe Smart indentation/brackets/insertions cleanup and improvements 9 years ago
eidheim 92f93c9c32 Indentation cleanup and improvements 9 years ago
d3rrial 55fb517b94 updated all occurences of GDK_KEY_Return 9 years ago
nshcat da33a926a4 Replaced NULL with nullptr wherever applicable. 10 years ago
eidheim ccf7d3b9b2 Now compiles with c++14 instead of c++11, and some src/git.* cleanup 10 years ago
Ole Christian Eidheim 2bc5d65251 Git integration through libgit2 (#244) 10 years ago
eidheim 6fddc80c95 source_spellcheck: fixed lambda support for signals on older platforms 10 years ago
Ole Christian Eidheim 3ecac6d4cc Hide tooltips when selectiondialogs are shown 10 years ago
eidheim 0cbc14d7e8 Source::View cleanup: moved spellchecking to source_spellcheck.* 10 years ago