Applies To:
[ Zend Studio 5.x ]
[ Linux ]
Symptom
When working with large files (2,500 + lines) on Linux, the characters in the editor may become garbled.
Resolution / Workaround
- Close Zend Studio.
- Open the file /usr/local/Zend/ZendStudio-5.5.1/bin/ZDE.
- Add the following line to position 1543:
options="$options -Dsun.java2d.pmoffscreen=false" - Save the file.
- Restart Zend Studio.
Excerpt: When working with large files (2,500 + lines) on Linux, the characters in Zend Studio 5 may become garbled. This article provides a solution for this problem.
Original Post Date: 2009-04-30 20:10:05
External Links:
http://java.sun.com/j2se/1.5.0/docs/guide/2d/flags.html#pmoffscreen
Alternative Description:
When working with large files (2,500 + lines) on Linux, the characters in Zend Studio 5 may become garbled. This article provides a solution for this problem.
Comments