[Bug 76329] New: kdevelop uses the wrong comment marks for PHP files

Marco Krohn marco.krohn at gmx.de
Sat Feb 28 01:23:07 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=76329      
           Summary: kdevelop uses the wrong comment marks for PHP files
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: marco.krohn gmx de


Version:           3.0.90-CVS (using KDE 3.2.90 (CVS >= 20040117), compiled sources)
Compiler:          gcc version 3.3.3 20040125 (prerelease) (Debian)
OS:          Linux (i686) release 2.4.23-1-k7

open any php file and press CTRL+D for "comment". This inserts a "//", but should in most cases use the "#" sign. In some cases, for instance here

<html>
  <head>
   <title>PHP Test</title>
  </head>
  <body>
  <?php echo '<p>Hello World</p>'; ?>
  
the html comment tags should be used: <!--, resp. -->




More information about the KDevelop-devel mailing list