ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> scintilla-interest
scintilla-interest
[scintilla] [ scintilla-Bugs-1609317 ] Pascal folding BUG
by SourceForge.net other posts by this author
Dec 13 2006 8:55AM messages near this date
[scintilla] [ scintilla-Feature Requests-1611072 ] Lexer for D | [scintilla] [ scintilla-Feature Requests-1598279 ] request enhancing INDIC_ROUNDBOX
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
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved