glimmer-cs-gladiator 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/views/glimmer/gladiator.rb +20 -19
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b9a2287522769ac69c26758b818fa5a6f6bc67f9dac12b51133f67d3f2fc4fa
|
4
|
+
data.tar.gz: c9904337e408dcd98ae08fd29a68612a1a02e43bff4b60b076d296849b807f81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9437901ac67de9d73faea8c23e75b375144ba09c134e5434aeb1d1a70f320c3265fc0859076b036064d34974d3f819272a660ee8630bf95f151c9ea636d2f33d
|
7
|
+
data.tar.gz: e02c401d726608a8f6ffbceeb98670bed11d8db002ecc4aebf38f77863842e709bac7cb3739aa4061f52abb7c8bd2259c55333ec1a1b57d6bbf9ef3c3390ee76
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.1
|
@@ -140,7 +140,7 @@ module Glimmer
|
|
140
140
|
}
|
141
141
|
on_widget_disposed {
|
142
142
|
the_tab_item.swt_tab_item.get_data('file').close
|
143
|
-
}
|
143
|
+
}
|
144
144
|
}
|
145
145
|
@current_tab_item.swt_tab_item.setData('file_path', selected_file.path)
|
146
146
|
@current_tab_item.swt_tab_item.setData('file', selected_file)
|
@@ -286,15 +286,15 @@ module Glimmer
|
|
286
286
|
|
287
287
|
on_swt_show {
|
288
288
|
@file_lookup_expand_item.swt_expand_item.height = @file_lookup_expand_bar.size.y - @file_lookup_expand_item.swt_expand_item.header_height
|
289
|
-
}
|
289
|
+
}
|
290
290
|
|
291
|
-
on_swt_Resize(&resize_expand_items)
|
291
|
+
on_swt_Resize(&resize_expand_items)
|
292
292
|
|
293
293
|
@file_lookup_expand_item = expand_item {
|
294
294
|
grid_layout {
|
295
295
|
margin_width 0
|
296
296
|
margin_height 0
|
297
|
-
}
|
297
|
+
}
|
298
298
|
text 'File Lookup'
|
299
299
|
height display.bounds.height
|
300
300
|
|
@@ -345,12 +345,12 @@ module Glimmer
|
|
345
345
|
@file_explorer_expand_bar_height = @file_explorer_expand_bar.swt_widget.size.y
|
346
346
|
@side_bar_sash_form.weights = [@file_lookup_expand_item.swt_expand_item.header_height, @file_lookup_expand_bar_height + @file_explorer_expand_bar_height - @file_lookup_expand_item.swt_expand_item.header_height]
|
347
347
|
end
|
348
|
-
}
|
348
|
+
}
|
349
349
|
|
350
350
|
on_item_expanded {
|
351
351
|
@file_lookup_expand_item.swt_expand_item.height = @file_lookup_expand_item_height if @file_lookup_expand_item_height
|
352
|
-
@side_bar_sash_form.weights = [@file_lookup_expand_bar_height, @file_explorer_expand_bar_height]
|
353
|
-
}
|
352
|
+
@side_bar_sash_form.weights = [@file_lookup_expand_bar_height, @file_explorer_expand_bar_height]
|
353
|
+
}
|
354
354
|
|
355
355
|
}
|
356
356
|
|
@@ -361,15 +361,15 @@ module Glimmer
|
|
361
361
|
|
362
362
|
on_swt_show {
|
363
363
|
@file_explorer_expand_item.swt_expand_item.height = @file_explorer_expand_bar.size.y - @file_explorer_expand_item.swt_expand_item.header_height
|
364
|
-
}
|
364
|
+
}
|
365
365
|
|
366
|
-
on_swt_Resize(&resize_expand_items)
|
366
|
+
on_swt_Resize(&resize_expand_items)
|
367
367
|
|
368
368
|
@file_explorer_expand_item = expand_item {
|
369
369
|
grid_layout {
|
370
370
|
margin_width 0
|
371
371
|
margin_height 0
|
372
|
-
}
|
372
|
+
}
|
373
373
|
text 'File Explorer'
|
374
374
|
height display.bounds.height
|
375
375
|
|
@@ -462,14 +462,14 @@ module Glimmer
|
|
462
462
|
@file_lookup_expand_bar_height = @file_lookup_expand_bar.swt_widget.size.y
|
463
463
|
@side_bar_sash_form.weights = [@file_explorer_expand_bar_height + @file_explorer_expand_bar_height - @file_explorer_expand_item.swt_expand_item.header_height, @file_explorer_expand_item.swt_expand_item.header_height]
|
464
464
|
end
|
465
|
-
}
|
465
|
+
}
|
466
466
|
|
467
467
|
on_item_expanded {
|
468
468
|
@file_explorer_expand_item.swt_expand_item.height = @file_explorer_expand_item_height if @file_explorer_expand_item_height
|
469
|
-
@side_bar_sash_form.weights = [@file_lookup_expand_bar_height, @file_explorer_expand_bar_height]
|
470
|
-
}
|
469
|
+
@side_bar_sash_form.weights = [@file_lookup_expand_bar_height, @file_explorer_expand_bar_height]
|
470
|
+
}
|
471
471
|
|
472
|
-
}
|
472
|
+
}
|
473
473
|
|
474
474
|
}
|
475
475
|
|
@@ -617,6 +617,7 @@ module Glimmer
|
|
617
617
|
}
|
618
618
|
label {
|
619
619
|
text 'Case-sensitive'
|
620
|
+
foreground @default_foreground
|
620
621
|
}
|
621
622
|
}
|
622
623
|
|
@@ -677,23 +678,23 @@ module Glimmer
|
|
677
678
|
async_exec {
|
678
679
|
body_root.pack_same_size
|
679
680
|
}
|
680
|
-
}
|
681
|
+
}
|
681
682
|
|
682
683
|
on_item_expanded {
|
683
684
|
@navigation_expand_item.swt_expand_item.height = @navigation_expand_item_height if @navigation_expand_item_height
|
684
685
|
async_exec {
|
685
686
|
body_root.pack_same_size
|
686
687
|
}
|
687
|
-
}
|
688
|
+
}
|
688
689
|
|
689
690
|
}
|
690
691
|
|
691
692
|
@tab_folder_sash_form = sash_form {
|
692
693
|
layout_data(:fill, :fill, true, true) {
|
693
694
|
width_hint 768
|
694
|
-
height_hint 576
|
695
|
+
height_hint 576
|
695
696
|
minimum_width 768
|
696
|
-
minimum_height 576
|
697
|
+
minimum_height 576
|
697
698
|
}
|
698
699
|
sash_width 10
|
699
700
|
orientation bind(self, :split_orientation)
|
@@ -1125,4 +1126,4 @@ module Glimmer
|
|
1125
1126
|
end
|
1126
1127
|
end
|
1127
1128
|
end
|
1128
|
-
end
|
1129
|
+
end
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glimmer-cs-gladiator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Maleh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 4.17.10.
|
18
|
+
version: 4.17.10.3
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 5.0.0.0
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 4.17.10.
|
29
|
+
version: 4.17.10.3
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 5.0.0.0
|