Bugs item #1552707, was opened at 2006-09-05 10:24
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=1552707&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: SciTE
Group: Bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Kaz (ronaldojunior)
Assigned to: Nobody/Anonymous (nobody)
Summary: Folding bugs after a commented "@" char

Initial Comment:
Issue: if a "@" character is found on a commented line,
any code below it that can be folded will be folded
together.

Conditionals I've found:
- It only occurs if the file's language is set to
"Javascript";
- The comment syntax must be ///. Using any other way
(//, /* */ or using more than one backslash) won't
generate the error.

How to reproduce: use the following code and try to
fold the first function ("test").

--

f0 = function () {

}

test = function () {
        var Test; /// Test @CODE@
};

f1 = function () {
        
};
f2 = function () {
        
};
f3 = function () {
        
};

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

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

Reply via email to