Kipt / BEdit

Issues and documentation for BEdit
6 stars 0 forks source link

[Feature request] Include #48

Closed Benjipede closed 3 years ago

Benjipede commented 3 years ago

I suspect some kind of include feature is on the roadmap. I am currently working with some file formats that share an enum.

Kipt commented 3 years ago

Includes are available as of version 0.2.2.

The syntax is import(filename); and looks at same directory as main layout file first, then current working directory.

When a file is being imported any layout commands are ignored.