Split Sub declarations over multiple lines

mjcoon

Well-Known Member
Licensed User
With V6.90 we have typing information to put in Sub parameter lists, so they can get quite long. (I don't like short anonymous identifiers, either!)

But although it is possible to split Sub declarations over multiple lines just like any other code, doing so for just one Sub prevents the IDE from showing the list of Subs for that module in the navigation pane. (I haven't tried with the device IDE.)

So though it might be called a bug, I would like to have the Sub list back...

While I'm here, how about shrinking the tab-list of modules across the desktop IDE to fit the length of each name. If module names are short this currently wastes space and if there are many modules requires more scrolling than really needed.

Mike.
 

RacingDog

Active Member
Licensed User
Glad I read that, I thought it might have been because I was using Public. So apparently not!
 
Top