Closed Bug 474910 Opened 16 years ago Closed 16 years ago

Have importer strip tabs and replace with 4 spaces :/

Categories

(Skywriter Graveyard :: Server, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dion, Assigned: dangoor)

Details

Currently the model doesn't grok tabs. Crazy I know. Have the importer s/\t/ /g. Choose 4 spaces. It will screw up. Oh well :)
Assignee: nobody → kdangoor
Priority: -- → P2
Whiteboard: server
Target Milestone: -- → 0.1
When you say "the model", do you mean the editor model on the client? The danger with replacing tabs with spaces is that we only want to do that for text files! We could really mess up someone's png if we replace a tab character with 4 spaces.
Yah, only need to do it on say: .js .css .html .txt .py .rb .pl for now.
NOTE: Revisit this as soon as we have VCS integration
Done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Group: mozilla-corporation-confidential
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: Server.
Component: Bespin → Server
Product: Mozilla Labs → Bespin
QA Contact: bespin → server
Whiteboard: server
Target Milestone: 0.1 → 0.1.x
You need to log in before you can comment on or make changes to this bug.