Skip to content

Instantly share code, notes, and snippets.

@siosio
Created March 22, 2013 07:10
Show Gist options
  • Save siosio/5219524 to your computer and use it in GitHub Desktop.
Save siosio/5219524 to your computer and use it in GitHub Desktop.
カレントファイルを取得する
FileEditorManagerEx ex = FileEditorManagerEx.getInstanceEx(element.getProject());
VirtualFile file = ex.getCurrentFile();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment