Contents |
- see Emulation
Download MinGW-x.x.x.exe (only in 'Proposed' release at time of writing) and MSYS-x.x.x.exe from mingw.org
Do not use the msysDTK-x.x.x.exe installer. The above stuff actually works!
Get from http://subversion.tigris.org/ and add 'bin' to path.
If you want to use svn+ssh, you should copy ssh.exe from plink.exe (PuTTY). But it's easier to use WebDAV.
Rake doesn't work out of the 'one-click installer box', here's a dirty fix:
Start an MSYS shell and execute this:
cat<<eof>/bin/rake #!/bin/sh ruby c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.2/bin/rake $* eof
Don't use XNA, it strengthens the iron grip of Microsoft on the development community. However, my work requires I use it, so I am doomed to use these tools.
clamp /stop /loadnew %1 /plfirst /play
And a script 'we.bat' for enqueueing:
clamp /pladd %1
I have also assigned 'w.bat' to F12 and 'we.bat' to Shift+F12 in Total Commander for extremely fast music selection.
Plugins:
Download from http://www.getfirefox.com/
Must-have extensions:
gvim --remote-tab-silent -c "set fo-=a"
Other interesting extensions:
'gvim --remote-tab-silent $f'
Add this to profile dir/chrome/userChrome.css:
/* Display the sidebar in opposite side */
#browser {
-moz-box-direction: reverse;
}
Or use the Rightbar add-on
It works better with javascript focus disabled, which you can do in your 'user.js' file by adding this line:
user_pref("capability.policy.default.HTMLInputElement.focus", "noAccess");
- See also mozilla.org: Configurable Security Policies.
Download from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Install : %ProgramFiles%\PuTTY PATH : ;c:\progra~1\putty * copy plink.exe to ssh.exe (in install dir) to make subversion work properly * use ssh-keygen to create new private key and place in %HOMEPATH%\.ssh\identity.ppk and public key in %HOMEPATH%\.ssh\[computername].pub
I like using the Andale Mono font for PuTTY. I don't know why, but the keyboard setting for Function keys that seems to work for me nowadays is 'Xterm R6'.
Download netdrive.exe
Check
Program Settings... >> Cache
and set 'Expire Directory Listings...' and 'Expire Files...' to sensible values, e.g. a few seconds.
Also remember to set the proxy settings if you are behind a proxy.
HOME to something like c:\Documents and Settings\username
c:\windows\system32.
Download here and add 'wbin' to path.
Get from http://www.ghisler.com/download.htm
Plugins - Just download and open zip file in Total Commander, and they will magically install :)
Get these and put in 'c:/bin':
Download and install basic-miktex-VERSION.exe (where VERSION >= 2.5) with standard settings. During compilation, when it encounters a package that is not installed:
Get bleeding edge from ftp://ftp.vim.org/pub/vim/unstable/pc - filename gvimVERSION.exe or stable from http://www.vim.org/download.php#pc
set $HOME install configuration in: $HOME/.vimrc $HOME/.gvimrc $HOME/vimfiles
.vba.gz files directly in vim and install by :so % (required by some of the other extensions)
:TlistToggle
:Align = to align assignments
ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .
Cscope only really supports C, so it is not recommended for C++ projects.
:h cscope-limitation for more information
:h cscope-suggestions for configuration information (don't set cstag if you wan't to use ctags also)
C++ formatting tool
:%!astyle --style=kr -UpV (version 1.20 required)
If you want Mediawiki highlighting, use Wikipedia.vim.
If used with the ViewSourceWith Firefox extension, the file type will not be autodetected.
This addition to %ProgramFiles%\vim\vimfiles\scripts.vim detects probable Mediawiki files:
if did_filetype() " filetype already set..
finish " ..don't do these checks
endif
" search the top 1000 lines for a section ('== section ==')
if search('^\s*=\+\s*\p\+\s*=\+\s*$', 'c', 1000)
setfiletype Wikipedia
endif
Essential configuration - edit %ProgramFiles%\vim\_gvimrc
set expandtab set shiftwidth=4 set textwidth=79 set nobackup au GUIEnter * simalt ~x set fileencodings=ucs-bom,utf-8,latin1
Also, for *NIX-like tools, create a new environment variable
editor=gvim -f
fs=yes brightness=-10 slang=da,en font=c:/windows/fonts/arial.ttf subfont-text-scale=3
If MPlayer is too hardcore, use 'VLC Media Player'