Porting internal bug 129568.
Editor team has changed the LightBulb functionality so that it truncates LightBulb menu item's text at a certain length. It also replaces newlines, carriage returns, and tab characters with spaces.
IntroduceVariable does some truncation that is no longer required, so it should be removed (to maintain consistency).
Porting internal bug 129568.
Editor team has changed the LightBulb functionality so that it truncates LightBulb menu item's text at a certain length. It also replaces newlines, carriage returns, and tab characters with spaces.
IntroduceVariable does some truncation that is no longer required, so it should be removed (to maintain consistency).