How to hide or show line from PHP designer.
example:
this is show lines
function () {
line 1
line 2
}
this is hide lines
function () {...}
you can help me please
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since phpDesigner is paid software, I do not have it (nor am I on a windows platform). But this feature is called Code Folding or Code Collapsing.
In NetBeans there is usually a small plus (or minus) to the left of code that can be folded / collapsed clicking on that usually allows the code to be collapsed or expanded. There is usually a menu option for this as well. Give those a shot and hopefully that helps you get on your way.
EDIT
Given the lack of Documentation (not sure if when you buy the software you get insider access) here phpDeigner Wiki Documentation, I would be wary about even purchasing the product, in my opinion. I like items that have a bit more documentation to them.