*Using more common hotkeys for jumping over words (ctrl + arrow key),…#642
Open
fodinabor wants to merge 3 commits intoivansafrin:masterfrom
Open
*Using more common hotkeys for jumping over words (ctrl + arrow key),…#642fodinabor wants to merge 3 commits intoivansafrin:masterfrom
fodinabor wants to merge 3 commits intoivansafrin:masterfrom
Conversation
added 2 commits
June 10, 2015 19:03
… indenting (multiple) lines ((shift +) tab). *Adding hotkey for comment / uncomment a section (ctrl + (shift +) k). *Adding "Auto-indentation" - it just adds as many tabs to the new line as the line before had. *Adding erase to String. *Adding count to String (you can count a char).
… is selected (Multiline still buggy.. not updating the show correctly..)
Contributor
Author
|
Well.. the multiline indentation is absolutely buggy.. the graphical update does not work ... help desired ;-) |
…texteditors. Moving commenting to the IDE's TextEditor and making it more general - can be used for several file types (atm. Lua and GLSL). Adding some extra functions to UITextInput.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
… indenting (multiple) lines ((shift +) tab). *Adding hotkey for comment / uncomment a section (ctrl + (shift +) k). *Adding "Auto-indentation" - it just adds as many tabs to the new line as the line before had. *Adding erase to String. *Adding count to String (you can count a char).
Fixing some of the wishes mentioned in #633