
|
If you were logged in you would be able to see more operations.
|
|
|
|
Typing an opening curly brace and then pressing enter will cause the closing brace to be inserted automatically, but the cursor is placed outside the closing brace.
For example:
If I type the following:
Stage {
then press enter, the result will be (X represents cursor)
Stage {
}X
The result should be
Stage {
X
}
|
|
Description
|
Typing an opening curly brace and then pressing enter will cause the closing brace to be inserted automatically, but the cursor is placed outside the closing brace.
For example:
If I type the following:
Stage {
then press enter, the result will be (X represents cursor)
Stage {
}X
The result should be
Stage {
X
}
|
Show » |
Sort Order:
|