The sdedit source code can now be found at http://github.com/sdedit
Version 3.0 of Quick Sequence Diagram Editor brings considerable improvements of the user interface, along with the ability to store diagram configurations. Last but not least, it is able to export diagrams as PDF files with multiple pages.
Version 2.12 offers an improved user interface and it has the ability to store layout settings along with a diagram's source code.
sdedit 2.11.10 offers a nice new feature that increases the editor's usability. If there is a non-empty prefix of a name of an object to the left of the cursor and the tab key or ctrl-shift-space is pressed, the rest of the name will be inserted automatically. If there is more than one object with a name that matches that prefix, one can cycle through them by successive keystrokes.
Messages can have multiple receivers, like:
caller:{callee1,callee2,callee3}.broadcast
After the message has been received, all callees can proceed on their own thread. Alternatively, one can specify a broadcast signal:
caller:{callee1,callee2,callee3}.broadcast&
This new version supports printing through an external program, for instance lpr or Acrobat Reader.
A title and a description to appear at the top of a diagram can be added.
Objects that are flagged with 'x' are destroyed automatically. This might represent garbage collection in Java or automatic objects that disappear from the stack in C++.