This is a migrated thread and some comments may be shown as answers.

Lambda

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
MiddleTommy
Top achievements
Rank 1
MiddleTommy asked on 03 Sep 2010, 05:04 PM
There is an error on auto curly brace closing when you enter a Lamda inside a method
if you have this
Method()
and you enter
Method( f => { )
JustCode adds the curly brace like so
Method( f=> { ) }
it should be
Method( f=> {  } )

//(Funny because other times when I want the curly brace to go to the end it doesnt, curly brace completion is tricky)

1 Answer, 1 is accepted

Sort by
0
Deyan Varchev
Telerik team
answered on 04 Sep 2010, 12:11 PM
Hi Tommy,

 Thanks for pointing this out. Others have also reported this issue and it will be fixed in our next internal build and the next official release.

 If you find any more issues in JustCode, don't hesitate to send them over.

Sincerely yours,
Deyan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
MiddleTommy
Top achievements
Rank 1
Answers by
Deyan Varchev
Telerik team
Share this question
or