NewFromTemplatePlugin is ready vor IDEA 636
Requires build 636
Version 1.4
- Opens the newly created file in the editor
- Fixes the bug introduced in 1.3 of not updating the disabled state
- Behaves more like the IDEA New actions. If the current selection is
file and New From Template ... is executed the new File will be
created in the parent directory of the currently selected file.
IDEA does not open all files, but only those which are visible in
the project view. This is not a bug in NewFromTemplate, but the
philosophy of IDEA.
Version 1.3
- Reflect changes in the OpenAPI since build 630
- The NewFromTemplateAction is now available in the New Popup of the
project window.
- Fixes NullPointerException if no templates are available
Stefan
请先登录再写评论。
I supposed you discovered this: There is a bug in read/write external methods.
read reads into the JList, but write writes from the array. So the array is never
changed by readExternal and there is no way to change the paths.
But then, you haven't finished the configurator either, so I asume this will be
fixed soon.
Stefan Mainz wrote:
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================
Erb wrote:
This is work in progress. If i find the time i will finish the
configurator this weekend.
Stefan