hm, yes I changed those long time ago, however it worked fine till last build...I reverted back to 3394, and it works fine.. Anyway, maybe better error message should be provided, "can't create class" doesn't says much -m.j.m
hm, yes I changed those long time ago, however it worked fine till last build...I reverted back to 3394, and it works fine.. Anyway, maybe better error message should be provided, "can't create class" doesn't says much
>> hm, yes I changed those long time ago, however it worked fine till >> last build...I reverted back to 3394, and it works fine.. >> >> Anyway, maybe better error message should be provided, "can't create >> class" doesn't says much >>
That most probably means you changed file template for the class and it cannot
be parsed as such (class).
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
hm, yes I changed those long time ago, however it worked fine till last build...I reverted back to 3394, and it works fine..
Anyway, maybe better error message should be provided, "can't create class" doesn't says much
-m.j.m
M. J. Milicevic wrote:
I have the same problem creating a new class...
Can I please take a look at file template for class?
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
>> hm, yes I changed those long time ago, however it worked fine till
>> last build...I reverted back to 3394, and it works fine..
>>
>> Anyway, maybe better error message should be provided, "can't create
>> class" doesn't says much
>>
I just saw File Header.java is empty, so that could be a problem, downloading new build right now, so, cannot test (already deleted 3396 build)
Maxim Shafirov (JetBrains) wrote:
-
/*
Created by IntelliJ IDEA.
User: $
Date: $
Time: $
*/
package $;
public class $ { }
-
Thats what's been in my .IntelliJIdea/config/fileTemplates/internal/
directory for ages.
I didn't think system/internal templates would be in userspace actually...