|
From: Eric E. A. <ea...@cs...> - 2002-04-04 13:39:14
|
Hi Jim, I appreciate your work on this problem, and I don't want to single your team out, but _please_ don't commit buggy code intentionally. If you're having problems working with existing code, ask one of the project managers to pair program with you to fix the problem. We'd like to maintain the invariant that we can form a release out of any committed copy of the code. I am cc'ing drjava-hackers so that other teams understand this point as well. BTW, where are the unit tests for the new code located? Thanks, -- Eric On Wed, 3 Apr 2002, Jim Van Fleet wrote: > The mist cleared, the debugger group needed a certain implementation, and > lo, it became. > > getCurrentLine() and getCurrentCol() have been added to > DefinitionsDocument, and a PositionField inner class has been created in > MainFrame to store the results of calls to those methods. > > Right now, the results are EXTREMELY buggy. Many times, DrJ seems to > assume that you're on the first column in a line until you type a > character or delete one. > > But something is there, and I'll be ironing out the bugs in the underlying > calls before the end of the week. I'd also be interested in finding out > whether the resize block covers up the numbers on other platforms besides > Mac OS X (what I'm running.) > > Let me know, group! > > Jim > > > _______________________________________________ > drjava-hackers mailing list > drj...@li... > https://lists.sourceforge.net/lists/listinfo/drjava-hackers > |