1. WEE: Tabbed Line Bugfix
- Posted by euphoric (admin) Apr 15, 2015
- 1244 views
When I open a document with a line of code indented by one tab, it shows it with an 8-space tab. However, the default behavior for WEE seems to be a 4-space tab. If I add a one-tab indented line below said tabbed line, I get a 4-space tab. So, on opening, make all current tabs 4 spaces. I think that would work fine.
2. Re: WEE: Tabbed Line Bugfix
- Posted by PeteE Apr 16, 2015
- 1229 views
The current mode is indentation at 4 spaces, and tabs are always 8 characters wide. The editor treats a tab as two indents, so I don't believe this is a bug. I'd like to make the tab width configurable in a future version.