Show More
@@ -1465,6 +1465,8 b' class ibrowse(ipipe.Display):' | |||||
1465 | except KeyError: |
|
1465 | except KeyError: | |
1466 | align = 2 |
|
1466 | align = 2 | |
1467 | style = astyle.style_nodata |
|
1467 | style = astyle.style_nodata | |
|
1468 | if i == level.cury: | |||
|
1469 | style = self.getstylehere(style) | |||
1468 | padstyle = self.style_datapad |
|
1470 | padstyle = self.style_datapad | |
1469 | sepstyle = self.style_sep |
|
1471 | sepstyle = self.style_sep | |
1470 | if i == level.cury: |
|
1472 | if i == level.cury: |
@@ -1,3 +1,8 b'' | |||||
|
1 | 2006-07-18 Walter Doerwald <walter@livinglogic.de> | |||
|
2 | ||||
|
3 | * IPython/Extensions/ibrowse.py (ix): Make cursor visible over | |||
|
4 | non existing attributes. | |||
|
5 | ||||
1 | 2006-07-14 Walter Doerwald <walter@livinglogic.de> |
|
6 | 2006-07-14 Walter Doerwald <walter@livinglogic.de> | |
2 |
|
7 | |||
3 | * IPython/Extensions/ipipe.py (ix): Use os.popen4() so that the |
|
8 | * IPython/Extensions/ipipe.py (ix): Use os.popen4() so that the |
General Comments 0
You need to be logged in to leave comments.
Login now