Skip to content

Commit 19226df

Browse files
committed
before rechecking page number
1 parent 43dc326 commit 19226df

File tree

5 files changed

+8
-343
lines changed

5 files changed

+8
-343
lines changed

Cover/Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ I do not get how they get this 44.55
1616
Especially since their computer said that the binding for 258 pages should be 1.74 cm (which looks more reasonable to me.
1717

1818

19-
19+
20+
To produce the PDF use export Canvas it will chop the pictures that is outside.

Cover/coverClassic2.graffle

34.3 KB
Binary file not shown.

Cover/coverClassic2.pdf

13.4 KB
Binary file not shown.

Cover/coverText.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
Spec is the default UI building framework for Pharo. With Spec, developers focus on user interaction and widget layout. Spec is built around the Model View Presenter pattern. Presenters are responsible for defining the interaction logic of the application. They enforce the interaction of their sub-elements as well as domain objects.
12

2-
Spec is the default UI building framework for Pharo. With Spec, developers focus on presenter interaction and layout. Presenters are responsible for defining the interaction logic of application. They **control** the interaction of their sub-elements and connect with domain objects.
3+
With Spec, existing presenters or even complete UI’s are reused and configured to form a new UI. Spec is widget framework (GTK, Morphic, Toplo) agnostic. It makes desktop applications simple to build.
34

4-
With Spec, existing presenters or even complete **UIs** are reused and configured to form new UIs.
5-
Spec is widget framework (GTK, Morphic, Toplo) agnostic. It makes desktop applications simple to build.
6-
7-
This book shows the basics of Spec and how it enables reuse of UIs. Then it presents **Spec 2.0** features such as new widget layouts, dynamic widget building and more advanced features such as transmissions **and** commands.
5+
This book shows the basics of Spec in Pharo 12 and how it enables reuse of UIs. It focuses on Spec 2.0 features such as new widget layouts, dynamic widget building and more advanced features such as transmissions or commands.
86

97
The book contains:
108
- Deep explanations of various Spec 2.0 facets.
119
- A tutorial gets you started in less than 20 minutes.
12-
- A minimal yet functional email client.
10+
- A minimal email client revisiting all Spec2.0 features.
11+
12+
1313

estebanFeedback.txt

Lines changed: 0 additions & 336 deletions
This file was deleted.

0 commit comments

Comments
 (0)