Skip to content

Commit bf52ecc

Browse files
committed
Guide for part 4.
1 parent 552aef1 commit bf52ecc

File tree

12 files changed

+990
-507
lines changed

12 files changed

+990
-507
lines changed

README.md

Lines changed: 5 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,9 @@
11
# gef5.mvc.tutorial
22

3-
Depends on GEF4 revision:
4-
Revision: 920b9963a4cc7945c42252d031d0f7690cb79472
5-
Date: 21.12.2015 19:42:38
6-
7-
Tutorial 1
8-
==========
9-
10-
Minimal model-view-control, showing a rounded rectangle.
11-
http://fbenoit.blogspot.de/2015/11/gef5-tutorial-part1.html
12-
13-
Tutorial 2
14-
==========
15-
16-
Added text to be shown in the rectangles. The size is adjusted to the text.
17-
http://fbenoit.blogspot.de/2015/11/gef5-tutorial-part-2-text-box.html
18-
19-
Tutorial 3
20-
==========
21-
22-
Show 2 text nodes. Have a 2 level model tree.
23-
http://fbenoit.blogspot.de/2015/11/gef5-tutorial-part-3-model-tree-and.html
24-
25-
Tutorial 4
26-
==========
27-
28-
Have the nodes be dragable. Store position in the model, save/reload to file.
29-
http://fbenoit.blogspot.de/2015/11/gef5-tutorial-part-4-dragging-and-store.html
30-
31-
Tutorial 5
32-
==========
33-
34-
The text of the nodes is editable by double click or selected then press ENTER or F2
35-
http://fbenoit.blogspot.de/2015/11/gef5-tutorial-part-5-editing-text.html
36-
37-
Tutorial 6
38-
==========
39-
40-
Undo and redo, via button and keyboard Ctrl+Z/Y
41-
http://fbenoit.blogspot.de/2015/11/gef5-tutorial-part-6-undo-redo.html
42-
43-
44-
Tutorial 7
45-
==========
46-
47-
Add via palette. Remove node with keyboard and handle tool.
48-
http://fbenoit.blogspot.de/2015/11/gef5-tutorial-part-7-add-remove.html
49-
50-
51-
52-
Future Ideas
53-
==========
54-
55-
- Layout
56-
- Connections
57-
- duplicate
58-
- navigate selection by keyboard
59-
60-
61-
62-
63-
3+
Depends on GEF5:
4+
Repository: https://github.com/eclipse/gef.git
5+
Revision : 87a46ed12000ad972ac0b13eb0ff71dfb473657d
6+
Date : 2020-01-09
647

8+
The Guide is here: https://frankbenoit.github.io/gef5.mvc.tutorial/docshtml/guide.html
659

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ asciidoctorj {
1212
}
1313
}
1414

15-
version = '1.234'
15+
version = '1.0'
1616

1717

1818
asciidoctor {

0 commit comments

Comments
 (0)