The indentation tag has no wiki summary.
-8
votes
1answer
151 views
Should Stackexchange switch to ACE Editor?
There is an Open Source code editor called ACE.
It is used in Github gist right now.
One feature they have that I love is box shaped text selection.
(ALT+Click drag to use)
This is hyper-useful ...
3
votes
2answers
72 views
Add 4 spaces in the middle of the code
I know that if I press ctrl + k I automatically can add 4 spaces, but what if the code has already 4 spaces and I need to add 4 spaces more to it?
If I press tab in the SO editor it just gets me ...
4
votes
2answers
119 views
Code button no longer unindenting like it used to?
As well as slightly different images for the vote counts on question the SO questions pages, the code button in the question editing doesn't seem to be unindenting like it used to do.
Is it just me, ...
2
votes
0answers
60 views
Code indenting just appears to be broken here [duplicate]
Possible Duplicate:
Code blocks don’t show leading spaces in IE 9 (and 10)
I was trying to edit this person's post. All the spacing is there but it is ignoring all my spaces and indenting. ...
6
votes
1answer
113 views
Auto indentation in code editor
When writing code in the question/answer editor's code block I believe that it would be extremely useful if we could have the code auto indented instead of being forced to hit space bar multiple ...
7
votes
1answer
102 views
Un-indenting code when copy-and-pasting from an external editor
Sometimes, when I copy and paste code from my editor to the question box, the indent level is too much; I think there should be buttons to move the indent level left or right without having to ...
0
votes
1answer
193 views
Check for the indentation code control
I know that it isn't a new question (I read already some others questions) but:
the question was asked many months ago;
my problem, perhaps, is a little different!
Well, as I wrote in the previous ...
2
votes
0answers
74 views
Start new lines of code block with same indent as previous line [duplicate]
Possible Duplicates:
Automatic code reindent button
AutoIndent of Source Code
I realize that you can already indent code blocks with the 'code sample' button or ctrl+K, but that's ...
4
votes
2answers
162 views
Can't post question due to code formatting checker
I've tried indenting everything, except for syntax highlighting which I was going to edit after my post it's "blocking" the code correctly, but the code formatting checker keeps rejecting it. What am ...
-7
votes
2answers
562 views
I can't post my question because of the “indentation”! How do I fix this?
I entered over 100 lines of code for my question, and then pressed "Submit" on Stack Overflow. The website gave me an error, saying that my code was formatted wrong. It suggested that I use the Ctrl+K ...
0
votes
0answers
67 views
Indent text when hitting tab [duplicate]
Possible Duplicate:
Add increase/decrease tab indent buttons to the editor toolbar
Have "Tab" key insert spaces when writing a question or answer
It would be great to indent and outdent ...
7
votes
1answer
85 views
Changing code indentation levels automatically or manually [duplicate]
Possible Duplicate:
Add increase/decrease tab indent buttons to the editor toolbar
If you have some code which is heavy nested and you just copy some of the inner code you end up with a lot ...
7
votes
2answers
539 views
Easy way to indent code
I was wondering if there is an easy way to indent the code in Stack Overflow. Whenever I paste in code, all the code loses its indentation; what I have been doing is manually indenting every line with ...
5
votes
0answers
153 views
Make multi-line code indent work with sloppy selections in the editor
This is only a minor annoyance, but one at least I often run into.
Would it be possible to make the "indent code" button (or Ctrl+K) always indent entire lines when there's a multi-line selection? It ...
-3
votes
1answer
83 views
Code should be automatically indented when being written
Most of the time, I paste example code into my questions/answers, but for very short snippets I also type it directly into the field in the browser. For those times, it would be really nice to have a ...
1
vote
1answer
76 views
Provide a warning for incomplete indentation when they miss it by that much
Would you believe that someone indented their code with three spaces, and got an error message letting them know that it won't work?
Find that hard to believe? Ok, would you believe they got a ...