List results = new ArrayList();
String suffix = computeSuffix(context, node);
IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
if (editorPart != null) {
IFileEditorInput input = (IFileEditorInput) editorPart.getEditorInput();
IFile file = input.getFile();
String fileName = file.getFullPath().toString();
if (fileName.endsWith(".tml")) {
String aimFileName = null;
String aimNameShort = null;
IProject activeProject = file.getProject();