IDE bug reports

new topic     » goto parent     » topic index » view thread      » older message » newer message

In the Code Editor module:

1. When you change the focus to another application, the hint window and the
color preferences window stay in the foreground.

2. The color preferences window: If the color chosen is light or white, it is
very hard to read the keywords against the white background. Maybe use something
like unRgb, and get a brightness value from it to decide whether to use a black
or white background.

function unRgb(integer color)
	return {
	and_bits( #FF0000, color) / (256 * 256),
	and_bits( #00FF00, color) / 256, 	
	and_bits( #0000FF, color)
	}
end function

3. When you type a function out, and the hint window appears, it is moveable.
So, you move it away from where you are typing in order to see better. When you
have finished typing the function it disappears. When you start another function
call, it reappears again; not where you left it, but where it first appeared: in
the way.

=======================
Patrick Barnes
Information Systems Group
201 Elizabeth St, Sydney
Patrick.Barnes at tg.nsw.gov.au
Ext: 91-3583
Ph:(02) 9284-3583
Mob: 0410 751 044


***********************************************************************




***********************************************************************

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu