1907 Commits (d9ee4d97ced5ca50aab8d877062fa0503c7164d1)
 

Author SHA1 Message Date
eidheim 56f81be543 Improved spellcheck when splitting words 9 years ago
d3rrial 14f6e338e0 Added reload functionality by re-writing the textbuffer 9 years ago
eidheim 9e28231191 Temporarily disable error on warnings in CI's due to debian testing's gtksourceviewmm3 is not yet updated to correspond to the new gtksourceview3 package 9 years ago
eidheim bc05dbfff8 Fixes pragma once warning in header files mentioned in #290 9 years ago
eidheim e46470def3 File info in status bar is now also an overlay, and the window will then not resize on slightly large path names. 9 years ago
eidheim 7dfe7f9cdf Added extra smart inserts on selected text for markdown 9 years ago
eidheim e9442ffec6 Minor fix to Go to Next Diff 9 years ago
eidheim 4f76f78224 Fixed Save As on OS X 9 years ago
eidheim 0adc92b072 Minor cleanup and fixes to spell checking and smart paste 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 319283bc6f Improved checking for file changes outside of juCi++ 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
eidheim 6a691543ab Debug stop is now visible even if the line is a breakpoint 9 years ago
eidheim 43eaad0578 Now adds semicolon after lambda unless the lambda is a parameter 9 years ago
eidheim 16eb16b273 Now updates directory view text color when theme is changed outside of juCi++ 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 ba934083aa Smart paste now also works on selected text 9 years ago
eidheim ab82cbe19b Minor fixes to key_press_events 9 years ago
eidheim c9f2aa0fd7 Added info messages when no action happens from menu items 9 years ago
eidheim b54774748b Cleanup of menu item activations 9 years ago
eidheim de879bc12d Added keypad keys home, end, up, down, left, right to key check expressions 9 years ago
eidheim 780fe03dd0 Now uses grip when choosing Compile and run on a markdown file 9 years ago
eidheim 25544a1be5 Spellcheck cleanup and improvements 9 years ago
d3rrial 2fbf2753d8 removed the std::cout<< path debug line 9 years ago
d3rrial a1a0d9270f added rudimentary file_reload to menu 9 years ago
eidheim 2bf54e0133 Now performs smart insertions on selected text 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 da9f001b8f Added smart_insertions 9 years ago
eidheim 2150557600 Added preference item: smart_brackets 9 years ago
eidheim 0d5f6f4bc0 Smart brackets: added exception where a single ' did not count as a comment character 9 years ago
eidheim ab2f699bf1 Added move on '>' and '(' in '>(' when filling out template and function arguments of autocompleted templated functions. Also selects the text in the function arguments after pressing '('. 9 years ago
eidheim 92f93c9c32 Indentation cleanup and improvements 9 years ago
eidheim 2379bcade5 Minor: fixed tab size that in a few files would be set to 0, and removed begin/end_user_action from control-up/down 9 years ago
eidheim bb8109b7c4 Fixes #281: )-key moves cursor forward instead of inserting ) when appropriate 9 years ago
Jørgen Lien Sellæg dfeaebea60 cleanup: replace some relative paths with absolutes 9 years ago
Jørgen Lien Sellæg 9cae05b81e cleanup: make global includes global 9 years ago
eidheim e5a4dca496 Improved behaviour on control-up/down: move up/down paragraphs, similar to control-left/right 9 years ago
eidheim 28eaf0652e Completed toggle breakpoint on click 9 years ago
eidheim 74175f50bd Merge branch 'breakpoint_onclick_squashed' of https://github.com/d3rrial/jucipp 9 years ago
d3rrial 546fda82c0 readded mistakenly removed whitespace 9 years ago
d3rrial 37772e247b Added rudimentary breakpoint on click functionality 9 years ago
eidheim a0d91569fc Revert "Fixed position of text after { when pressing Enter after {" due to complexity 9 years ago
d3rrial 55fb517b94 updated all occurences of GDK_KEY_Return 9 years ago
d3rrial d8d08becdc fixed numpad return not applying indents 9 years ago
eidheim fdddef3314 Completed Recreate (Clean) Build in Project menu 9 years ago
d3rrial 0cfa6b8b84 Implemented menu item to clean build directory 9 years ago
d3rrial 0be32747b4 Revert "Introduced a method to clean build directory" 9 years ago