Arda Cinar
|
1ef410eb79
LibGUI: Handle utf-8 search strings in find
|
il y a 2 ans |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
il y a 2 ans |
Sam Atkins
|
a5ff6769f5
LibGUI: Make undo work for TextDocument ReplaceAllTextCommand
|
il y a 2 ans |
Snow
|
2f8c7b1b30
LibGUI: Add shortcut for inserting new line
|
il y a 2 ans |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
il y a 2 ans |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
il y a 2 ans |
Kyle Lanmon
|
ad250dd484
TextEditor: Add UndoCommands for commenting and uncommenting lines
|
il y a 2 ans |
Kyle Lanmon
|
9aa00a6d70
TextEditor: Add utility to keep a range of text within a line
|
il y a 2 ans |
Lucas CHOLLET
|
cf693136e2
LibGUI: Remove wrong casts in TextDocument.cpp
|
il y a 3 ans |
Lucas CHOLLET
|
d391f1fb2a
LibGUI: Add TextDocument::take_line(size_t line_index)
|
il y a 3 ans |
huttongrabiel
|
9369610bf4
LibGUI: Unindent selected text on shift+tab press
|
il y a 3 ans |
huttongrabiel
|
2fbaa7996c
LibGUI: Indent selected text on tab press
|
il y a 3 ans |
ForLoveOfCats
|
2adc5efe2b
LibGUI: Don't merge TextDocumentUndoCommand if too much time has elapsed
|
il y a 3 ans |
ForLoveOfCats
|
ee81c1b07a
LibGUI: Split InsertTextCommand undo/redo based on whitespace
|
il y a 3 ans |
SimonFJ20
|
399202f1d3
LibGUI: Make class final and seperate from GML Playground
|
il y a 3 ans |
SimonFJ20
|
50ca1b3d87
LibGUI+GMLPlayground: Reset cursor to end of text after replace
|
il y a 3 ans |
SimonFJ20
|
661e7d691e
LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommand
|
il y a 3 ans |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
il y a 3 ans |
Itamar
|
a12385dc4b
LibGUI: Add match_case parameter to TextDocument::find_all()
|
il y a 3 ans |
Itamar
|
ab0b4f46f7
LibGUI: Support multiple layers of TextDocument spans
|
il y a 3 ans |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
il y a 3 ans |
Mathieu PATUREL
|
9ec826144f
LibGUI: Don't skip non-skipable spans on ctrl+right
|
il y a 3 ans |
Mathieu PATUREL
|
c8addf1a5e
LibGUI: Consume initial spaces when going to next/prev word break
|
il y a 3 ans |
Sam Atkins
|
d95e50643e
LibGUI: Cast unused smart-pointer return values to void
|
il y a 3 ans |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
il y a 3 ans |
Ben Wiederhake
|
a8930997f0
LibGUI: Make Ctrl-Right at the end of a span work
|
il y a 3 ans |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
il y a 3 ans |
thankyouverycool
|
92fffc3abc
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
|
il y a 3 ans |
Brian Gianforcaro
|
8623cec0d7
LibGUI: Remove unused header includes
|
il y a 3 ans |
Vinicius
|
5e87c798d2
TextDocument: Fix indentation duplicating spaces
|
il y a 4 ans |