Update: 2007 v8.31

New release and update announcements
Post Reply
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Update: 2007 v8.31

Post by Karlis »

* Fixed some bugs with file explorer
* Fixed some problems with CSS Formatter
* Fixed some problems with PHP Formatter

Very minor update, affects few users, no need to fetch this if 8.3 works for you well.
Last edited by Karlis on Tue May 06, 2008 11:52 pm, edited 1 time in total.
Karlis Blumentals
Blumentals Software
www.blumentals.net
ikeo
Posts: 23
Joined: Thu May 31, 2007 3:25 am

Re: Update: 2007 v8.31

Post by ikeo »

Karlis wrote:* Fixed some bugs with file explorer
* Fixed some problems with CSS Formatter
* Fixed some problems with PHP Formatter

Very minor update, affects few users, no need to fetch this if 8.3 works for you well.
Any chance this might include a fix for php intellisense not working when you do

$test = &new php_class();

instead of

$test = new php_class();

PS: Thanks for the good work, I am really looking forward to things like subversion integration and being able to diff files etc.
ikeo
Posts: 23
Joined: Thu May 31, 2007 3:25 am

Post by ikeo »

bump
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Post by chrisjlocke »

Fixes will be incorporated as and when they can. Your patience is appreciated. ;)
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

I might be wrong, as I am not proficient with PHP, but I believe this syntax is valid only in PHP 4, isn't it?
>>$test = &new php_class();
We would not want to spend resources on PHP version that is not supported officially anymore.
bandrej
Posts: 65
Joined: Fri Oct 20, 2006 10:50 am
Location: maribor, slovenia

Post by bandrej »

agree
to-do: full-screen feature
ikeo
Posts: 23
Joined: Thu May 31, 2007 3:25 am

Post by ikeo »

Think of the number of folks still using PHP4 and the sales you might be missing simply because someone opens up some legacy app written in PHP4 and intellisense doesn't work. (so they move to some other Editor like TSW webcoder or JCX Vs.php)

Don't leave money on the table :)
llbbl
Posts: 50
Joined: Thu Mar 27, 2008 9:19 pm

Post by llbbl »

Any future development of php4 is going away after this year, so now is the time for people to be working on upgrading.
Post Reply