Mercurial > fife-parpg
comparison clients/editor/lang/infotext.txt @ 255:51cc05d862f2
Merged editor_rewrite branch to trunk.
This contains changes that may break compatibility against existing clients.
For a list of changes that may affect your client, see: http://wiki.fifengine.de/Changes_to_pychan_and_FIFE_in_editor_rewrite_branch
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 08 Jun 2009 16:00:02 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
254:10b5f7f36dd4 | 255:51cc05d862f2 |
---|---|
1 This is the standalone FIFE editor, HEAD release | |
2 | |
3 User interface: | |
4 --------------- | |
5 When you open the editor, you will see a menubar | |
6 at the top of the screen. You can reach all the | |
7 editor functions from this menu. | |
8 | |
9 Right below it is a toolbar which provides fast | |
10 access to the most frequently used actions. | |
11 | |
12 In the middle is a big black area. This is the map | |
13 view. When you create a new map, or open an existing | |
14 map, it will be displayed here. | |
15 | |
16 At the bottom of the screen is the statusbar which | |
17 displays information. If you hover the mouse over a | |
18 button, a help text will be displayed here. | |
19 | |
20 Docking/Undocking: | |
21 ------------------ | |
22 Panels and toolbars can be either floating, or docked. | |
23 | |
24 To dock a toolbar or panel, move it one of the | |
25 sides and a red line should appear. This indicates | |
26 that it will be docked at that location. Panels can | |
27 be docked before, after or inside existing panels. | |
28 | |
29 To undock a toolbar, simply right click it. To | |
30 undock a panel, right click its button, | |
31 | |
32 Keybindings: | |
33 -------------- | |
34 Map editing: | |
35 - S: Enter select mode | |
36 - I: Enter insert mode | |
37 - R: Enter removal mode | |
38 - M: Enter move mode | |
39 - INS: Fills selection with current object | |
40 - DEL: Removes selected instances | |
41 | |
42 Camera navigation: | |
43 - Arrowkeys: Scroll map | |
44 - Middle mouse button + Drag mouse: Scroll map | |
45 - Ctrl+Mouse wheel: Zoom | |
46 | |
47 Selection: | |
48 - Click starts a new selection | |
49 - CTRL+Click adds to selection | |
50 - Shift+Click subtracts from selection | |
51 - Right click deselects | |
52 | |
53 Moving instances: | |
54 - Shift+Drag: Exact instance move | |
55 | |
56 Undo: | |
57 - Ctrl+Z: Undo | |
58 - Ctrl+Shift+Z: Redo | |
59 - Ctrl+Alt+Z: Next undobranch | |
60 - Ctrl+Alt+Shift+Z: Previous undobranch | |
61 | |
62 File management: | |
63 - Ctrl+N: New level | |
64 - Ctrl+O: Open level | |
65 - Ctrl+S: Save current level | |
66 - Ctrl+Shift+S: Save all levels | |
67 | |
68 Misc: | |
69 - F10 = Toggle console on / off | |
70 - ESC = Quit editor | |
71 - INS = Makes a new instance on the map with | |
72 current object selection at current | |
73 mouse selection (toggle). | |
74 - DEL = Removes instances at current mouse | |
75 selection (toggle). | |
76 - T = shows / hides grid | |
77 - B = shows / hides blocking info | |
78 | |
79 | |
80 http://www.fifengine.de |