Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 1.6 KB

settingseditor.adoc

File metadata and controls

42 lines (28 loc) · 1.6 KB

IvyDE provides an editor of ivysettings.xml files. It provides completion on all tag and attribute names.

settings

Completion comes with contextual help. The completion popup is displayed through the CTRL + SPACE shortcut.

Available completions:

XML structure

Allows you to quickly to insert valid tags in the right place. If the tag can have nested children, both notations, simple tag and open tag, are proposed.

settings completion struct

Tag attributes

When your cursor is placed inside a tag bracket, the completion shows available attributes for the enclosing tag.

settings completion att

Change colors

You can change the color used by the editor in the global preferences page.