Code Editor
Quick search¶
In any block of text, you can use Ctrl-F / Cmd-F to open a quick search:
.
Tip
Make sure to click inside the text to properly set the focus, otherwise you will activate your browser search feature.
Other shortcuts¶
- Ctrl-G / Cmd-G: Find next
- Shift-Ctrl-G / Shift-Cmd-G: Find previous
- Shift-Ctrl-F / Cmd-Option-F: Replace
- Shift-Ctrl-R / Shift-Cmd-Option-F: Replace all
- Alt-F: Persistent search (dialog doesn't autoclose, enter to find next, Shift-Enter to find previous)
- Alt-G: Jump to line
Markdown Cheat Sheet¶
Here is a guide to the markdown format used in some editors (for the project description, the VU description, ... and the Text Report item).
Heading¶
# H1 heading
## H2 heading
### H3 heading
H3 heading¶
Bold¶
**bold text**
Italic¶
*italicized text*
Bold and Italic¶
_**bold italicized text**_
Blockquote¶
> blockquote
blockquote
Ordered List¶
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
Unordered List¶
- First item
- Second item
- Third item
Code¶
`code`
code
Horizontal Rule¶
---
¶
---
Link¶
[OctoPerf](https://octoperf.com)
Image¶
