Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can use CTRL-C, CTRL-V and CTRL-X as you usually would.
Just take an old floppy disk and store the names and code snippets on there. Then you can copy stuff over to your programm.
Edit:
Found these shortcuts so far:
Ctrl+Up/Down (Cursor jumps to top/bottom of document)
Ctrl+Left/right (Cursor jumps to beginning/ end of line)
Shift+Left/Right (Select characters one at a time.)
Shift+Up/Down (Selects lines)
Shift+End (Select to end of line)
Shift+Home (Select to beginning of line)
In my post about sinks and coffee there's a method for copying entity names. They get sent to a sink and are then appended to a coffee cup. Yeah, strange, I know :p
Don't know if it's actually supposed to work. So it could be a bug and removed soon... Still, might be worth checking out.
The method, though strange, works really well. It's remained stable for hours. A neat thing is that you can have any object that can connect to the sink send info to your cup. For example, I let the fuse boxes and computers send me their names. Just copy a bit of code into them and run once.
On computer or fuse box:
appendStuff() is a method on the sink:
now i have a beer that store rooms names when i drink
sinkCon.AppendStuff('#' + GetUser() + ' room ' + room )