damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

Use gestures to enter ()s and []s #267

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:25

It would be pretty sweet if you could just draw an arc or bracket on the 
screen to insert ()s or []s. Another gesture for = would be great too. This 
would be helpful because the normal keyboard makes it hard to get to special 
symbols that are common in scripts.

Original issue reported on code.google.com by damonkoh...@gmail.com on 9 Mar 2010 at 10:26

Copied from original issue: damonkohler/android-scripting#219

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:25

More information on how to do this here: 
http://developer.android.com/resources/articles/gestures.html

Original comment by damonkoh...@gmail.com on 9 Mar 2010 at 10:37

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:25

This is actually a great idea. :) Can't wait...

Original comment by MeanEYE.rcf on 9 Mar 2010 at 10:47

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:25

Is it possible to add keywords from the current language/file to the 
autocomplete? So instead of suggesting words it can suggest names of variables 
and functions.

Original comment by hyperhac...@gmail.com on 6 Jul 2012 at 6:54