Skip to content

Editing

FMXExpress edited this page Oct 15, 2020 · 1 revision

Editing a file Editing a file is pretty straightforward. Create (Ctrl+N) or open (Ctrl+O) a file.

Tips

  • Hover over a variable or include line to show information about it.
  • Click on a line number to place a breakpoint there.
  • Triple click on a line to select it.
  • 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.
  • Symbol completion can be customized at Tools >> Editor Options >> Completion >> Symbol Completion.
  • Consider caching frequently included files to speed up file and project opening.
Clone this wiki locally