Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

This table lists the options and keystrokes using which you can perform various actions in the Abbreviation dialog.  

Option and KeystrokeDescription
Image Modified
Add a new abbreviation.

Image Modified

(Alt + Delete)

Remove an existing abbreviation.

Image Modified

(Alt + UP)

Move up one line.

Image Modified

(Alt + Down)

Move down one line.
Image Modified
Copy an existing abbreviation.

Appearance

You can change the overall look and feel of your editor. The editor background and foreground colors are configurable, so are the caret blink rate, style, and color.

...

This table shows the comparison between the default view and when you set a new font. 

Scenario 1: In the default view, the text limit line setting is set to 80 and the font is set to Monospaced, Plain, 12


Scenario 2: In the customized view, the text limit line setting is set to 80 and the font is set to Microsoft Himalaya, Plain, 12

Change the Text Limit Line Indicator Setting

...


The following table explains the code folding behavior for all editors.

Editor Code Folding Behavior
SQLFolds the entire code till the line separator.
HTML and XMLFolds the code within the matching tags. 
Java/ Javascript/ Aquascript/ MongoJSFolds the code within the parentheses. 
TextCode folding not supported.

Folding Commands


Folding commands are accessible via:

...

The following table describes the code folding options in the Edit menu/right-click context menu.

Option Description
ExpandExpands the selected code.
CollapseCollapses the selected code.
Expand AllExpands all the folded code.
Collapse AllCollapses all the folded code.
Fold Selection / Remove regionFolds the entire selected code, even if the code folding setting is disabled. 

Change Code Folding Setting  

...

The following table describes the settings using which you can change punctuation completion.

OptionDescription
Insert Pair BracketAutomatically inserts a corresponding closing bracket when you insert an opening bracket.
Insert Pair QuoteAutomatically inserts a corresponding closing quote when you insert an opening quote.
Insert Pair ‘}’ on Pressing EnterAutomatically inserts a corresponding closing brace when you insert an opening brace. If the Insert Pair Bracket checkbox is unselected, then when Enter is pressed, the editor automatically inserts a closing brace “}.”

Change Punctuation Completion Settings

...

The following table describes the options in the toolbar.

IconDescription
Image Modified
Moves the cursor to the previous inline diff indicator.
Image Modified
Moves the cursor to the next inline diff indicator.
Image Modified
Rolls back to the last change made in the repository file.
Image Modified
Shows the difference between the script before and after making the change in the file.
Image Modified
Copies the replaced or deleted part of the script.
 

Change Inline Diff Indicator Setting

...