How about adding a feature that splits the lines into smaller pieces when we enter a line longer than what PB can handle? For example:
variable = some very & big line + With many & operators & _
line continues here.
Or
Variable = "someverylargestringwithoutspacesmakingithardertobesplittedbutfireflycanhandlethis" & _
"bycleverlyaddingquotesandcontinuinginthenextline."
Some times when i do this, the compiler raises an error for line too long but firefly points the wrong line, making it difficult to find the real culprit.
Also, when adding messageboxes, one has to split the lines manually. :)