On Thu, Oct 22, 2015 at 8:52 AM, Aradeonas <[email protected]> wrote: > Very good! But sadly for me if I use JCF when I have a folded code it will > messed up. > It seems there are tools that I cant use because of JCF. But code formatting > is a lot more important for me, I can write a line without!
You use JCF for your own code while editing? It makes no sense. Adjust the Codetools code generation settings to match your coding style instead. Using JCF will limit you even more if you start to use the new language features like advanced generics, class helpers etc. JCF's parser does not understand some of the syntax and nobody maintains it actively. Codetool parser on the other hand is maintained. That's why I have created this report : http://bugs.freepascal.org/view.php?id=19754 Regards, Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
