From 2f26ed7c095169890088228fb14cb98c18234ad6 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 31 Jul 2013 18:17:41 +0200 Subject: [PATCH] rearrangend some functions in jtageditor.pl, outsourced the common xml operation javascript routines to xmlOperations.js --- tools/jtageditor.pl | 64 ++++++++++++++++++++++++------------------ tools/xmlOperations.js | 54 +++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 27 deletions(-) create mode 100644 tools/xmlOperations.js diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 5c1a37f..fb0fe16 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -223,7 +223,7 @@ sub print_fileSelection { print ""; print -""; +""; print "

"; @@ -239,7 +239,7 @@ sub print_fileSelection { print_specSelector(); print ""; print -""; +""; print ""; print "

"; @@ -298,13 +298,13 @@ EOF if ( $xmlfile eq $configFile ) { # we are printing the Specifications Tree print < X  + X  EOF } if ( $xmlfile eq $specFile ) { # we are printing the Settings Tree print < →  + →  EOF } @@ -390,7 +390,7 @@ EOF else { print < - + EOF @@ -399,7 +399,7 @@ EOF print ''; if ( $xmlfile eq $specFile ) { # we are printing the Specifications tree print < →  + →  EOF } if ( $xmlfile eq $configFile ) { # we are printing the Settings Tree @@ -407,7 +407,7 @@ EOF if ( $isHeritageFrom eq "" ) { # these are actual settings, not inherited! print < X  + X  EOF } else { @@ -458,7 +458,7 @@ sub print_ancestorInfo { . getFileLevel($ancestor) . "\",this.checked)'>"; if ( getFileLevel($ancestor) eq "1" ) { print < X  + X  EOF } @@ -468,7 +468,7 @@ EOF else { # print an ancestor selector! print "include settings from:
"; print_fileSelector( "", "ancestorSelector", - "changeAncestor(this.options[this.selectedIndex].text)" ); + "changeAncestor(selectedConfigFile(),this.options[this.selectedIndex].text);reloadSetTree()" ); } @@ -491,7 +491,7 @@ EOF printJavaScripts(); print < - +

JTAG Configuration File Editor

debug text @@ -579,21 +579,10 @@ sub printJavaScripts { ####### javascript function land ################ print <