-
28 Sep 2012 12:53 AM #1
Option in CodeEditor for tab to always insert tab rather than indent line
Option in CodeEditor for tab to always insert tab rather than indent line
hello everybody I noticed that the indent code doesn't work well. Or maybe do I something wrong, does anybody confirm me that?
When I try to indent with tabspace, for example after the equals sign, the entire code line moves right. I would love use common tabspaces instead common annoying spaces.
-
28 Sep 2012 7:29 AM #2
Could you please clarify?
Did you change the spaces to indent configuration to "Tab"?Aaron Conran
@aconran
Sencha Architect Development Team
-
30 Sep 2012 11:16 PM #3
nope, If I want to indent a single code line
For example:
and after the variable i use the tab it insert the tabspaces at the begin of the line and not after the equal mark:Code:var dummy = "1234";
Do I something wrong? or should I set something in the preferences.Code:var dummy = "1234";
Thanks anyway
-
11 Oct 2012 10:43 AM #4
No, this is by design in the code editor that tab triggers indentation.
We can look into adding an option to turning this off.Aaron Conran
@aconran
Sencha Architect Development Team
-
11 Oct 2012 10:45 AM #5
I've changed the topic to something our team understands and have opened a ticket.
-
11 Oct 2012 11:47 PM #6
Oh brilliant Aaron, thanks a lot! It would be very useful for a developer indent variables after equal signs.
You found a bug! We've classified it as
DSGNR-2452
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote