<div>Clips Storage  <a href="http://code.google.com/p/texworks/issues/detail?id=261#c51">http://code.google.com/p/texworks/issues/detail?id=261#c51</a></div><div><br></div><div>Useful for reusable text, or blocks of LaTeX portions that need to be stored for later insertion in documents. Especially useful where defining a new LaTeX command in a .sty is not appropriate, as some change may be needed on each usage.</div>
<div><br></div><div>Selected text is stored in a directory structure within your Script directory tree. Such saved Text can be identified in a drop-down box and inserted into a document, or the saved text can be retrieved for editing itself. Saved portions are stored as plain uncompressed text that can be edited/updated by other applications.</div>
<div><br></div><div>Developed under Windows, may need tweaking on line 68 for use on MacOsx or Linux, haven't been able to test there.</div><div><br></div><div>Script written in QtScript and gives simple examples of the revised readFile, writeFile, System and openFileFromScript TwScript api calls and usage.</div>
<div><br></div><div>   Setup</div><div>   -----</div><div>   </div><div>   Unzip this script into its OWN ( <-essential) directory under <TeXworks config area>/scripts Make a new folder if necessary. (See  <a href="http://code.google.com/p/texworks/wiki/TipsAndTricks?can=5#Locating_and_customizing_TeXworks_resources">http://code.google.com/p/texworks/wiki/TipsAndTricks?can=5#Locating_and_customizing_TeXworks_resources</a>   for further information if needed.)</div>
<div> </div><div>   You'll need to turn on file access (both Read and Write) and System commands in Tw Menu: Edit/Preferences/Scripts  note the warnings there.</div><div><br></div><div>   USAGE</div><div>   -----</div>
<div><br></div><div>   If any text is selected in editor, will try to store it to disk.</div><div>   </div><div>   - else with no text selected in editor, it will try to retrieve text clip from disk and insert into editor / or edit previously saved text clip.</div>
<div>   </div><div>   Shortcut: Alt+S, Alt+C</div><div><br></div><div>Feedback much appreciated,</div><div><br></div><div>Paul</div><div><a href="mailto:paul.a.norman@gmail.com">paul.a.norman@gmail.com</a></div>