Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/customizing-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,22 @@ You can customize editor settings in the `View` menu.
| Zoom in | Set editor zoom | Ctrl+(Wheel/Up) |
| Zoom out | Set editor zoom | Ctrl+(Wheel/Down) |
| Fullscreen | Enter fullscreen | N/A |

To personalize your default settings you can select the default option on your settings menu to change various aspects such as fefault data type, change if null or not null is default,change to capital letters among other things.


<div style={{ textAlign: "center" }}>
<ThemedImage
lightImageSrc={require("./img/light/Default1.jpeg").default}
darkImageSrc={require("./img/dark/Default1.jpeg").default}
alt="New File"
/>
</div>

<div style={{ textAlign: "center" }}>
<ThemedImage
lightImageSrc={require("./img/light/Default2.jpeg").default}
darkImageSrc={require("./img/dark/Default2.jpeg").default}
alt="New File"
/>
</div>
Binary file added docs/img/dark/Default1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/dark/Default2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/light/Default1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/light/Default2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.