CodeLobster IDE
http://codelobster.com/forum/

Code collapsing not working for functions in classes
http://codelobster.com/forum/viewtopic.php?f=3&t=23717
Page 1 of 1

Author:  developer [ Thu Apr 13, 2017 11:59 am ]
Post subject:  Code collapsing not working for functions in classes

The very nice feature "Code collapsing" does not collapse functions inside a PHP class.
i.e.

Code:
<?php

Class myClass
{
    function test1()
    {
         // this function should be collapsed
    }
    function test2()
    {
         // this function should be collapsed
    }
    function test3()
    {
         // this function should be collapsed
    }
}

?>

Author:  Admin [ Thu Apr 13, 2017 2:23 pm ]
Post subject:  Re: Code collapsing not working for functions in classes

Hi.

There is a small button on left side to collapse this functions too.

Could You, please, send us the screenshot to clarify the problem.

Many thanks,
Codelobster Team.

Author:  developer [ Thu Apr 13, 2017 3:19 pm ]
Post subject:  Re: Code collapsing not working for functions in classes

thanks for the answer(s).

I am using that small button to collapse each function, but i have many function (100+), so i want to collapse all the functions in 1 time by pressing the button "Collapse All Blocks" from the edit menu.

I made a video in gif so you can see the functions inside the class are not collapsed by pressing the "Collapse all Blocks" button. I hope the problem in clear now, thanks!

https://media.giphy.com/media/3o7btOxZw ... /giphy.gif

Author:  Admin [ Fri Apr 14, 2017 12:35 pm ]
Post subject:  Re: Code collapsing not working for functions in classes

Hi.

Thanks, We understand You now.
We will look at this behaviour.

Regards,
Codelobster Team.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/