51 Commits (fccfd3477193493fad07b7fa195a5367e6d9f1db)

Author SHA1 Message Date
eidheim 2b7fc1e7d6 Slight improvement to paste indentation for Python buffers 2 years ago
eidheim c2d31f20ff Fixed autocomplete on for instance '.' after newline 3 years ago
eidheim e2201df1f7 Replaced unnecessary use of get_source_buffer() with get_buffer() 3 years ago
eidheim d11946c75c No longer copies indentation when copying within one line 3 years ago
eidheim e40ae4bfef Removed python specific paste() code 3 years ago
eidheim 50291c2fbe Slight cleanup of copy and cut text 3 years ago
eidheim c6d6cfec43 Improved paste indentation by coping or cutting with starting indentation if possible 3 years ago
Jørgen Sverre Lien Sellæg e81b8f78b4 use space before comment 4 years ago
doe300 a07a4605ca Add support for Groovy language and Jenkins files 4 years ago
eidheim 56a655f096 Changed preference item source.cleanup_whitespace_characters into two seperate items: add_missing_newline_at_end_of_file_on_save and remove_trailing_whitespace_characters_on_save 4 years ago
eidheim 0a3102f13e Language client: added pyright workarounds 4 years ago
eidheim d66c8e16d6 No longer move cursor up/down paragraph when using control+alt+up/down 4 years ago
eidheim 80cb893f0f Further cleanup of is_token_char 4 years ago
eidheim c7340b709d Added JSON::write_json, and some various cleanup 5 years ago
eidheim c89238b9e5 Improvements to indentaion detection 5 years ago
eidheim bfff0bba2b Tab width set to 4 in terminal as well 5 years ago
eidheim e63b4e974d Cleanup of source language checks 5 years ago
eidheim c6bf84bd90 Cleanup of on_motion_notify_event 5 years ago
eidheim 68fe6bab1a Added compile and run support for Julia 5 years ago
eidheim 9c8f105780 Added support for Go projects 5 years ago
eidheim 50299e7b08 Renamed SearchView to CommonView 5 years ago
eidheim 51c619f4bd Copying from diff buffer now omits + or - at start of lines 5 years ago
eidheim 9579c16193 Added menu item File, New Project, Rust 5 years ago
eidheim 60e6730b78 Improved support for non-ascii symbol names 5 years ago
Jørgen Lien Sellæg a89a965a80 add support for glsl shaders closes #439 5 years ago
eidheim 3c726f52da Formatting cleanup 5 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 5 years ago
eidheim 64b67eedde Can now paste in terminal 5 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 5 years ago
eidheim 28fc254cb7 Cleanup of event naming 5 years ago
eidheim cf8f050e90 Terminal: now only scrolls to end of new text when scrollbar is at bottom 5 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago
eidheim 76b9a049df Improved left/right arrow keys when using multiple cursors, and correctly clear snippet cursors when (main) cursor is moved manually 6 years ago
eidheim 1c48dba45e Improved multiple cursor placement after left/right keys 6 years ago
eidheim 65deb655b9 Cleanup of mark creation, and added a combined snippet & multiple cursor test 6 years ago
eidheim beb9596db2 Cleanup of SourceBase::SnippetParameter class 6 years ago
eidheim 7aa3f3f323 Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter 6 years ago
eidheim 816418db40 Improved multiple cursor placements after undo or redo 6 years ago
eidheim e1aae1cee3 Multiple cursor cleanup and improvement 6 years ago
eidheim d88c40fdcf Slightly improved snippet cursor behaviour, and multiple snippet parameter selections are now shown 6 years ago
eidheim 739a4081b2 Fixed control-left/right on MacOS 6 years ago
eidheim b2c4056be8 Made use of boost::optional, and some other cleanup 6 years ago
eidheim 7c021dc50d Fixed snippet bug that caused the backspace key not to work as expected 6 years ago
eidheim ce78787697 Moved on_key_press_event_extra_cursors to source_base 6 years ago
eidheim c65261d5ff Cleanup of cursor history 6 years ago
eidheim eacd326581 Further snippet improvements 6 years ago
eidheim 7e17bb6f23 Improved snippet support 6 years ago
eidheim f3a9d83037 Fixed snippet argument offsets 6 years ago
eidheim c342f0c3bc Always clear snippet arguments when insert mark is set 6 years ago
eidheim 60195fa0ec Added and made use of string functions starts_with and ends_with, and minor cleanup for selection window code 6 years ago