97 Commits (30cdbbf170c0d91859592ff3d6458107a96e3f90)

Author SHA1 Message Date
doe300 30cdbbf170 Add detection of .mm files as Objective-C 4 months ago
eidheim 659dc0d49a Improved extend selection for latex 7 months ago
eidheim 1f94ae9a80 Added comment char for prolog 9 months ago
eidheim 617e5d96cb Minor improvement to space drawing code 1 year ago
eidheim 3be4752a64 Fixed space drawing 1 year ago
eidheim 261660c715 Added support for new space drawer in gtksourceview 1 year ago
eidheim efc98b5b13 Space between lines cleanup 1 year ago
eidheim 0889806b52 Removed use of deprecated boost::property_tree::get_child 2 years ago
eidheim 284cc068ff No longer considers keys pressed with control/command active as keyvals 2 years ago
eidheim dd2f762924 Added support for prettier version 3 2 years ago
eidheim 85405c36bc Cleanup of Source::guess_language 3 years ago
doe300 4307048ed8 Implemented removal of .bak .in file extensions for language detection 3 years ago
doe300 c021fad812 Added detection of XML-derived file types by peeking the file contents 3 years ago
eidheim c2b824e51e Force newline at end of file on prettier style format 3 years ago
eidheim e566cb8487 Temporary solution to enable prettier plugins: add a file, for instance .prettier-sql, to enable prettier for sql files in that directory and its subdirectories 3 years ago
eidheim 6def62ad21 Added line comment for markdown 3 years ago
doe300 69a30f271d Flatpak, use host system headers and run external programs outside of sandbox 3 years ago
Jørgen Lien Sellæg 24ff43d654 add svelte files 4 years ago
eidheim a8021a1865 Minor cleanup of Source::guess_language 4 years ago
doe300 a07a4605ca Add support for Groovy language and Jenkins files 4 years ago
eidheim 686649e67d Dollar sign now adds dollar signs around selected text in latex buffers 4 years ago
eidheim 485a7f5eb2 Fixed latexindent selection formatting 4 years ago
eidheim d3d54b48b6 Added -m switch to latexindent 4 years ago
eidheim fedb5c2c96 Added support for latexindent 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 cf695def6a Added yapf style format for python files when not using language server or when language server does not support style formatting, and no longer use ranged formatting on save 4 years ago
eidheim 53809dc93e Two or more menu actions can now have the same keybinding 4 years ago
eidheim 5332fa624f Fixed indentation on enter after for instance {\n 1,\n 2,\n} 4 years ago
eidheim 91c1d2716d Cleanup of Source::BaseView::is_token_char 4 years ago
eidheim 1f5973b5ff No longer shows prettier missing message in terminal when opening for instance preferences 4 years ago
eidheim 9fe68e4891 Improvement of error message when background prettier process exits prematurely 4 years ago
eidheim 6a5b74b87b Added error message if background prettier process exited prematurely 4 years ago
eidheim aa44fc0a50 Reset stdout_buffer and related variables if prettier background process has to be recreated due to failure 4 years ago
eidheim 5adfeaa1c1 Use stringstream reconstruction instead of using clear() 4 years ago
eidheim 257668730c Improvement to prettier library output parsing 4 years ago
eidheim d5eabfd4e7 Made use of prettier library when possible to speed up prettier formatting 4 years ago
eidheim 40905d54ed Made similar symbol tags more visibile when using dark themes 4 years ago
eidheim 0cefe148fa Made use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree 4 years ago
eidheim 32b6436fe8 Minor cleanup of show_or_hide() 5 years ago
eidheim 6d46110907 Added support for Julia's end keywork in show_or_hide() 5 years ago
eidheim e6069f00bc Minor improvement to extend_selection(), and correction of cursor movement on functions with no arguments 5 years ago
eidheim 31d86b22ba Minor cleanup of extend_selection() 5 years ago
eidheim 34eadaa2e4 Minor improvement to extend selection for non-bracket languages 5 years ago
eidheim 9a67a7557e Improved extend selection for non-bracket languages like Python and Julia 5 years ago
eidheim e63b4e974d Cleanup of source language checks 5 years ago
eidheim 20a046db69 Cleanup of autocompletion run 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 de43494f25 MacOS: fixed selection marks when selecting text through mouse drag 5 years ago
eidheim a0dfe0a055 Cleanup of extend_selection() 5 years ago