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)
Tracking
(Not tracked)
RESOLVED
FIXED
0.1.x
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 :)
Reporter | ||
Updated•16 years ago
|
Assignee: nobody → kdangoor
Priority: -- → P2
Whiteboard: server
Target Milestone: -- → 0.1
Assignee | ||
Comment 1•16 years ago
|
||
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.
Reporter | ||
Comment 2•16 years ago
|
||
Yah, only need to do it on say: .js .css .html .txt .py .rb .pl
for now.
Reporter | ||
Comment 3•16 years ago
|
||
NOTE: Revisit this as soon as we have VCS integration
Assignee | ||
Comment 4•16 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Group: mozilla-corporation-confidential
Comment 5•16 years ago
|
||
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.
Description
•