I'm sure it must be some option being badly set, but no matter what I
set 'auto-indent tabs' to, and all other indentation/tab settings, it
doesn't work.
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbe...@googlegroups.com
To unsubscribe from this group, send email to
bbedit+un...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "sup...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
>Here's my problem: in most, if not all, editors I've used besides
>BBEdit, pressing the tab key creates a tab, as it should. But then
>pressing backspace deletes one space at a time, rather than the whole
>tab... Driving me mad!
It is impossible for BBEdit to delete "one space at a time" if there
are not spaces there to delete in the first place, so presumably to
have set BBEdit preferences to insert n spaces when you press the tab
key instead of inserting a tab.
JD
Have you tried to turn on 'show invisibles' (including spaces)? You'll
probably see that the tab-key inserts spaces, not tabs.
Depending on your use (Python comes to mind) having spaces may be what you
need. BBEdit will not delete a tabs worth of spaces with a single
backspace keystroke.
Workaround: used indent and outdent (cmd-shift-], cmd-shift-[, cmd-],
cmd-[) to work with tabstops when using spaces.
Best,
Maarten
Do you have Auto-expand tabs checked in your prefs?
If you turn on invisibles do you get the tab character - a triangle?
Preferences --> Editor Defaults
Dennis Cox
>Do you have Auto-expand tabs checked in your prefs?
>If you turn on invisibles do you get the tab character - a triangle?
>
>Preferences --> Editor Defaults
...and it's worth mentioning that when you change the preference the
change will apply to windows created after the change. If you want
to change existing windows, there are the Entab... and Detab...
commands in the Text menu.
It's all in the manual and the manual is acccessible from the Help menu.
JD