[pywin32-bugs] [ pywin32-Patches-3048869 ] F1 auto keyword help; Interact with edit lines
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2010-08-25 07:59:52
|
Patches item #3048869, was opened at 2010-08-20 04:53 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3048869&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: F1 auto keyword help; Interact with edit lines Initial Comment: F1 keyword help F1: Python Help Ctrl+F1: PythonWin Alt+F1: MSDN Numpy & wx quick debugging and trying things out (Ctrl-Enter Debugger can be used also after that:) Ctrl-K : interact with marked editor lines in Interactive (in __main__) Ctrl-E : exectued marked editor lines in Interactive (in __main__) (works also while in debugger;) ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2010-08-25 17:59 Message: Thanks! But I think I'd prefer to see most of the help functionality in pywin/framework/help.py which already has support for the help menus. If we have support for the keyboard for these new help files, the menu should probably get them too (which the short-cut keys included) - but that might make things ugly given many people may not have wx or numpy installed. I wonder how hard it would be to refactor some of that and only show menu items if the help file is installed? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3048869&group_id=78018 |