In version 3.13 broken on linux Me running wxpython 2.6 (Dont think it has anything to do with it same release works fine in windoze) If I add these lines In DrText.py Fixes it
#Folding: self.SetProperty("fold", "1") self.SetMarginType(2, wx.stc.STC_MARGIN_SYMBOL) self.SetMarginMask(2, wx.stc.STC_MASK_FOLDERS) self.SetMarginSensitive(2, True) self.SetMarginWidth(2, 12)
Under the comment #Fold at approx line 500
Me not an stc guru not really sure why it fixes it Don't really care ;)
Hello nopa 90,
can you make a bug report with this fix, so it doesn't get lost?
Log in to post a comment.
In version 3.13 broken on linux
Me running wxpython 2.6
(Dont think it has anything to do with it same release works fine in windoze)
If I add these lines In DrText.py Fixes it
#Folding:
self.SetProperty("fold", "1")
self.SetMarginType(2, wx.stc.STC_MARGIN_SYMBOL)
self.SetMarginMask(2, wx.stc.STC_MASK_FOLDERS)
self.SetMarginSensitive(2, True)
self.SetMarginWidth(2, 12)
Under the comment #Fold at approx line 500
Me not an stc guru not really sure why it fixes it Don't really care ;)
Hello nopa 90,
can you make a bug report with this fix,
so it doesn't get lost?