bonsai-rx / bonsai

The compiler, IDE, and standard library for the Bonsai visual programming language for reactive systems
https://bonsai-rx.org
MIT License
141 stars 29 forks source link

Improve shader editor #331

Closed glopesdev closed 9 years ago

glopesdev commented 9 years ago

Original report by Ivar Clemens (Bitbucket: ivarcl, ).


The shader editor is difficult to use at this moment because:

Some possible solutions:

Editing should probably be disabled while the workflow is running though.

glopesdev commented 9 years ago

I believe the new editor using Scintilla.NET solves most of these problems:

I decided to keep the dialogs modal for consistency with the remaining editors. I may consider in the future an option to load shaders from external files, which would then allow you to use whatever editor you prefer.

glopesdev commented 7 years ago

Quick update on this issue for future reference: both the shader configuration and GLSL editor windows are now modeless.