I'm trying to run Ace's unit tests, but am unable to do so because npm
link fails. (The package.json lists several packages that are not in
the npm registry - pilot is one of them).
Is the README just out of date, or is the project broken?
Thanks,
Aslak
--
You received this message because you are subscribed to the Google Groups "Ajax.org Cloud9 Editor (Ace)" group.
To post to this group, send email to ace-d...@googlegroups.com.
To unsubscribe from this group, send email to ace-discuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ace-discuss?hl=en.
In case this helps someone else, here's an issue we struggled with and
just solved.
Problem: The cursor in the editor seems offset. You can click way past
the end of the line, and when you type, characters appear offset to the
left of the cursor. This is worse at the end of the line than the
beginnings. The amount of offset varies for each line.
Diagnosis: Page CSS was forcing a proportional font, but Ace calculates
cursor position on assumption of monospace
Fix / Workaround: Use a monospace font. Because that's probably what
you wanted anyway.
Cheers all - keep up the good work!
HP
--
Harry Percival
Developer
ha...@resolversystems.com
+44 (0) 20 3051 2751
PythonAnywhere: A Python Console in your browser
<http://www.pythonanywhere.com/>
17a Clerkenwell Road, London EC1M 5RD, UK
VAT No.: GB 893 5643 79
Registered in England and Wales as company number 5467329.
Registered address: 843 Finchley Road, London NW11 8NA, UK
Hi aslak,I have abandoned `teleport` project because of radical changes in npm >= 1.0.0 and node >= 0.4.0 so it's not going to work. Probably I'll unpublish it to avoid confusion