-
-
Notifications
You must be signed in to change notification settings - Fork 610
Add new line support for multi-line input box (follow up PR) #1309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7fcc94c
Add input multi-line support
WizardOhio24 a7d5008
Change commit key to alt c and newline to enter
WizardOhio24 e9f0b4d
commit via ctrl+o
18cbe48
Fix build use EventState
WizardOhio24 b1d19ce
Fix build
WizardOhio24 e764905
Add scrolling behaviour
WizardOhio24 ce8f315
Add scrollbar
WizardOhio24 bc664b5
Fix clippy errors
WizardOhio24 7a4cddf
Try to fix scrolling
WizardOhio24 5b8d7f2
Fix scrolling behaviour on incriment and decrement cursor
WizardOhio24 46b027a
Fix scrollbar scrolling
WizardOhio24 5628139
Fix up and down arrow scrolling
WizardOhio24 8b0526f
Fix clippy and remove unused variable
WizardOhio24 b552477
Remove unessessary comments
WizardOhio24 13bc8fb
Fix intersperse clippy error
WizardOhio24 e7a307f
Textbox resize to number of lines
WizardOhio24 96b6f21
Show scrollbar only if text area larger than frame
WizardOhio24 2e5ed68
Scroll up when backspace over newline char
WizardOhio24 c55fdc5
Remove else if input event consumed
WizardOhio24 9c681ee
Make command for newline only show on multiline textboxes
WizardOhio24 0410e3a
Add some comments and seperation between single and multiline
WizardOhio24 94da93e
Fix build
WizardOhio24 2dbfaa7
Fix clippy error
WizardOhio24 0f851d7
Change ends in nl to add a span
WizardOhio24 d7cc3fa
Fix moving down a line
WizardOhio24 83563a1
Some fixes
WizardOhio24 8147b5f
fixed bugs in multi line pr
guzzit 4795b43
resolved conflicts
guzzit 1c179b7
resolved conflicts
guzzit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not forget to add yourself here