Menu

#12 Support comments in embedded filetypes/languages

closed-fixed
nobody
filetypes (3)
5
2011-10-13
2011-09-17
No

Currently, if using the HTML (or PHP) filetype and you're inside a client or server side script block, Geany comments it as HTML when instead it should use the comment style of the embedded language (ex. JS, VB, Python, etc).

The attached patch uses the Scintilla style at the beginning of the current line to determine which language is being used, and if it's a language embedded in HTML, it switches the filetype to use comment characters of the embedded language.

One (existing) bug is that if you have a line with '<script>' or '<?php' for example, that line gets commented with HTML comments, leaving the rest of the document invalid. One way to work around this might be to see if the Scintilla style is a 'start' for an embedded language and if it is, scan the text until the proper end is found and then comment the whole block with HTML comments. I didn't even try this because it seemed too magical.

This fixes bug #2863829.

Discussion

  • Anonymous

    Anonymous - 2011-09-17

    Supports commenting embedded languages in HTML/PHP.

     
  • Anonymous

    Anonymous - 2011-09-17
    • summary: Support embedded filetypes/languages --> Support comments in embedded filetypes/languages
     
  • Anonymous

    Anonymous - 2011-09-17

    Minor cleanup of previous patch.

     
  • Anonymous

    Anonymous - 2011-10-13
    • status: open --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.