joelpt / quickfort

A spreadsheet driven construction tool for Dwarf Fortress
http://joelpt.net/quickfort
38 stars 14 forks source link

Implement display of --info in AHK GUI #15

Closed joelpt closed 11 years ago

joelpt commented 11 years ago

Original author: joe...@gmail.com (May 24, 2010 01:07:49)

Implement display of --info in AHK GUI. Should be at least as functional as 1.11's info display.

Prefer to combine the display of --info with the sheet selection GUI:

This suggests we don't really want a -S "list of sheets" switch, rather just a complete listing of the info for all the sheets in a given blueprint file when --info is used. Then let AHK figure out how to render it.

AHK should be able to render this by splitting the --info output up by 'Sheet Name:', storing each one's info in an indexed variable(s), and displaying it in the box. When one is selected that sheet's specifics (build type, start pos, start comment, comment, width, height, ..?) should be transferred to global vars for use in the mousetip display routine.

Original issue: http://code.google.com/p/quickfort/issues/detail?id=12