Finally found a work-around for this obnoxious bug. This code-completion bug has appeared in every source file that DID NOT HAVE a "uses" clause in the implementation section. To stop the "end of source not found" simply place a uses clause in the implementation section of the source file and move one of your units in the interface section (that isn't needed in the interface) down to the uses clause in the implementation section. This has worked every time I've encountered this issue. Where is doesn't work however, is in the project source file...probably since it doesn't have an implementation section. Hopefully, this works for the rest of you...and will help others locate and fix the issue...
-- Sent from: http://free-pascal-lazarus.989080.n3.nabble.com/ -- _______________________________________________ lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
