Bugs item #1649050, was opened at 2007-01-31 09:10
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=1649050&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: Wrong indentation with c code
Initial Comment:
if i type something like this: if (...){ /*enter*/ }
the code will be properly indented, like this:
if (..){
}
but when the code is typed in such manner if (....) {} then carret is moved
between { } and enter is typed the code is wrong indented, it looks like this
if(...){
/*here is indentation*/ }
all i'm traing to say is that end brace } is intended on the same level as code
in braces but it shouldn't be.
I have tested it on linux and windows, my version of scite is 1.71
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1649050&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest