Andreas Kling
|
841f1276e6
TextEditor: Use GAboutDialog :^)
|
5 yıl önce |
Andreas Kling
|
cfe09784a4
TextEditor: Clear the dirty flag in newly opened documents
|
5 yıl önce |
Andreas Kling
|
72950f93a3
TextEditor: Move the Font menu inside the View menu
|
5 yıl önce |
Andreas Kling
|
b1763238d7
TextEditor: Ask the user before closing a dirty (modified) document
|
5 yıl önce |
Andreas Kling
|
ecbedda34c
TextEditor: Add a "document dirty" flag and show it in the window title
|
5 yıl önce |
Andreas Kling
|
07933d0b46
TextEditor: Let's enable line wrapping by default
|
5 yıl önce |
Andreas Kling
|
b6de723eb3
TextEditor: Move line wrapping setting to a new "View" menu
|
5 yıl önce |
Andreas Kling
|
cef2c04952
TextEditor: Move all "File" menu entries into the app menu instead
|
5 yıl önce |
Andreas Kling
|
d5f3487203
TextEditor: Select everything in the find textbox when pressing Ctrl+F
|
5 yıl önce |
Andreas Kling
|
e8e8741c88
LibGUI+TextEditor: Make GButton activate its action if present
|
5 yıl önce |
Andreas Kling
|
ded005500d
TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)
|
5 yıl önce |
Andreas Kling
|
d88c40568f
TextEditor: Add search-related actions to the text editor context menu
|
5 yıl önce |
Andreas Kling
|
97a695403b
TextEditor: Add a menu action for turning line-wrapping on/off
|
5 yıl önce |
Andrew Weller
|
e75e33eb46
TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.
|
5 yıl önce |
Andreas Kling
|
b1bc7a1b5d
TextEditor: Don't try to load contents of files we didn't even open
|
5 yıl önce |
Andreas Kling
|
d56786ccd8
TextEditor: Avoid an unnecessary whole-file copy when opening something
|
5 yıl önce |
Andreas Kling
|
fae379b1f0
TextEditor: Search box should find on return, close itself on escape
|
5 yıl önce |
Andreas Kling
|
96c5c9ce12
TextEditor: Hide the search bar until the user asks for it
|
5 yıl önce |
Andreas Kling
|
bb74832dd6
TextEditor: Add a search bar that allows you to search for text
|
5 yıl önce |
rhin123
|
a175e76948
TextEditor: Include extension during SaveAs
|
6 yıl önce |
Andreas Kling
|
b98c77229d
TextEditor: Let's have line numbers starting at 1.
|
6 yıl önce |
Andreas Kling
|
eda272eec8
TextEditor: Add back lost "Save as..." action.
|
6 yıl önce |
Rhin
|
d6cd98cfa1
TextEditor: Fix nullptr refrence to save action & m_path (#364)
|
6 yıl önce |
Andreas Kling
|
442256b5f8
TextEditor: Add "Save as..." action.
|
6 yıl önce |
Andreas Kling
|
a17fbd98e7
LibGUI: Add input types to GMessageBox.
|
6 yıl önce |
rhin123
|
1f77fbb75c
TextEditorWidget: Stop dbgprintf from printing null
|
6 yıl önce |
rhin123
|
82d9410226
TextEditorWidget: Added improved save feature.
|
6 yıl önce |
Andreas Kling
|
d0a2668833
TextEditor: Fix build (copy_ref() in outdated PR changes.)
|
6 yıl önce |
Rhin
|
d7b836858e
TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
|
6 yıl önce |