T
Tim Kuehn
Guest
If I have a class "some.directory.path.ClassName" and go to make a constructor, if I make a constructor CONSTRUCTOR PUBLIC ctrl-space I can pick the correct class reference, however it'll insert the entire class path into the Constructor instead of just the current class name. I'd like for it insert just the class name so I don't have to go back and trim the class package off. Ditto for Destructor statements.
Continue reading...
Continue reading...