RAOF
January 16th, 2007, 03:59 AM
I'd like to write plugin that groups windows by application and allows you to <Super><Tab> (or whatever) your way through them. Like OSX :). Ideally, I'd also add an option to Switcher to have it tab through applications only.
I thought I'd start by abusing the forums by asking two questions without really looking at code yet:
1) What is the best way of working out what windows are owned by what application, or what possible ways are there and what are their cost/benefits?
2) Does anyone know any good unittest systems for C? I really like the test-driven-development cycle, and would like to continue using it :).
Also, any suggestions for functionality you'd like to see in such a plugin?
I thought I'd start by abusing the forums by asking two questions without really looking at code yet:
1) What is the best way of working out what windows are owned by what application, or what possible ways are there and what are their cost/benefits?
2) Does anyone know any good unittest systems for C? I really like the test-driven-development cycle, and would like to continue using it :).
Also, any suggestions for functionality you'd like to see in such a plugin?