tags:

views:

17

answers:

1

hi everybody

i wonder 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

+1  A: 

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.

Brad F Jacobs