Closed GoogleCodeExporter closed 9 years ago
Duplicate bug report submitted in editra's bug tracker at:
http://code.google.com/p/editra/issues/detail?id=113
Original comment by CodyPrec...@gmail.com
on 28 May 2008 at 3:29
4 spaces is the standard for ipython this is a confirmed bug.
For issue 2
Do you mean you've got that?:
In [1]: if True:
...: print "ok"
...:
...:
ok
In [2]:
Original comment by laurent....@gmail.com
on 28 May 2008 at 9:34
For Issue 1 you should be able to fix it by simply calling
SetUseTabs(False)
SetIndent(4)
When creating the StyledTextCtrl
In the second issue it was because I backspaced the 8 spaced tab to 4 spaces
then hit
enter which then put in an 8 space tab on the next line instead of matching the
4
spaces of indentation I had in the line above. Fixing issue one will likely fix
this
for all intense and purposes.
cody
Original comment by CodyPrec...@gmail.com
on 28 May 2008 at 9:46
Thanks! I was looking how to change the tab size :)
Original comment by laurent....@gmail.com
on 28 May 2008 at 9:51
Original comment by laurent....@gmail.com
on 1 Jun 2008 at 11:18
Move old 'fixed' issues to verified
Original comment by CodyPrec...@gmail.com
on 3 Feb 2009 at 8:18
Original issue reported on code.google.com by
CodyPrec...@gmail.com
on 24 May 2008 at 1:40