TelKel81 Active Member Licensed User Longtime User Jul 27, 2023 #1 e.g. : B4X: Dim class as SomeClass : class.Initialize After ":", autosuggest stops working.
William Lancee Well-Known Member Licensed User Longtime User Jul 27, 2023 #2 That's why this style (multiple statements per line) is not recommended. However I do use it for situations where autocomplete is not needed. example: Dim aList As List: aList.Initialize It is not a bug.
That's why this style (multiple statements per line) is not recommended. However I do use it for situations where autocomplete is not needed. example: Dim aList As List: aList.Initialize It is not a bug.
TelKel81 Active Member Licensed User Longtime User Jul 27, 2023 #3 Indeed, it's not a bug. An impartial observer would say that it's a negligence. Especially in the context of not a single B4J update for more than a year now.
Indeed, it's not a bug. An impartial observer would say that it's a negligence. Especially in the context of not a single B4J update for more than a year now.
Erel B4X founder Staff member Licensed User Longtime User Jul 27, 2023 #4 Support for colon as a new line separator is kept for backward compatibility. This feature will not be implemented.
Support for colon as a new line separator is kept for backward compatibility. This feature will not be implemented.