[IPython-dev] tabs for worksheets

Brian Granger ellisonbg at gmail.com
Mon Jul 16 11:51:01 EDT 2012


One thing you have to be aware of is that the refresh method of the
CodeMirror instance of each cell has to be called after a cell has
been unhidden.  This logic should probably be put into a
Worksheet.refresh_code_mirror method that calls that for all of the
cells.  It might be that.

Cheers,

Brian

On Mon, Jul 16, 2012 at 12:50 AM, Dennis Sun <dlsun at stanford.edu> wrote:
> Hi all,
>
> I've spent the past week implementing tabs for worksheets, and I managed to
> get it up and running, but the code broke as soon as I merged with master
> (the merge went through without any conflicts). Specifically, I can't type
> anything into the cells anymore; when I press any key, the cursor
> disappears. I'm thinking this has something to do with codemirror.
>
> The version I was working from was effectively the 0.13 release; is anybody
> aware of any changes that have been made since that might cause this
> behavior? I've spent the night troubleshooting and can't seem to figure it
> out....
>
> Thanks,
> Dennis
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list