[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-07-17 10:20:02
Message-ID: 1121595602.420500.11183.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 435532 by amantia:

Treat "<" as the end of a tag name. Fixes autoreplacement of opening/closing
tags in cases when a PHP area starts directly after a tag name. 

BUG: 106911

 M  +2 -0      ChangeLog  
 M  +1 -1      parsers/tag.cpp  


--- trunk/KDE/kdewebdev/quanta/ChangeLog #435531:435532
@@ -16,6 +16,8 @@
         - allow CVS actions to be put on toolbars [#106023]
         - open the files with the right encoding when restoring the last opened \
                files on startup [#104512]
         - add missing Romanian characters to the Insert Special Character dialog \
[#107549] +        - treat "<" as the end of a tag name. Fixes autoreplacement of \
opening/closing +          tags in cases when a PHP area starts directly after a tag \
                name. [#106911]
         - fix the Kommander XML scripts.
 
  - improvements:
--- trunk/KDE/kdewebdev/quanta/parsers/tag.cpp #435531:435532
@@ -205,7 +205,7 @@
  m_nameCol = m_area.bCol + 1;
  uint pos = 1;
  while (pos < strLength &&
-        !m_tagStr[pos].isSpace() && m_tagStr[pos] != '>' && m_tagStr[pos] != '\n')
+        !m_tagStr[pos].isSpace() && m_tagStr[pos] != '>' && m_tagStr[pos] != '<' && \
m_tagStr[pos] != '\n')  {
    pos++;
  }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic