File tree Expand file tree Collapse file tree 6 files changed +25
-6
lines changed
packages/Babylonian-UI.package Expand file tree Collapse file tree 6 files changed +25
-6
lines changed Original file line number Diff line number Diff line change
1
+ icons- accessing
2
+ barChartIcon
3
+
4
+ " Auto-generated.
5
+ Copyright Feather Icons: https://github.com/feathericons/feather.
6
+ licensed under MIT license"
7
+ ^ Icons at: #babylonianProgrammingBarChart
8
+ ifAbsentPut: [ Form fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes: self barChartIconContents readStream) ].
Original file line number Diff line number Diff line change
1
+ icons- contents
2
+ barChartIconContents
3
+
4
+ " Auto-generated.
5
+ Copyright Feather Icons: https://github.com/feathericons/feather.
6
+ licensed under MIT license"
7
+ ^ ' iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAA
8
+ QUlEQVRIiWNgGAVUBoehmGbgPxQTDZho5JBRC+hvAdVSF65UhDN1DZkgItmCAcuxo3EwagEm
9
+ YMEhfoRK4qOAMAAAL5wS8QlQ/8AAAAAASUVORK5CYII='
Original file line number Diff line number Diff line change 1
1
{
2
2
"class" : {
3
+ "barChartIcon" : " jb 10/28/2021 18:44" ,
4
+ "barChartIconContents" : " jb 10/28/2021 18:49" ,
3
5
"boxIcon" : " pre 2/15/2021 11:37" ,
4
6
"boxIconContents" : " pre 2/15/2021 11:37" ,
5
7
"cachePrefix" : " pre 7/23/2019 09:08" ,
Original file line number Diff line number Diff line change 1
1
private - ui
2
2
newVisualizeButtonFor: aTrace
3
-
3
+
4
4
| visualizeButton |
5
5
visualizeButton := IconicButton new .
6
6
visualizeButton
7
- labelGraphic: (BPIcons listIcon scaledToSize: self iconSize);
7
+ labelGraphic: (BPIcons barChartIcon scaledToSize: self iconSize);
8
8
color: Color transparent;
9
9
borderWidth: 0 ;
10
10
extent: (visualizeButton extent x * 0.9 )@(visualizeButton extent y + self scrollBarSize).
Original file line number Diff line number Diff line change 1
1
private - ui
2
2
updateLabelMorphIfNecessary
3
-
3
+
4
4
| inputsBox |
5
5
inputsBox := self ensureInputBoxNamed: #inputsBox atFront: false .
6
6
@@ -13,5 +13,5 @@ updateLabelMorphIfNecessary
13
13
ifFalse: [
14
14
labelMorph ifNotNil: [:aMorph | aMorph abandon].
15
15
addLabelMorph ifNil: [
16
- addLabelMorph := self newButtonMorphWithLabel: ' set label' doOnClick: #setLabelButtonClicked ].
16
+ addLabelMorph := self newButtonMorphWithLabel: ' | set label' doOnClick: #setLabelButtonClicked ].
17
17
inputsBox addMorphBack: addLabelMorph].
Original file line number Diff line number Diff line change 21
21
"newLabelMorph" : " lu 7/9/2021 22:23" ,
22
22
"newLineMorphFor:" : " pre 5/26/2021 20:46" ,
23
23
"newScrollPane" : " pre 1/6/2021 10:50" ,
24
- "newVisualizeButtonFor:" : " jb 4/18 /2021 03:41 " ,
24
+ "newVisualizeButtonFor:" : " jb 10/28 /2021 18:57 " ,
25
25
"noValuesTextFor:" : " pre 6/7/2021 15:07" ,
26
26
"relevantTracesOf:do:" : " pre 5/3/2021 10:46" ,
27
27
"setExpressionButtonClicked" : " pre 9/22/2020 10:05" ,
28
28
"setLabelButtonClicked" : " lu 5/28/2021 21:37" ,
29
29
"updateErrorIndicatorMorphFrom:for:" : " jb 4/18/2021 20:32" ,
30
30
"updateExpressionMorphIfNecessary" : " pre 6/8/2021 11:02" ,
31
31
"updateFrom:" : " pre 6/8/2021 11:00" ,
32
- "updateLabelMorphIfNecessary" : " pre 6/8 /2021 11:02 " ,
32
+ "updateLabelMorphIfNecessary" : " jb 10/28 /2021 18:25 " ,
33
33
"updateVisualizationMorphInside:over:for:" : " pre 5/26/2021 20:43" ,
34
34
"valueMorphFor:" : " jb 5/20/2021 01:01" ,
35
35
"valuesMorphFor:" : " pre 5/3/2021 11:09" ,
You can’t perform that action at this time.
0 commit comments