Skip to content

Commit

Permalink
Made the new command "openFiles" visibly in the help etc
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Mar 22, 2012
1 parent d588ad4 commit 538bcc6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -56,6 +56,8 @@ public interface IUIManager extends IBioclipseManager {
public void open(IFile file);

@Recorded
@PublishedMethod(params="List<IFile> files",
methodSummary="Opens a list of files (e.g. a gist) in an editor.")
@GuiAction
public void openFiles( List<IFile> files );

Expand Down

0 comments on commit 538bcc6

Please sign in to comment.