Menu

#130 Prompt panel sizing

closed-invalid
nobody
None
5
2009-08-09
2008-10-09
No

1) if the view panel is displayed at the top of the window, the mouse-sizing of the prompt panel becomes crazy.
2) For a window user the lacking of ctrl-inser and maj-inser in addition to ctrl-c and ctrl-V is very annoying :-(

Discussion

  • Franz Steinhaeusler

    for 2) you can assign a new hotkey in Options, Customize Shortcuts (List Text Control) for that.

     
  • Franz Steinhaeusler

    If you want to have ctrl-c AND ctrl-insert, you can assign a DrScript for that. For example in a DrScript: wx.stc.StyledTextCtrl.Copy (DrDocument) (Cut and Paste for the other bindings).

     
  • Franz Steinhaeusler

    • status: open --> closed-invalid
     
  • Franz Steinhaeusler

    1) cannont duplicate that bug
    for 2) you could add a script: DrDocument.Paste() and bind it to ctrl-insert for example

     

Log in to post a comment.