Yep.The Code Prettifier is Alt+f, isn't it?
It can have both... in fact a newer alternative keeping in mind how b4x simplifies syntax intuitively should be something like...I went for the += & -= (and ++ --) as those are big time savers in other languages.
and for string operations .= (or B4X specific &=) to concatenate/append something to a string is usefull aswell. multiline smart strings help a lot here aswell tho.
I doubt that it will ever make it to the B4X language as this means that it will bend too much to C/PHP/Javascript/Actionscript/... like languages
and that was not the intention when creating B4X.
IDE: Autoinsert ( "" ) after statements like Log / Initialize / Array
Yes. But there are some cases where it could do a better job. Also refactoring would be useful...Yep.
Also, I couldn't find anything on the list so important that I would "love" it. No option for that opinion, so I thought I should mention it here.
Post a wish about it, together with a good description on what the current problem is and how you think it should be prettified.there are some cases where it [code prettifier] could do a better job.
Sure, but it's not on the list in the poll. It's mostly basic stuff for editing the code. Personally I'd be interested in some sort of basic unit testing built-in to the IDE. (It seems I am in a very small minority with that wish, so I doubt that will ever happen.)Also refactoring would be useful
Another MAJOR timesaver would be to have a time travel debugger. I had that in Prograph CPX ~25 years ago and it was amazing and magical. I imagine the only reason it's not really requested in the forum is that most users have no idea what it is.A REAL time-saver in my day-by-day programming would be a more advanced IDE log window, with pause/resume and search functionalities.
Actually, I agree... Unit testing would be a great feature.Sure, but it's not on the list in the poll. It's mostly basic stuff for editing the code. Personally I'd be interested in some sort of basic unit testing built-in to the IDE. (It seems I am in a very small minority with that wish, so I doubt that will ever happen.)
#If Swift
'Code line Swift'
#End if
With you. While some of those might be nice there is nothing I particularly want. SIMPLICY. I like it short and fast.Yep.
Also, I couldn't find anything on the list so important that I would "love" it. No option for that opinion, so I thought I should mention it here.