Bugs item #1583095, was opened at 2006-10-24 00:58
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=1583095&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
Private: No
Submitted By: Zeus (jayendran)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in SciTE (version: 1.71) indentation
Initial Comment:
Indentation fails in both these cases mentioned in the
manual:
Set these in the global properties file or override in
the C/C++ properties file.
indent.automatic=1
indent.opening=0
indent.closing=0
int function()
{
long longVar = 0;
}
indent.automatic=1
indent.opening=1
indent.closing=1
int function()
{
long longVar = 0;
}
Indentation following a return after the opening curly
brace does not happen in both cases.
The best I could do was set indent.maintain.*=1 in the
global properties file. That still doesn't solve the
problem where the program is supposed to indent on the
statement following an opening curly brace.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1583095&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest