SlickEdit Community

Archived Beta Discussions => SlickEdit 201x Beta Discussions => SlickEdit 2014 v19 beta => Topic started by: arog on October 29, 2014, 08:47:04 PM

Title: RC1: problem with enum expansion
Post by: arog on October 29, 2014, 08:47:04 PM
In Beta6 and RC1, when I hit space after typing "enum" in a C# file I get the following slickC error:

 Invalid number argument
beautifier.ex 1100 beautifier_xlat_brace_loc(<empty>)   p_window_id: 65   p_object: OI_EDITOR   p_name:
beautifier.ex 17151 beaut_style_for_keyword(cs,enum,0)   p_window_id: 65   p_object: OI_EDITOR   p_name:
c.ex 19158 c:c_expand_space()   p_window_id: 65   p_object: OI_EDITOR   p_name:
c.ex 3066 c_space()   p_window_id: 65   p_object: OI_EDITOR   p_name:


I don't believe I've changed any defaults with with beautifier.
Title: Re: RC1: problem with enum expansion
Post by: patrick on October 29, 2014, 08:59:00 PM
Reproduced. I'm taking a look at it, thanks for the report.
Title: Re: RC1: problem with enum expansion
Post by: patrick on October 29, 2014, 09:18:56 PM
Fixed for either the next build, or the first hotfix. 
Title: Re: RC1: problem with enum expansion
Post by: arog on October 29, 2014, 10:16:19 PM
Awesome!  Thanks.   :)