ken k - 2000-09-24

Here are some thoughts I had while working in powershell to fix some other stuff.
1)ability drag-n-drop tabs to reorder tabs
2)make a pref to toggle (show rename dialog when creating new terms) or not. If "on" it would automatically pop up rename dialog when a new tab was created. "off" would work like current.
3)In prefs shortcuts there is no way to unset a key seq back to blank (other than editing .pshellrc with 0 0) Maybe an unset button to unset the field user is in
4)make tabs auto resize. the formula would be in add tab func
  it would be something like  set new horiz padding to
                (total len of window) -
                ((length of current tabs) - ((num tabs)*2*horiz padding)))/
        2*(num tabs)
  with some max padding like 20 and a min of 5
5)add prefs toggle button for homogenous sized tabs.
6)when calling up the rename tab highlight the current text (or blank out edit box, old name could be shown in text) for replacement. Since the user wants to rename they must not want the old name.