New menus are up

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 21 22:14:49 PST 2015


On Thu, Jan 22, 2015 at 05:50:47AM +0000, weaselcat via Digitalmars-d wrote:
[...]
> Menu text also expands outside of the frame.
> https://i.imgur.com/oBd5HRh.png
> 
> Should I file bugs for these, or just dump issues I find in this
> thread?

Dunno, but at least for this particular problem, one solution would be
to make each submodule expandable, so you'd have something like:

	std
	» range
	  » primitives

rather than the current:

	std
	» std.range.primitives

which is much longer than it can be.


T

-- 
If the comments and the code disagree, it's likely that *both* are wrong. -- Christopher


More information about the Digitalmars-d mailing list