From 75937ca3899a4a86ee0692bbf1ef33bb4a2db746 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 21 Aug 2013 18:23:14 +0200 Subject: [PATCH] xml filename in the quick editor region is now a link to jtageditor.pl that directly edits this file --- tools/jtageditor.pl | 7 +++++-- tools/testgui.pl | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 14cf001..db625f0 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -6,8 +6,6 @@ print "Content-type: text/html\n\n"; # --- critical --- -# make jtageditor callable with config file name as CGI -# argument, so editor opens specified config file # what happens when files are not writable? @@ -29,6 +27,11 @@ print "Content-type: text/html\n\n"; # DONE + + +# make jtageditor callable with config file name as CGI +# argument, so editor opens specified config file + # be able to accept long hex strings # outsource print_registers and print_fields to xmlOperations diff --git a/tools/testgui.pl b/tools/testgui.pl index 0da6652..38d0004 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -302,7 +302,7 @@ sub print_quickEditArea { parseConfigAndSpec($argumentConfigFile); integrateAncestry(); print "
quick editor
"; - print "
".getConfigFileName()."
"; + print "
".getConfigFileName()."
"; setEditorRefreshCommand("reloadQuickEditArea(\"".getConfigFileName()."\",\"$quickEditAreaId\")"); print_registers(getConfigFile()); -- 2.43.0