IonicWind Software

Aurora Compiler => General Discussion => Topic started by: J B Wood (Zumwalt) on October 11, 2006, 06:43:52 AM

Title: design change request
Post by: J B Wood (Zumwalt) on October 11, 2006, 06:43:52 AM
When you create a new method or class, and add the first { then hit enter, currently it adds a tab, can you change that to not do anything on its own?
I want to, for instance, declare a method with as follows

myMethod
{
}


And not have it add in the new line on its own with a tab, I always have to remove the line it adds and remove the tab or I get compile errors since it doesn't understand the character at the tabbed line.
Thanks
Title: Re: design change request
Post by: Ionic Wind Support Team on October 11, 2006, 08:07:23 AM
File->Editor Options.

Uncheck "Auto Indent".
Title: Re: design change request
Post by: J B Wood (Zumwalt) on October 11, 2006, 08:21:03 AM
Thanks