From: SourceForge.net <no...@so...> - 2004-12-09 15:51:40
|
Feature Requests item #1082215, was opened at 2004-12-09 08:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082215&group_id=44253 Category: None Group: None Status: Open Priority: 5 Submitted By: R. Matt Barnett (rmbarnett) Assigned to: Nobody/Anonymous (nobody) Summary: auto import for interactions Initial Comment: It would be nice if immediately after compilation each successfully compiled files package was added to the interaction windows class path. Many times I find myself compiling a class and wanting to then observer its methods in the interactions windowhowever, each time I recompile the class the interactions window requires me to type import com.whatever.package.* before I can create an instance of my class. If the package was auto imported each time, I go could to straight to new after each compile. I would think that the package should remain in the interactions window classpath until the last file which exists in the given package is closed within DrJava. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1082215&group_id=44253 |