How to search for all Nant build files in sub directories:
>dir /s /b *.build
fredag 25 september 2009
torsdag 24 september 2009
VisualWx - IDE for WxWindows
http://visualwx.altervista.org/
Can be used for generating code in several languages. Among them Ruby.
Can be used for generating code in several languages. Among them Ruby.
måndag 21 september 2009
onsdag 16 september 2009
Emacs commands
Search on current word, accumulates search text current word under cursor:
C-s C-w C-w
Cut current word:
M-d
C-s C-w C-w
Cut current word:
M-d
måndag 14 september 2009
CTAGS för Emacs
A tool for creating TAGS files used by Emacs to quickly orientate in source code: http://ctags.sourceforge.net/
Change name of binary from ctags.exe to etags.exe. Now it will generate proper tags for Ruby. Execute by: "etags.exe *rb".
Commands in Emacs:
M-. [TAG]
Find the first definition of TAG. The default tag is the identifier under the cursor.
M-*
Pop back to where you previously invoked "M-.".
C-u M-.
Find the next definition for the last tag.
Change name of binary from ctags.exe to etags.exe. Now it will generate proper tags for Ruby. Execute by: "etags.exe *rb".
Commands in Emacs:
M-. [TAG]
Find the first definition of TAG. The default tag is the identifier under the cursor.
M-*
Pop back to where you previously invoked "M-.".
C-u M-.
Find the next definition for the last tag.
Prenumerera på:
Inlägg (Atom)