-
This is with the released 0.99.0.
2009-09-22 20:32:26 UTC in matplotlib
-
Using the Cairo backend, I sometimes get this error from matplotlib/bezier.py:267
ValueError: The path does not seem to intersect with the patch
The attached patch handles the exception in matplotlib/patches.py similar to the way it's done elsewhere.
2009-09-22 20:31:46 UTC in matplotlib
-
Either having a tab-sort option or the current patch is fine by me, but since you did the work it's obviously your choice whether to keep the current patch or make a new one :-)
2009-08-10 22:14:16 UTC in Geany
-
Hi Enrico
Can you describe a little more what your patch does? Does it sort the tabs alphabetically when the tab titles are hidden?
I was thinking that maybe a natural way to achieve the same goal would be to have an option to sort the tabs alphabetically under Options->Interface->Editor tabs. I think Anjuta does it that way.
Thanks,
Conrad.
2009-08-09 21:13:11 UTC in Geany
-
When working with large numbers of files (yes C++ ;-) it is more convenient to navigate between files using the Documents sidebar.
Using Ctrl-PgUp/Down to navigate between files should be alphabetical in that case, and not the order of the notebook tabs.
One way to do that is probably to sort the notebook pages alphabetically when the tabs are not visible.
2009-08-03 16:53:40 UTC in Geany