A want to make a macro which will put a link on all expression "fig./figure xyz", the link will be like:
"<xref ref-type="figure" ref-id="fig0002">fig. 2</xref>"/"<xref ref-type="figure" ref-id="fig0025">Figure 25</xref>"
The id will be always a four digit number, i.e. the links for figure 1 , 10, 100 will be ref-id="fig0001", ref-id="fig0010" ref-id="fig0100" respectively
Sample:
After macro sample:
"<xref ref-type="figure" ref-id="fig0002">fig. 2</xref>"/"<xref ref-type="figure" ref-id="fig0025">Figure 25</xref>"
The id will be always a four digit number, i.e. the links for figure 1 , 10, 100 will be ref-id="fig0001", ref-id="fig0010" ref-id="fig0100" respectively
Sample:
Code: Select all
If a file with file extension .js is active in UltraEdit, the menu in fig. 5 Scripting contains the menu item figure 12 Run Active Script. If the active *.js file is really an UltraEdit script not designed for running on active file, Figure 113 this command can be used to run the UltraEdit script. But most scripts are designed to run on active file and require therefore a different method for execution.
Code: Select all
If a file with file extension .js is active in UltraEdit, the menu in <xref ref-type="figure" ref-id="fig0005">fig. 5</xref> Scripting contains the menu item <xref ref-type="figure" ref-id="fig0012">figure 12</xref> Run Active Script. If the active *.js file is really an UltraEdit script not designed for running on active file, <xref ref-type="figure" ref-id="fig0113">Figure 113</xref> this command can be used to run the UltraEdit script. But most scripts are designed to run on active file and require therefore a different method for execution.