| 
 
			| Fri Dec 10, 2010 9:27 am |  | Replies: 5 |  | Views: 12318 |    |  | Thank you for this! This is what I've been waiting for to make the switch to Chrome from Firefox! | 
	| 
 
			| Sat Jul 31, 2010 4:27 pm |  | Replies: 13 |  | Views: 10563 |    |  | +1 | 
	| 
 
			| Sat Feb 06, 2010 10:31 pm |  | Replies: 0 |  | Views: 3056 |    |  | Does PHPED support code folding in Smarty template files? If so how do I activate it and if not could it be implemented in a future release?
 Thanks for a great product guys.
 | 
	| 
 
			| Sun Jul 05, 2009 4:20 pm |  | Replies: 10 |  | Views: 5981 |    |  | Thanks Dimitri. I'm just glad it's working again!  | 
	| 
 
			| Sat Jul 04, 2009 4:59 am |  | Replies: 10 |  | Views: 5981 |    |  | I've just installed build 5815 of PHPED and it seems to have fixed this problem. To get the DBG module to work I had to install it as an extension (extension=dbg-php-5.3.dll in php.ini) and not a zend ... | 
	| 
 
			| Wed Jul 01, 2009 2:02 pm |  | Replies: 10 |  | Views: 5981 |    |  | I've got exactly the same problem, the only difference being that I'm running on Windows XP. Dimitri posted a response to another thread about something changing in PHP 5.3 in the last few days and I  ... | 
	| 
 
			| Sun Apr 19, 2009 3:43 pm |  | Replies: 3 |  | Views: 4175 |    |  | I worked it out. I'm new to the PHPdoc format and had put a comment in the code saying '@var resource A PDO resource representing the connection to the database'. PHPED interpreted this as meaning tha ... | 
	| 
 
			| Sun Apr 19, 2009 4:15 am |  | Replies: 3 |  | Views: 4175 |    |  | Thanks Dimitri. I can see that it works perfectly for you but unfortunately it doesn't for me. Do you have any suggestions as to what I can do to 'reset' the code insight for the file these classes ar ... | 
	| 
 
			| Sat Apr 18, 2009 4:53 am |  | Replies: 3 |  | Views: 4175 |    |  | I have a small problem with code insight in a project I'm working on. I've defined a class with a static method to return a PDO resource database connection. The code is this:
 
 class dbConn { ...
 |