Tabs

I’ve got a few minor anoyances regarding tabs. I’m a little OCD about my coding style. I like tabs to be converted to spaces. One tab = Three Spaces. With the old SDK it was easy to modify the editor to make one tab convert to 3 spaces but I can’t figure out how to make the new M2MStudio do that. Does anyone know how to set this up?

Another problem I’m having relates to cutting and pasting code. If I copy code that has three spaces in front of it when I go to paste the code it seems that M2MStudio is putting a tab in front of the code. This is just VERY anoying. So if I cut this code:

TRACE((“Debug Trace”));

When I paste the code I get this:

TRACE((“Debug Trace”));

I’ve never seen an IDE do this before. Does anyone know how to stop M2MStudio from doing this?

viewtopic.php?f=78&t=3516&p=13353&hilit=tabs#p13353 :question: