scraperwiki / code-scraper-in-browser-tool

Just like on ScraperWiki Classic; now a part of QuickCode.
https://quickcode.io
Other
38 stars 8 forks source link

Detect stack trace and make clickable #16

Open frabcus opened 11 years ago

frabcus commented 11 years ago

Not sure what feature to use in ACE.

Detect lines like this (Python): File "./scraper", line 8

frabcus commented 11 years ago

Perhaps use margin error annotations somehow for this: editor.session.setAnnotations([{row:1 ,column: 0, text: "message",type:"error"}]);