Andreas Kling
|
187d7cb400
|
GTextEditor: Add write_to_file(String path) :^)
|
2019-03-07 17:06:11 +01:00 |
|
Andreas Kling
|
3ee0e82206
|
FileManager: Open non-executable files in TextEditor by default.
|
2019-03-07 14:43:12 +01:00 |
|
Andreas Kling
|
1ac71d1fb1
|
GTextEditor: Improvements to cursor rendering.
The view now scrolls along with you as you move the cursor around.
|
2019-03-07 13:13:25 +01:00 |
|
Andreas Kling
|
be0ac86b63
|
TextEditor: Add New/Open/Save actions.
They aren't hooked up to anything, I just felt like making some icons. ;^)
|
2019-03-07 01:46:37 +01:00 |
|
Andreas Kling
|
c3bb84239e
|
TextEditor: Show the open filename in the window title.
|
2019-03-07 01:08:07 +01:00 |
|
Andreas Kling
|
ca65ca2f2d
|
TextEditor: Show the current cursor position in the statusbar.
|
2019-03-07 00:46:29 +01:00 |
|
Andreas Kling
|
9158de6c41
|
Begin working on a graphical TextEditor.
It's gonna be a wrapper around a new GTextEditor widget so I can easily
reuse the functionality anywhere I need it. :^)
|
2019-03-07 00:31:06 +01:00 |
|