mralexgray / diy-layout-creator

Automatically exported from code.google.com/p/diy-layout-creator
0 stars 0 forks source link

Adjustable number of recently used components in toolbar. #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a quite generous screen (1920*1080) and it feels strange (now that I've 
thought about it) to have the recently used components huddle up there in the 
top left corner. I believe there's 13 "slots" for recently used components, I 
would like that number to be adjustable. I could easily have something like 40 
there though that wouldn't make sense, but I find that I use about 15 or 20 and 
every once in a while one of my regulars will disappear and I'll have to go 
hunting for it (usually diodes or ICs that I don't use that often).

I'll stop babbling now and you can decide if it's worth the effort.

Original issue reported on code.google.com by per.tre...@gmail.com on 17 Aug 2012 at 12:01

GoogleCodeExporter commented 8 years ago
From v 3.9.0 you'll be able to. Just make a config.properties file in diylc 
folder and put this in it

org.diylc.presenter.InstantiationManager.MAX_RECENT_COMPONENTS=30 (or whatever)

Original comment by bancika@gmail.com on 17 Aug 2012 at 12:29