(Apologies if this is way OT, but the need is Perl related)

I'm looking to extend the nuggets described at Devel::STrace... to a full attachable debugger, with the focus on a web based interface (ala Devel::ebug::HTTP, but with a cleaner interface and lower module count). Most of the required widgets are readily available, but I can't seem to locate a decent source code editor widget with a vertical ruler, and was hoping one of the web gurus in the monastery might know if/where one can be got ? I've checked the usual suspects (Rico, Dojo, Prototype, Script.aculo.us, qooxdoo, JSAN, etc.), but only turned up Helene, which seems a good start, but relies on some <ol> tricks that might not be safe for some browsers (and seems a bit finicky in FF1.5). (Venkman seems to use the same trick as Helene, but I haven't been able to sort out which bit of code it uses for the source editor)

NOTE: I'm not looking for a WYSIWYG web page editor, but a source code editor, with line numbers and support for small icons in the vertical ruler, and maybe syntax highlighting.

Any pointers much appreciated...


In reply to (OT) HTML/JS based source code editor ? by renodino

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.