Andreas Kling
|
b5521e1b0d
GTextEditor: Add basic selection support.
|
il y a 6 ans |
Andreas Kling
|
27b0aab13e
GTextEditor: Unbreak forward merge with Delete.
|
il y a 6 ans |
Andreas Kling
|
9867fe1025
GTextEditor: Add a ruler column that always shows the line numbers.
|
il y a 6 ans |
Andreas Kling
|
f13c62f225
GTextEditor: Fix double effect of backspace/delete in some cases.
|
il y a 6 ans |
Andreas Kling
|
f8b72ab3ab
GTextEditor: Add basic PageUp/PageDown navigation support.
|
il y a 6 ans |
Andreas Kling
|
187d7cb400
GTextEditor: Add write_to_file(String path) :^)
|
il y a 6 ans |
Andreas Kling
|
a5bc20c733
GTextEditor: Support starting with an empty document.
|
il y a 6 ans |
Andreas Kling
|
43d56b6f3a
GTextEditor: Support splitting lines at the cursor with the Return key.
|
il y a 6 ans |
Andreas Kling
|
a64b71fb3d
GTextEditor: Support forward delete/merge with the Delete key.
|
il y a 6 ans |
Andreas Kling
|
38662f884d
GTextEditor: Merge with previous line if backspacing at column 0.
|
il y a 6 ans |
Andreas Kling
|
6094f592a9
GTextEditor: More work on basic line editing. Insert/remove characters.
|
il y a 6 ans |
Andreas Kling
|
8425ea971a
GTextEditor: Start working on editing, starting with inserting newlines.
|
il y a 6 ans |
Andreas Kling
|
b4df33e453
GTextEditor: Only paint lines inside the dirty rect.
|
il y a 6 ans |
Andreas Kling
|
ce35cddb1b
GTextEditor: Let's use a Vector for the line backing store.
|
il y a 6 ans |
Andreas Kling
|
a21ecd440a
GTextEditor: Allow moving the cursor by clicking.
|
il y a 6 ans |
Andreas Kling
|
9997992907
GTextEditor: Make the cursor invalidation work with the padding().
|
il y a 6 ans |
Andreas Kling
|
60c1ab5fbe
GTextEditor: Scroll the cursor into view before updating it.
|
il y a 6 ans |
Andreas Kling
|
9591acc212
GTextEditor: Remove some debug spam.
|
il y a 6 ans |
Andreas Kling
|
77198ef735
GTextEditor: Simplify update_cursor().
|
il y a 6 ans |
Andreas Kling
|
6a6bcc5daf
GTextEditor: Add Home/End and Ctrl+Home/Ctrl+End navigation shortcuts.
|
il y a 6 ans |
Andreas Kling
|
1ac71d1fb1
GTextEditor: Improvements to cursor rendering.
|
il y a 6 ans |
Andreas Kling
|
dff57909a7
GTextEditor: Only draw the cursor line background shade when focused.
|
il y a 6 ans |
Andreas Kling
|
6db132069f
GTextEditor: Draw the cursor line in a slightly darker shade.
|
il y a 6 ans |
Andreas Kling
|
1f92636c6d
GTextEditor: Make the cursor blink while the editor is focused.
|
il y a 6 ans |
Andreas Kling
|
ca65ca2f2d
TextEditor: Show the current cursor position in the statusbar.
|
il y a 6 ans |
Andreas Kling
|
9158de6c41
Begin working on a graphical TextEditor.
|
il y a 6 ans |