# --- critical ---
-# make jtageditor callable with config file name as CGI
-# argument, so editor opens specified config file
# what happens when files are not writable?
# 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
parseConfigAndSpec($argumentConfigFile);
integrateAncestry();
print "<div class='header'>quick editor</div>";
- print "<div align=center>".getConfigFileName()."</div>";
+ print "<div align=center><a title='open config file with the full featured JTAG editor' href='jtageditor.pl?edit=".getConfigFileName()."'>".getConfigFileName()."</a></div>";
setEditorRefreshCommand("reloadQuickEditArea(\"".getConfigFileName()."\",\"$quickEditAreaId\")");
print_registers(getConfigFile());