STON preview and starting SQLite storage.
This commit is contained in:
parent
1aea7b1b7c
commit
128c557d2f
6
Socialmetrica.package/Tweet.class/instance/gtTextFor..st
Normal file
6
Socialmetrica.package/Tweet.class/instance/gtTextFor..st
Normal file
@ -0,0 +1,6 @@
|
||||
accessing
|
||||
gtTextFor: aView
|
||||
<gtView>
|
||||
^ aView textEditor
|
||||
title: 'STON';
|
||||
text: [ STON toStringPretty: self ]
|
@ -0,0 +1,8 @@
|
||||
accessing
|
||||
reStoreDefinition
|
||||
^ super reStoreDefinition
|
||||
define: #id as: String;
|
||||
define: #text as: String;
|
||||
define: #created as: String;
|
||||
defineAsID: #id;
|
||||
yourself
|
Loading…
Reference in New Issue
Block a user