You can now work with ASDF systems in the System Browser tool and Search Files tool in the same way as you can use LispWorks own
lw:defsystem
systems. Various LispWorks editor commands also work on ASDF systems.
To use ASDF in the LispWorks IDE:
(example-file "misc/asdf-integration.lisp")
.
In the tools, an ASDF system named cffi is denoted ASDF:cffi, while an
lw:defsystem
system named foo is denoted LW:foo, so you can distinguish the two types of system definition if necessary.
Note: The interface is intended to be able to accomodate other system definition utilities as well. The comments in
asdf-integration.lisp
explain how it works in detail.