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

dialogCreateMultiInput #186

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

A multiple input box dialog.

Sometimes it is very useful when inputing multiple items to move, copy, paste, 
and etc between multiple entries -- to build the strings simultaneously before 
entry. One example is search and replace strings. When constructing the 
replacement string I often see that I need to adjust the search string and 
vicaversa. My current solution is to make two lines in a dialogCreateInput 
input box but this is confusing and error prone.

Frank

Original issue reported on code.google.com by frank.we...@gmail.com on 10 Dec 2010 at 4:39

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