| View previous topic :: View next topic |
| Author |
Message |
mikee
Joined: 11 Mar 2009 Posts: 2
|
Posted: Wed Mar 11, 2009 5:32 pm Post subject: NB 6.7M2 formatting problem breaks PHP code? |
|
|
Here is what I'm seeing:
before code Format:
getXYZ($REQUESTDATA->{'REQUEST_ID'},$WSDL,true);
after code Format:
getXYZ($REQUESTDATA-> {'REQUEST_ID'},$WSDL,true);
(notice the <SPACE> after the "->".... )
that aint right.
Can anyone else confirm?
thanks,
-- MikeE |
|
| Back to top |
|
 |
Filip Zamboj Posted via mailing list.
|
Posted: Wed Mar 11, 2009 7:08 pm Post subject: NB 6.7M2 formatting problem breaks PHP code? |
|
|
Hi!
Didn't reproduce, unfortunately. Provide your build and jdk, please, to
have a look on it once more.
Regards,
Issuezilla HowTo: http://www.netbeans.org/community/issues.html
-------------
Filip Zamboj
Sun Microsystems
mikee wrote:
| Quote: | Here is what I'm seeing:
before code Format:
getXYZ($REQUESTDATA->{'REQUEST_ID'},$WSDL,true);
after code Format:
getXYZ($REQUESTDATA-> {'REQUEST_ID'},$WSDL,true);
(notice the <SPACE> after the "->".... )
that aint right.
Can anyone else confirm?
thanks,
-- MikeE
|
|
|
| Back to top |
|
 |
mikee
Joined: 11 Mar 2009 Posts: 2
|
Posted: Wed Mar 11, 2009 7:28 pm Post subject: |
|
|
I did not appear to have this issue with 6.5, so I'm not sure whats going on.
1 other thing I noticed with 6.7 is that the T60-think-pad "middle-button+pencil-knob to scroll" functionality no longer works. Works fine on 6.5...
Product Version: NetBeans IDE Dev (Build 200902231810)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\xxxxxxxxxx\.netbeans\6.7m2
-----------------------------------
As an additional test I just completely stripped the code down to 1 line, and replicated the issue. The FORMAT option adds a <SPACE> after the "->"
<?php
$BAD_BEANS=bb($REQUESTDATA->{'REQUEST_ID'},$PPMWSDL,true);
?>
<?php
$BAD_BEANS=bb($REQUESTDATA-> {'REQUEST_ID'},$PPMWSDL,true);
?>
thanks,
-- MikeE |
|
| Back to top |
|
 |
Filip Zamboj Posted via mailing list.
|
Posted: Thu Mar 12, 2009 7:30 pm Post subject: NB 6.7M2 formatting problem breaks PHP code? |
|
|
reproduced on 6.7.
1. source formatting: Anyway, this doesn't harm the code, right? It's
just not nice ... therefore it's P4 only, if you feel like it's more
important issue, don't hesitate to higher priority.
http://www.netbeans.org/issues/show_bug.cgi?id=160212
2. scrolling ... I'll try to reproduce but I don't think I'll find
somebody with think-pad in the office . Can you, please , submit an
issue if it's reproducible against component ide on
http://www.netbeans.org/community/issues.html?
Thanks a lot.
Regards,
Issuezilla HowTo: http://www.netbeans.org/community/issues.html
-------------
Filip Zamboj
Sun Microsystems
mikee wrote:
| Quote: | I did not appear to have this issue with 6.5, so I'm not sure whats going on.
1 other thing I noticed with 6.7 is that the T60-think-pad "middle-button+pencil-knob to scroll" functionality no longer works. Works fine on 6.5...
Product Version: NetBeans IDE Dev (Build 200902231810)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\xxxxxxxxxx\.netbeans\6.7m2
-----------------------------------
As an additional test I just completely stripped the code down to 1 line, and replicated the issue. The FORMAT option adds a <SPACE> after the "->"
<?php
$BAD_BEANS=bb($REQUESTDATA->{'REQUEST_ID'},$PPMWSDL,true);
?>
<?php
$BAD_BEANS=bb($REQUESTDATA-> {'REQUEST_ID'},$PPMWSDL,true);
?>
thanks,
-- MikeE
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|