[wxPython] Indentation Guides in wxStyledtext

I have an app that does what you want (backspace goes back one space after
first tab).
Here are the styled text control settings I am using (tabsize is a
user-specified setting):
      stc.SetIndent(int(tabsize))
      stc.SetTabWidth(int(tabsize))
  ...
  stc.SetUseTabs(0) #whitespace; app has option for user to use tabs
instead of spaces
  ...
  stc.SetProperty("tab.timmy.whinge.level", "1")

-Ron

···

-----Original Message-----
From: Hassan Aurag [mailto:aurag@cae.com]
Sent: Wednesday, September 26, 2001 7:06 AM
To: WxPython List
Subject: [wxPython] Indentation Guides in wxStyledtext

Anyone has any example of how to use this and spaces instead of tabs

As a simple thing:

First tab should be 7 spaces, hitting backspace should put you ONE
space back

As you might have guessed this is for fortran

Thanks in advance

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users