Hi,
Turned off this habit and so far. <ctrl> enter works as expected.
I think I got abused by the lack of feedback in the repl when a namespace does not
load following a compilation error or runtime load problem.
I have to double check the console view to make sure the load/reload went on smoothly. Is there a way to get in the repl window a consistant indicator that a
reload or load failed ? Of course, there is already a feedback when the load
completes successfully (in green) but not much when it failed.
I found myself being fooled by this, not switching to the console window
and keeping hammerng stuff in the repl in vain.
Even on my 22 inch screen, it's not obvious to place windows so I can have
my "third" eye monitoring the console output while gazing at the repl output
and the code I am messing with.
My eye sight maybe on the downhill, is there a visual cue that I am missing ?
Or do I need a larger screen ? :) What size ? > 30 inches ?
Luc
> I will have to retest, pretty sure I got trapped a few days ago, I was redefining
> a function repeatedly (adding a trace) without effect until I explicitly changed the name space.
> > I'll recheck tonight and see if it's a code 13 issue or a real problem.
> Since this hapened, I systematically change to the proper name space.
> I'll switch that behaviour off and see if it happens again.
> > Luc
> > > > Hello,