est / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 3 forks source link

Cursor in script area is not following character input correctly #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using the latest AIR version (AirMiniBuilder-1.1.2-alpha.air) on a Mac. 

The cursor's position on the source code text line is 'behind' where the actual 
characters are being inserted, the number of pixels that it is behind grows as 
the length of the line grows.

This is a 'font' issue?

I am looking at options for a project where I need to edit JavaScript with 
custom function and param highlighting within Flash and your using 'ScriptArea' 
source looks great (great job!)....

Original issue reported on code.google.com by robertn...@gmail.com on 19 Jun 2011 at 1:40

GoogleCodeExporter commented 9 years ago
yes, it's a font issue. you can either install Liberation Mono, Courier New or 
adjust the code to a font you have. The font has to be monotype (all chars have 
the same width)

Original comment by victor.dramba on 29 Jun 2011 at 8:53