15 Commits (647a37e14533ee5fd6a880ca0741147fa083c248)

Author SHA1 Message Date
eidheim 659dc0d49a Improved extend selection for latex 1 year ago
eidheim 284cc068ff No longer considers keys pressed with control/command active as keyvals 2 years ago
Jørgen Sverre Lien Sellæg e81b8f78b4 use space before comment 4 years ago
eidheim b9c2e2a019 Added spellcheck_all flag to html and xml 5 years ago
eidheim df51554ca0 Cleanup of spellcheck_all boolean used to activate spellchecking on for instance markdown text 5 years ago
eidheim 9e534f053d Improved spellcheck inside '' 5 years ago
eidheim 98e89fccec Improved extend selection on markdown code blocks 6 years ago
eidheim 64205e2ee9 Improved smart insertions of '' and "" 6 years ago
eidheim 60e6730b78 Improved support for non-ascii symbol names 6 years ago
eidheim 3c726f52da Formatting cleanup 6 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 6 years ago
eidheim b97cc5ca37 Cleanp of Tooltip::insert_code 6 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago
eidheim 7aa3f3f323 Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim 34c395de48 Fixes #425: symbols and emojis no longer considered word characters when spellchecking 6 years ago
eidheim 78659e5177 Cleanup and fixes to dialog and tooltip positioning. Dialogs and tooltips should now not be partially shown outside of screen 7 years ago
eidheim 1bf53f41f5 Fixes spellcheck of entire buffer when buffer starts with a comment or string 7 years ago
eidheim e91983df26 Fixes #409 : corrected identification of code characters at the end of raw string literals 7 years ago
eidheim f00957776b Cleanup and fixing of ' handling in is_code_iter and is_spellcheck_iter, and added tests for is_spellcheck_iter and is_code_iter 8 years ago
eidheim e0de884cfe Cleanup of is_code_iter and related functions 8 years ago
eidheim c17fd4989a Minor improvement to Source::SpellCheckView::is_code_iter 8 years ago
eidheim be4c03817d Cleanup of Source::View::find_non_whitespace_code_iter_backward and Source::View::get_start_of_expression 8 years ago
eidheim bf984231d4 Formatted code with custom clang-format 8 years ago
eidheim 521e563997 Additional fixes of clang-tidy's performance warnings 8 years ago
eidheim 31b64848e3 Fixed most of clang-tidy's performance checks 8 years ago
eidheim 9ee77f9df1 Cleanup: added Source::BaseView class. Also fixed replace_text for older libgit2 versions. 8 years ago
eidheim 014b29db4b Fixed unused-lambda-capture warnings 8 years ago
eidheim 3647273e19 Fixes spellcheck error fault when ending a string with ' 9 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." 9 years ago
eidheim 88a446144c Fixed spellcheck error marking when writing for instance 'a' at the end of line comments 9 years ago
eidheim 55d056f16d Debug start/continue: implemented environment parsing on string set in Debug Set Run Arguments 9 years ago
eidheim d9ee4d97ce Cleanup: removed support for older libraries 9 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 10 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. 10 years ago
Ole Christian Eidheim 9a3da9043c Fixed crash when trying to scroll in an already closed SelectionDialog 10 years ago
eidheim f7f50a3685 Spellcheck errors are no longer removed if buffer starts with string or comment context 10 years ago
eidheim 56f81be543 Improved spellcheck when splitting words 10 years ago
eidheim 0adc92b072 Minor cleanup and fixes to spell checking and smart paste 10 years ago
eidheim 43eaad0578 Now adds semicolon after lambda unless the lambda is a parameter 10 years ago
eidheim c9f2aa0fd7 Added info messages when no action happens from menu items 10 years ago
eidheim 25544a1be5 Spellcheck cleanup and improvements 10 years ago
eidheim 0ecc3bed75 Fixed Source::SpellCheckView::is_code_iter for some languages 10 years ago
eidheim a4619cdb74 Minor cleanup and made insertion of ' and " more restrictive 10 years ago
eidheim bb0f873d01 Simplified and improved Source::SpellCheckView::is_code_iter 10 years ago
eidheim f656b76afe Smart indentation/brackets/insertions cleanup and improvements 10 years ago