sinkuri256 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Editor: Built-in and External #477

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Items 211, 250, and 258 are related. I support the request to make line wrap 
optional.

The other features are also nice but I suggest that the built-in editor be kept 
minimal. Instead of bloating the built-in editor, create an optional external 
editor which can be selected as a setting. Some benefits are:

  - Editor changes don't require an SL4A revision/update.

  - The user can, if enabled, select an editor other than the built-in and other than the add-on, or use only the built-in to conserve memory.

  - The SL4A project work can be more easily distributed.

Frank Westlake

Original issue reported on code.google.com by frank.we...@gmail.com on 13 Nov 2010 at 2:10

GoogleCodeExporter commented 9 years ago
A programable editor is too much to ask for but if it can be done, how about a 
single menu item which can be user configured to run a script? The result would 
be that while I am editing a script I can hit the menu to run a menu script I 
write. Of the many choices on this menu there might be one which reads the 
clipboard, converts to lowercase, and writes it back to the clipboard. Another 
choice might select a file and copy the path into the clipboard.

Frank

Original comment by frank.we...@gmail.com on 29 Nov 2010 at 3:40

GoogleCodeExporter commented 9 years ago
External editor available as of sl4a_r5x

Original comment by rjmatthews62 on 20 Aug 2011 at 11:35