May 05, 2024, 12:25:20 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


design change request

Started by J B Wood (Zumwalt), October 11, 2006, 06:43:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

J B Wood (Zumwalt)

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

Ionic Wind Support Team

File->Editor Options.

Uncheck "Auto Indent".
Ionic Wind Support Team

J B Wood (Zumwalt)