Editor preferences
Pick how Glueprint launches files and what happens on save.
Available on
- Desktop
The Glueprint Editor preferences are intentionally minimal — enough to wire a few hand-offs, not enough to replace your real editor’s settings.
What you can configure
- External editor — pick the editor Glueprint hands off to when you ask it to open a file or a folder. The list includes the most common editors; pick the one you use day to day.
- Custom command — if your editor isn’t in the picker, paste the shell command Glueprint should run.
- Format on save — when the built-in editor saves a file, run the language’s formatter first.
- Auto-open modified — when an agent changes a file you currently have open, jump the editor to the change.
The built-in editor doesn’t expose font, tab width, word wrap, minimap, or per-language overrides as user preferences in the current release. Most of those follow the language server’s project configuration where it’s available.
Where to set them
These options live in the desktop app under Settings > Agents > Editor (and in the command-center settings overlay). They aren’t currently surfaced in the portal.
Related topics
- Editor & IDE for the editor’s main features.
- Language servers for the integrations powering diagnostics and autocomplete.