Everytime a file is opened, Tulip locks it, creating a file called
.tulip.<filename> in the same path that the opened file,
in order to avoid another users to use this file at same time;
To change among notebook pages for file edition, you may use the shortcuts,
ALT+N, where N is the number of the page (ALT+1, ALT+2, ...);
To use FTP actions "Upload" and "Download" the file path must be the same in the
server and in the local machine;
FTP operations are performed through the external command "ftp" (linux) and "ftp.exe" (windows);
CVS operations are performed through the external command "cvs" (linux) and "cvs.exe" (windows) - this one is built-in;
The recent opened files are stored in the file called recent.txt;
The Workspace (set of files the you're working on) are stored in the file called workspace.txt;
After type a function name, if you hit CTRL+I, it'll be opened the respective function documentation;
If you get the message "Allowed memory size of 8388608 bytes exhausted", try to change the memory_limit statement in php.ini file. In Debian Sarge is in /etc/php4/cli/php.ini;