Skip to content
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

*Using more common hotkeys for jumping over words (ctrl + arrow key),… #642

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2015

  1. *Using more common hotkeys for jumping over words (ctrl + arrow key),…

    … 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).
    Joachim Meyer committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    537cbaa View commit details
    Browse the repository at this point in the history
  2. *Fixing to make a tab inline directly where the caret is when nothing…

    … is selected (Multiline still buggy.. not updating the show correctly..)
    Joachim Meyer committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    c9994f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Using old hotkeys on Mac, on other OSs use the more common for their …

    …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.
    Joachim Meyer committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    657ca86 View commit details
    Browse the repository at this point in the history