Archive for July 7th, 2009

JSF 2.0 Resource Handlers Support in Maia

Tuesday, July 7th, 2009

Maia supports JSF 2.0 mechanism for defining and accessing resources (described by David Geary in his article), and provides code completion, syntax and error highlighting, plus usage search and refactorings for it.

Drag & Drop Between IntelliJ IDEA and Explorer/Finder

Tuesday, July 7th, 2009

One of the features that has been voted most in our JIRA is the possibility to drag & drop files between IntelliJ IDEA and native file managers — Explorer on Windows and Finder on Mac. In previous IntelliJ IDEA versions, some of this functionality was provided by plugins like Native Neighborhood. In Maia, this is finally supported natively, letting you:

  • Drag a file from Explorer/Finder and drop it on editor to open it in a new tab
  • Drag a file from Explorer/Finder and drop it on a folder in Project view to copy or move it to that folder
  • Drag a file from the Project view and drop it on a folder in Explorer/Finder to copy or move it to that folder.

Hold the Ctrl key ( on Mac) while dragging to copy a file, or move it otherwise.

Feel free to leave comments and post JIRA issues to share your ideas on other possible use cases for this feature.

JSF 2.0 Navigation Facilities in Maia

Tuesday, July 7th, 2009

Maia provides support for JSF 2.0 simplified navigation rules — a direct way of navigation to beans from jsf pages. Also, it includes a number of coding assistance features:

  • Completion for neighbor pages and absolute paths
  • Usage search
  • Rename refactoring