Menu

[d6b61f]: / Help / Subjects / Editing.htm  Maximize  Restore  History

Download this file

23 lines (23 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../content.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="Heading1">Editing a file</div>
<div class="Text">Editing a file is pretty straightforward. Create (Ctrl+N) or open (Ctrl+O) a file.</div>
<br/>
<div class="Heading2">Tips</div>
<div class="Text">
<ul>
<li>Hover over a variable or include line to show information about it.</li>
<li>Click on a line number to place a breakpoint there.</li>
<li>Triple click on a line to select it.</li>
<li>Code completion can be opened using Ctrl+Space anywhere. It will show valid statements found in the current file, its included files and the cache. Preferences can be set at Tools >> Editor Options >> Completion >> Code Completion.</li>
<li>Symbol completion can be customized at Tools >> Editor Options >> Completion >> Symbol Completion.</li>
<li>Consider caching frequently included files to speed up file and project opening.</li>
</ul>
</div>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.