dmetzgar / wf-rehost-roslyn

Roslyn C# expression editing in the WF rehosted workflow designer
MIT License
33 stars 17 forks source link

Inline expression editing and the expression editor should have a shared editing context #5

Closed SriniBanala closed 8 years ago

SriniBanala commented 8 years ago

The editing context is not in sync between inline expression editing and the expression editor. Right now there is a workaround to make the inline expression editing work by manually right clicking inside the textbox to commit the expression.