Open Basic IDE. Type e.g. "if". It is coloured in blue, as a keyword of the language. Type "DoEvents". It stays in green like an unrecognised token. Exepected behaviour: "DoEvents" should be in blue.
Reproduced. Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+ Build ID: 437210d58f32177ef1829d704f7f4d2f1bbfbfdd TinderBox: Win-x86@39, Branch:master, Time: 2015-06-18_07:21:56 Locale: fi-FI (fi_FI)
Marek Doležel committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=11f24bc2f032b31095663cb09ef948eee2c61f49 tdf#92130 fix DoEvents to be recognized as keyword It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Created attachment 117447 [details] LOBASIC FUNCTIONS
I have tested my fix and is fine. However there are many functions that are not highlighted properly. (Btw i am unable to mark this as fixed)
Marek Doležel committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a45fbb192a51c6bdf5d273dfad2eab8c1f85ccc4&h=libreoffice-5-0 tdf#92130 fix DoEvents to be recognized as keyword It will be available in 5.0.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
I’ve checked and backported your fix, Marek. Thanks!