30 June 2010

Clippings 3.1.2 released

A new version of Clippings is available from Mozilla Add-ons and the AE Creations website.

Portable Firefox/Thunderbird users: There is a special version of Clippings designed for Portable Firefox/Thunderbird. See the Download and Install page on the Clippings website for the download link.

If you already have Clippings installed, you should receive the update if automatic extension updates are enabled. Otherwise, choose Tools → Add-ons from the main Firefox window, select Clippings in the list of installed extensions, right click and select Find Update.

What's New
  • Added ability to adjust the Clippings Manager tree list width; click and drag the splitter to the right of the tree list to change the width
  • If a clipping contains multiple occurrences of the same placeholder, you will only be prompted once for the placeholder value

Help and Support

Questions and comments about Clippings should be directed to the AE Creations forums.

1 comment:

Stefan W. said...

I would like to see the abilitiy, to wrap a text or to wrap the content of the clipboard.

For example, my Textfield contains some code:

find opera -delete

so that I could mark it, or mark it, and Ctrl-X it into the clipboard, then select a clippinb, which would be a surrounding code-tag:

[code]
[/code]
and the result should be the marked text, surrounded with codetags:

[code]find opera -delete
[/code]

Now I use your clippings, but have to do more mouseclicks. A builtin-variable $[MARKED] and/or $[CLIPBOARD] would be fine, to reach the goal.