Ivan Safrin
|
abc4a4dbab
Basic undo/redo beginnings in screen editor (transforms and deletion only for now). Fixed multiline text input not scrolling properly after latest text input fixes.
|
преди 12 години |
cib
|
22dc4607a8
A few fixes to text input single line scrolling.
|
преди 12 години |
cib
|
514cf477c3
Deleting in TextInput now makes sure there's at least one character visible on the left.
|
преди 12 години |
cib
|
25ea7028cd
Added horizontal scroll to single line TextInput
|
преди 12 години |
cib
|
b5fa6690b7
Fixed scissors for single line text input.
|
преди 12 години |
cib
|
17c51168dd
Started work on fix for #238
|
преди 12 години |
Ivan Safrin
|
b5f25b409e
Merge pull request #253 from TheCosmotect/indent-2
|
преди 12 години |
Ivan Safrin
|
9cf2267461
Merge pull request #244 from TheCosmotect/copycut
|
преди 12 години |
Ivan Safrin
|
6b50498a75
Merge pull request #248 from TheCosmotect/left-select-fix
|
преди 12 години |
Ivan Safrin
|
b173ad82b8
Merge pull request #251 from CIB/cleanup
|
преди 12 години |
Ethan M
|
2effa2380f
Added UITextInput::shiftText(), which allows blocks of text to be shifted left and right
|
преди 12 години |
cib
|
b3dd313226
Optimized PolyUITextInput::insertLine
|
преди 12 години |
Ethan M
|
08a4605749
switched to max() to make sure colEnd arg >= 0 (instead of if testing)
|
преди 12 години |
Ethan M
|
b5dec1c4ca
Fixed a crash that happened when attempting to select text with left key + shift
|
преди 12 години |
Ivan Safrin
|
59f6ddce52
Fixed caret not updating when skipping right in the text editor
|
преди 12 години |
Ethan M
|
428490c1c9
Added ability to cut and copy the current line in UITextInput without selecting
|
преди 12 години |
Ivan Safrin
|
333f8ce394
Fixed lowercase multiline. Test your changes, CIB :)
|
преди 13 години |
Ivan Safrin
|
5b69bc5519
Merge pull request #225 from bigjko/scrollfix_2
|
преди 13 години |
cib
|
0a828de082
Fix issue #226
|
преди 13 години |
Jon Kristinsson
|
a8614c0c93
Scroll when caret goes out of view using Backspace
|
преди 13 години |
Ivan Safrin
|
0f23fbeb40
Merge pull request #224 from bigjko/scrollfixes
|
преди 13 години |
Jon Kristinsson
|
7e60bde8a8
Caret scroll fix for Return key
|
преди 13 години |
Ivan Safrin
|
5df45172b7
Merge pull request #223 from bigjko/scrollfixes
|
преди 13 години |
Ivan Safrin
|
d4b5e74828
Merge pull request #221 from CIB/left-right-change-line
|
преди 13 години |
Jon Kristinsson
|
5452275b01
Caret scrolls when out of view
|
преди 13 години |
cib
|
2df6aeed02
UITextInput now can move over a line with left/right.
|
преди 13 години |
Ivan Safrin
|
5e02a65ab5
UI Module classes will not delete children if ownsChildren is set to true, added setOwnsChildrenRecursive method to Entity, cleanup when closing screen editor, font editor and image editors in the IDE, fixed some memory leaks
|
преди 13 години |
cib
|
e54e2df5b3
You can now undo typed words in TextInput
|
преди 13 години |
cib
|
7e790bffb8
Fixes UITextInput::getSelectionText()
|
преди 13 години |
Ivan Safrin
|
fcaa4baef6
IDE now displays saved/unsaved status of files, will prompt to save all on run, UIButton will now dispatch click event on Enter press, IDE text editor sets saved/unsaved flag
|
преди 13 години |