Bugs item #1609317, was opened at 2006-12-05 07:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1609317&group_id=2439

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scintilla
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pascal folding BUG

Initial Comment:
SciLexer (pascal) causes folding bugs when using a
"=" sigh in front of "class". "=class" is differnent from "class".

For example:
"""
type TXSort= class  { "class" keyword follows space }
    cgl: integer;
  end;
"""  is ok.

But 
""'
type TXSort=class     { "class" keyword follows "=" sign } 
    cgl: integer;
  end;
""" cause folding bug.

This bug also occur at:
":begin" and "begin"
For example:
"""
case x of 
  1:begin   { "begin" follow ":" }
    end;
end;
"""

I found these 2 cases, but I think it should always occurs when a keyword 
follows a sperator sign.




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1609317&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to