[PySide] Working with Windows shell (Was: PySide 1.1.1 - "Free Hugs": Python for Qt released!)
anatoly techtonik
techtonik at gmail.com
Sat Apr 21 08:46:36 CEST 2012
On Sat, Apr 21, 2012 at 12:23 AM, Hugo Parente Lima
<hugo.lima at openbossa.org> wrote:
>
> But better than build bots would be developers on those platforms, because
> build bots can detect failures, but to fix those failures remotely in a pain,
> mainly on Windows where the command shell is far away of being a half baked
> shell :-/
Use Far Manager - http://farmanager.com/ - it's a BSD licensed
intuitive interface
for working with files from console. Cheatsheet:
- use F1 - it really helps;
- user menu - F2 - for frequently called commands (Alt-F8 for command history);
- command line helpers
- output redirection
view:< svn up
- redirect to editor
edit:< svn up
- Ctrl-O to hide panels (Ctrl-Alt-Shift to temporary hide)
- Alt-Ins (select and copy text on screen)
- Alt-F7 - search for files
- Alt-<letters> - quick jump to file in current panel
- macros:
- press Ctrl-.
- do something
- press Ctrl-. again, assign a shortcut
- press shortcut
- you action is repeated
- ???
- profit
- install Colorer plugin to get syntax highlighting in editor
http://sourceforge.net/projects/colorer/files/FAR%20Colorer/
- use F11 to control plugins (FAR Macro browser allows to edit
macros, for example)
That should be enough for the starter.
--
anatoly t.
More information about the PySide
mailing list