Thanks Tulon and Spamsickle for your work! Building on Spamsickle's post above (
viewtopic.php?f=8&t=466#p4244), here are step-by-step instructions to effectively "override" the Select Content GUI option, thus manually setting each page's content area identically:
Overriding "Select Content":
1. Open ST, set everything you need (probably apply to All Pages in most cases) through to #3.
2. Click #4 Select Content, then Auto, then the Right ("Go" / "Process") arrow.
3. Again in #4, manually select the contents of an appropriate page (one that represents others content areas)
4. Click File, Save, close the project
5. load file in UltraEdit or Notepad++ and press CTRL+R (in UltraEdit, then click Regular Expressions: UltraEdit) or CTRL+H (in Notepad++, then click Regular Expression)
6. Find: Ultraedit: <content-rect width="*" x="*" y="*" height="*"/>
Notepad++: <content-rect width="[0-9].+
7. Replace: <content-rect width="2266.992912969609" x="114.8497733994654" y="559.9999999999999" height="2800.20634481498"/> --- Obviously, use your numbers here! Hint: search for e.g. IMG_2172.JPG, then find it's id="333" and add 2 to it, then do a search for "335" and you'll find this Replace line listed in the select-content section.
8. Save the UltraEdit / Notepad++ file
9. Open ST, click File, Open, select your project
After practicing, all 9 steps only takes 2 minutes (max) for L and R combined.
If you need to select multiple lines for some reason, you can try something like this:
1. Find: Ultraedit: [<]param*^n*^n*^n*^n*^n --- this selects a number of lines between the <param> tags
2. Replace: (with one you like from a fully formed line, such as shown below)
Below is a sample Proj.scantailor file, indicating the start of the Select Content part of the file:
- Code: Select all
<select-content>
<page id="4">
<params mode="manual">
<content-rect width="2266.992912969609" x="114.8497733994654" y="559.9999999999999" height="2800.20634481498"/>
<content-size-mm width="143.9540499735702" height="177.8131028957513"/>
<dependencies>
<rotated-page-outline>
<point x="165.7588007253573" y="0"/>
<point x="2411.827783763773" y="93.15644600765081"/>
<point x="2246.068983038416" y="4089.720472766398"/>
<point x="0" y="3996.564026758747"/>
<point x="165.7588007253573" y="0"/>
</rotated-page-outline>
</dependencies>
</params>
</page>
<page id="7">
<params mode="manual">
<content-rect width="2237.273311897106" x="10.7266881028936" y="401.1832797427654" height="2831.494105037512"/>
<content-size-mm width="142.0668553054662" height="179.799875669882"/>
<dependencies>
<rotated-page-outline>
<point x="0" y="0"/>
<point x="2248" y="0"/>
<point x="2248" y="4000"/>
<point x="0" y="4000"/>
<point x="0" y="0"/>
</rotated-page-outline>
</dependencies>
</params>
</page>