Anteaya, As you move the cursor inside your editor, notice the line number changing at the right bottom corner of your window.
If you wanted a listing number on each line in a gutter, you could easily do that with some css -- since the hardest part is already done for you. Each div in heroku's editor already contains the correct line number as one of its attributes. If you wanted to get fancier still, you could also add a little greasemonkey javascript on your error pages, pass the line number as an argument to your url, and then highlight the right line and jump to the right area within your code editor. https://addons.mozilla.org/en-US/firefox/addon/748 (greasemonkey firefox extension) With a bit of work, the possibilities are endless. - Stephan http://quickspikes.com/ On Apr 4, 6:47 pm, anteaya <[EMAIL PROTECTED]> wrote: > Is it possible to have line numbers available in the editing space? > > The errors return line numbers and it would be helpful to have the > corresponding number visible in the editing area. > > Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
