#5706: New Bugs?
1. I found that Live Template is pretty much broken. itit doesn't quite work.
It shows up with the template but when I change the type of the item, it
doesn't provide automatic casting from iterator.next() properly
2. When the frame is deactivated, Intellij doesn't save my file automatically
anymore.
Please sign in to leave a comment.
Also it takes much longer to synchronize the files after running CVS update.
+1
The code to reproduce the issue with live template would help me a lot
type in itar, itco, itit would produce the problem. The behavior changed from the previous build
Attachment(s):
untitled.bmp
Yes, I was able to reproduce the problem and fix it.
I just discovered that the Enumeration template (iten) is broken. All it takes for me to recreate the error is to type the following in a JSP:
Enumeraqtion en;
en = dataVector.elements();
while(en.hasMoreElements() {
Element
The while clause and the line that follows it are printed by the live template. As soon as I hit enter after typing Element, Idea locks up and I've got to force quit. This happens on build 5706 running on OS X.