summaryrefslogtreecommitdiff
path: root/Applications/TextEditor/TextEditorWidget.h
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-05TextEditor+EditingEngine: Add support for the basics of Vim emulationRok Povsic
2020-12-30TextEditor: Switch to using GUI::FontPicker for picking editor font :^)Andreas Kling
2020-12-30TextEditor: Show "Untitled" when there's no current document pathAndreas Kling
2020-12-21LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)Andreas Kling
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-08TextEditor: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-09-30HackStudio+TextEditor: Add the Shell syntax highlighterAnotherTest
2020-08-30TextEditor: Don't try to move(lambda)Ben Wiederhake
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-16TextEditor: Put fonts in exclusive action groupthankyouverycool
2020-07-06TextEditor: Use ArgsParser and allow the user to specify preview modeAnotherTest
2020-07-04TextEditor: Allow turning off the preview modeAndreas Kling
2020-06-26TextEditor: Add live preview for HTML documents :^)Andreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-01Applications: TextEditor INI file syntax highlighterHüseyin ASLITÜRK
2020-04-28TextEditor: Add live preview when editing markdown :^)Andreas Kling
2020-03-13TextEditor: Use Javascript syntax highlighterOriko
2020-03-11TextEditor: Add syntax toggle to View menuOriko
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-12TextEditor: Implement replacement functionality0xtechnobabble
2019-12-20TextEditor: Handle drop eventsAndreas Kling
2019-12-06TextEditor: `Fix bug when document is marked dirty on open.Sasan Hezarkhani
2019-11-30TextEditor: Focus the editor widget on startupAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-08-27TextEditor: Ask the user before closing a dirty (modified) documentAndreas Kling
2019-08-27TextEditor: Add a "document dirty" flag and show it in the window titleAndreas Kling
2019-08-25TextEditor: Add actions for find next/previous (Ctrl+G, Ctrl+Shift+G)Andreas Kling
2019-08-25TextEditor: Add a menu action for turning line-wrapping on/offAndreas Kling
2019-08-24TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.Andrew Weller
2019-08-22TextEditor: Search box should find on return, close itself on escapeAndreas Kling
2019-08-22TextEditor: Hide the search bar until the user asks for itAndreas Kling
2019-08-21TextEditor: Add a search bar that allows you to search for textAndreas Kling
2019-07-29TextEditor: Include extension during SaveAsrhin123
2019-07-26TextEditor: Fix nullptr refrence to save action & m_path (#364)Rhin
2019-07-24TextEditor: Add "Save as..." action.Andreas Kling
2019-07-15TextEditorWidget: Added improved save feature.rhin123
2019-07-11TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)Rhin