Mercurial Hosting > editor
comparison dev.sh @ 52:3f4c3722b78b
.luan_editor dir
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 May 2025 16:25:55 -0600 |
parents | ca5ae0a36db7 |
children | d5681da8ece8 |
comparison
equal
deleted
inserted
replaced
51:32631fdbbdf1 | 52:3f4c3722b78b |
---|---|
6 export DICTIONARIES=$EDITOR_HOME/dictionaries/ | 6 export DICTIONARIES=$EDITOR_HOME/dictionaries/ |
7 | 7 |
8 . luan string: | 8 . luan string: |
9 CLASSPATH=$CLASSPATH:$EDITOR_HOME/lib/jortho.jar:$EDITOR_HOME/src | 9 CLASSPATH=$CLASSPATH:$EDITOR_HOME/lib/jortho.jar:$EDITOR_HOME/src |
10 | 10 |
11 mkdir -p ~/.luan_editor | |
12 | |
11 java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan classpath:luan_editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' | tee err | 13 java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan classpath:luan_editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' | tee err |