aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-18 10:49:41 +1000
committerDavid Walter Seikel2014-05-18 10:49:41 +1000
commit3a25eea0038bd481f9ca66c51205163c586c1735 (patch)
treea68bcef7e5e55da799bedc093b20c854b75f80d7 /docs
parentBig llDialog() TODO--, and embedded Lua in LSL TODO++. (diff)
downloadSledjHamr-3a25eea0038bd481f9ca66c51205163c586c1735.zip
SledjHamr-3a25eea0038bd481f9ca66c51205163c586c1735.tar.gz
SledjHamr-3a25eea0038bd481f9ca66c51205163c586c1735.tar.bz2
SledjHamr-3a25eea0038bd481f9ca66c51205163c586c1735.tar.xz
Neat script editor idea.
Diffstat (limited to 'docs')
-rw-r--r--docs/ClientHamr/ScriptEditor.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/ClientHamr/ScriptEditor.txt b/docs/ClientHamr/ScriptEditor.txt
new file mode 100644
index 0000000..357793a
--- /dev/null
+++ b/docs/ClientHamr/ScriptEditor.txt
@@ -0,0 +1,26 @@
1One idea I had, though this will only work if the stars align, is to use
2my toybox editor to edit scripts. This saves effort, and results in a
3more user friendly editor, since people can pick their preferred editor
4style.
5
6The theory is that I'm writing a generic editor for toybox, and it needs
7to A) emulate a few popular historic editors like vi, emacs, nano, and
8mcedit. B) gradually morph into a half decent source code editor.
9Since I basically would have to do B) for extantz anyway, might as well
10just write it once and use it twice.
11
12As a bonus you get a shell in world, with toybox commands, and could
13also run a Lua interpreter in it.
14
15Aligning stars might mean something like this -
16
17Rasters terminology is available as a widget that edje can swallow.
18
19An edje swallowed terminology can run a given command, then go away once
20the command finishes. Naturally that command could be "vi script.lsl",
21"lua", or even "toybox sh".
22
23Toybox and terminology works under cygwin and Mac OS X.
24
25Rob pulls his finger out and starts putting my editting stuff in toybox
26so I can progress with this.