-
SE|PY niggling issue
I wasn't sure where to post this but as I'm using SE|PY to make a game and this is a frequently visited part of the forum I thought I'd post here.
I'm sure a lot of you guys use SE|PY's Actionscript editor. I've noticed that when you press autoformat it indents the braces like this :
function blah()
{
// blah
}
While that's good for people used to C etc, Im used to the other way :
function blah() {
// blah
}
Does anyone know which option I change so the autoformat formats it like the second way?
-
Edit->Preferencese-Auto Format
-
flex2 does the same and it´s very annoying - have to manually edit it all the time myself
-
Curly brackets on the next line looks so ugly, why do people do it?
Well... I guess it does inflate the line count by 20% or so...
-
Imprisoned, that only works in the Flash IDE not in SEPY.