Community
Participate
Working Groups
What steps will reproduce the problem? 1. Copy-paste callerservice.php from http://tareqalam.wordpress.com/2010/07/07/paypal-recurring-payment-integrated-with-codeigniter/ 2. Ctrl/Cmd-Shift-F on the file 3. Error occurs -- Error Details -- Date: Thu Dec 08 15:32:24 CET 2011 Message: Error while formatting the code in your editor.Please submit a bug report through Studio's support and include the relevant code which triggered this error. Severity: Error Product: Aptana Studio 3 3.0.6.201110251455 (com.aptana.rcp.product) Plugin: com.aptana.formatter.epl Session Data: eclipse.buildId=unknown java.version=1.6.0_29 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/alex/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/alex/.eclipse_keyring -consoleLog -showlocation
The problem was due to bad quote signs and apostrofs: “ ” ‘ ’ Replaced them with " and ' Bad error logging though :) Maybe make a special case for such characters and create a warning for them?
Hi, Would you please report it to Aptana team? http://aptana.com/ Thanks.