Increase number of characters supported in States drop down box
The states name is relatively short. This really should not be limited.
To implement this requires reworking the entry field and the INI storage. This probably can be done without losing existing stored states.
While implementing this, the state name entry field handling probably should be enhanced. It would be useful if the last loaded state was not overwritten. This would allow states to be deleted without having to type in the name.
Some care will be needed to support reloading the current state.
The applicable code can be found by searching for lastsetups and hwndsetuplist.
Change History
(9)
Owner: |
changed from StevenHL to Steven Levine
|
Status: |
new → assigned
|
Type: |
task → enhancement
|
Description: |
modified (diff)
|
Status: |
assigned → new
|
Owner: |
Steven Levine removed
|
Description: |
modified (diff)
|
Reporter: |
changed from Gregg Young to bdragon
|
Summary: |
Increase number of character in States drop down box → Increase number of characters supported in States drop down box
|
Milestone: |
→ Release_3.7
|
Version: |
→ 3.07
|
Owner: |
set to Steven Levine
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
This change is a bit messy because the design of the current INI file keys used to save the states will not allow for size changes. With some thought we should be able to come up with a new disign that does not limit the name length. We can snoop or old style keys at startup and offer to convert them or silently convert them.