Coding in ruby, BBE 15.1.1, Strange behavior of the dropdown menu: Copy the below code in a new file. Check the dropdown menu, see the misalignements. Remove the module lines = one misalignement gone Remove the class lines = no more misalignement !
What gives ? ------------------------------------------- module McQu class McCa def meth1 if n==1 puts 'uno' end end def meth2 case n==2 when p==4 puts 'two-4' end end def meth3 n==3 puts '33' end def meth4 if n==4 puts 'for' end end end #class end #modu -- This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/de018f0e-3f8f-408c-b130-883307b4e7d7n%40googlegroups.com.
