add emacs addon for java development which is JDEE
http://sourceforge.net/projects/jdee/ Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
This commit is contained in:
5
doit.sh
5
doit.sh
@@ -213,7 +213,7 @@ action=initial
|
||||
|
||||
while [[ $action != quit ]]
|
||||
do
|
||||
action=$($DIALOG --menu "Ultra Light IDE" 20 80 12 readme "Read me" clean "Clean All" ant "Ant build" run "Run it" list_labs "Show Labyrinth with blender" test "Test it" code "Code" codebg "Code in background" deb "Debian package" properties "Edit Properties" create "Create a new class" quit "Quit" 3>&1 1>&2 2>&3)
|
||||
action=$($DIALOG --menu "Ultra Light IDE" 20 80 12 readme "Read me" clean "Clean All" ant "Ant build" run "Run it" list_labs "Show Labyrinth with blender" test "Test it" code "Code" codebg "Code in background" deb "Debian package" properties "Edit Properties" create "Create a new class" emacsdevenv "Setup Emacs java bindings JDEE" quit "Quit" 3>&1 1>&2 2>&3)
|
||||
|
||||
if [[ $action == run ]]
|
||||
then
|
||||
@@ -263,5 +263,8 @@ do
|
||||
elif [[ $action == list_labs ]]
|
||||
then
|
||||
list_labs ./lab
|
||||
elif [[ $action == emacsdevenv ]]
|
||||
then
|
||||
make $action
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user